[etckeeper] - Update to 0.50. - Change %define -> %global.

Thomas Moschny thm at fedoraproject.org
Wed Oct 27 07:09:11 UTC 2010


commit 7a174a4c4620cbd8268654f16688171cb3fb701d
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Wed Oct 27 09:08:32 2010 +0200

    - Update to 0.50.
    - Change %define -> %global.

 .gitignore     |    1 +
 etckeeper.spec |   10 +++++++---
 sources        |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5dca881..5f3de35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 etckeeper_0.41.tar.gz
 /etckeeper_0.48.tar.gz
 /etckeeper_0.49.tar.gz
+/etckeeper_0.50.tar.gz
diff --git a/etckeeper.spec b/etckeeper.spec
index 97299bd..fdf1600 100644
--- a/etckeeper.spec
+++ b/etckeeper.spec
@@ -1,8 +1,8 @@
-%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
+%global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 
 Name:      etckeeper
-Version:   0.49
-Release:   2%{?dist}
+Version:   0.50
+Release:   1%{?dist}
 Summary:   Store /etc in a SCM system (git, mercurial, bzr or darcs)
 Group:     Applications/System
 License:   GPLv2+
@@ -89,6 +89,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Wed Oct 27 2010 Thomas Moschny <thomas.moschny at gmx.de> - 0.50-1
+- Update to 0.50.
+- Change %%define -> %%global.
+
 * Fri Sep 17 2010 Thomas Moschny <thomas.moschny at gmx.de> - 0.49-2
 - Adjust minimum required version of GIT.
 - egg-info files are not created automatically on RHEL5.
diff --git a/sources b/sources
index aa655b0..98ea002 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf91c6b902b530eb57ce5d06502c620f  etckeeper_0.49.tar.gz
+fd272274e38db517288ad0bcb7a9e66d  etckeeper_0.50.tar.gz


More information about the scm-commits mailing list