[etckeeper] - Update to 0.51. - etckeeper has been moved out of sbin.

Thomas Moschny thm at fedoraproject.org
Mon Jan 3 12:16:38 UTC 2011


commit 965a3da124cf310de8ae38250c28922fc6f9c589
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Mon Jan 3 13:15:58 2011 +0100

    - Update to 0.51.
    - etckeeper has been moved out of sbin.

 .gitignore     |    1 +
 etckeeper.spec |   10 +++++++---
 sources        |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f3de35..fed64c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ etckeeper_0.41.tar.gz
 /etckeeper_0.48.tar.gz
 /etckeeper_0.49.tar.gz
 /etckeeper_0.50.tar.gz
+/etckeeper_0.51.tar.gz
diff --git a/etckeeper.spec b/etckeeper.spec
index 6552fe4..fd31849 100644
--- a/etckeeper.spec
+++ b/etckeeper.spec
@@ -1,8 +1,8 @@
 %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 
 Name:      etckeeper
-Version:   0.50
-Release:   2%{?dist}
+Version:   0.51
+Release:   1%{?dist}
 Summary:   Store /etc in a SCM system (git, mercurial, bzr or darcs)
 Group:     Applications/System
 License:   GPLv2+
@@ -66,7 +66,7 @@ rm -rf %{buildroot}
 %files
 %defattr(-, root, root, -)
 %doc GPL TODO README
-%{_sbindir}/%{name}
+%{_bindir}/%{name}
 %{_mandir}/man8/%{name}.8*
 %dir %{_sysconfdir}/%{name}
 %{_sysconfdir}/%{name}/*.d
@@ -89,6 +89,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Mon Jan  3 2011 Thomas Moschny <thomas.moschny at gmx.de> - 0.51-1
+- Update to 0.51.
+- etckeeper has been moved out of sbin.
+
 * Sat Dec 11 2010 Thomas Moschny <thomas.moschny at gmx.de> - 0.50-2
 - Don't package INSTALL.
 
diff --git a/sources b/sources
index 98ea002..7d71add 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd272274e38db517288ad0bcb7a9e66d  etckeeper_0.50.tar.gz
+5e03c515cb0fe8b00b0eb26ca1345b33  etckeeper_0.51.tar.gz


More information about the scm-commits mailing list