[etckeeper] Update to 0.58.

Thomas Moschny thm at fedoraproject.org
Thu Dec 1 14:08:03 UTC 2011


commit 66170d89459675e6da27f0f883812c3c39835748
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Thu Dec 1 15:07:32 2011 +0100

    Update to 0.58.

 .gitignore     |    1 +
 etckeeper.spec |    9 ++++-----
 sources        |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 055929b..5f6025a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ etckeeper_0.41.tar.gz
 /etckeeper_0.55.tar.gz
 /etckeeper_0.56.tar.gz
 /etckeeper_0.57.tar.gz
+/etckeeper_0.58.tar.gz
diff --git a/etckeeper.spec b/etckeeper.spec
index b70815d..6768a7e 100644
--- a/etckeeper.spec
+++ b/etckeeper.spec
@@ -1,7 +1,7 @@
 %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 
 Name:      etckeeper
-Version:   0.57
+Version:   0.58
 Release:   1%{?dist}
 Summary:   Store /etc in a SCM system (git, mercurial, bzr or darcs)
 Group:     Applications/System
@@ -61,10 +61,6 @@ make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
 %clean
 rm -rf %{buildroot}
 
-# Users must study the README anyway.
-#post
-#{_sbindir}/%{name} init -d /etc/
-
 %post
 if [ $1 -gt 1 ] ; then
    %{_bindir}/%{name} update-ignore
@@ -96,6 +92,9 @@ fi
 %endif
 
 %changelog
+* Thu Dec  1 2011 Thomas Moschny <thomas.moschny at gmx.de> - 0.58-1
+- Update to 0.58.
+
 * Wed Nov  9 2011 Thomas Moschny <thomas.moschny at gmx.de> - 0.57-1
 - Update to 0.57.
 
diff --git a/sources b/sources
index 1fecb09..470ec91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-759d9445b31a1c51dda25af58b2dabb4  etckeeper_0.57.tar.gz
+75df8ac19a9ee14a914b767089f61a12  etckeeper_0.58.tar.gz


More information about the scm-commits mailing list