[etckeeper] - Update to 0.49. - Remove obsolete patch.

Thomas Moschny thm at fedoraproject.org
Wed Sep 15 19:30:00 UTC 2010


commit eb1d69569510fdd052d296c0a497a1e83f7d6047
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Wed Sep 15 21:29:42 2010 +0200

    - Update to 0.49.
    - Remove obsolete patch.

 .gitignore     |    1 +
 etckeeper.spec |    9 +++++----
 sources        |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 458823f..5dca881 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 etckeeper_0.41.tar.gz
 /etckeeper_0.48.tar.gz
+/etckeeper_0.49.tar.gz
diff --git a/etckeeper.spec b/etckeeper.spec
index d1d9aba..b80ca6c 100644
--- a/etckeeper.spec
+++ b/etckeeper.spec
@@ -1,15 +1,13 @@
 %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 
 Name:      etckeeper
-Version:   0.48
+Version:   0.49
 Release:   1%{?dist}
 Summary:   Store /etc in a SCM system (git, mercurial, bzr or darcs)
 Group:     Applications/System
 License:   GPLv2+
 URL:       http://kitenet.net/~joey/code/etckeeper/
 Source0:   http://ftp.debian.org/debian/pool/main/e/etckeeper/%{name}_%{version}.tar.gz
-# this is from rev 60747c8d, will be in 0.49. fixes bz 588086.
-Patch0:    etckeeper-0.48-fix_path.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires:  git >= 1.6
@@ -42,7 +40,6 @@ etckeeper with bzr backend, install this package.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1 -b .path
 %{__perl} -pi -e '
     s|HIGHLEVEL_PACKAGE_MANAGER=apt|HIGHLEVEL_PACKAGE_MANAGER=yum|;
     s|LOWLEVEL_PACKAGE_MANAGER=dpkg|LOWLEVEL_PACKAGE_MANAGER=rpm|;
@@ -90,6 +87,10 @@ rm -rf %{buildroot}
 %{python_sitelib}/bzr_%{name}-*.egg-info
 
 %changelog
+* Wed Sep 15 2010 Thomas Moschny <thomas.moschny at gmx.de> - 0.49-1
+- Update to 0.49.
+- Remove obsolete patch.
+
 * Fri Sep  3 2010 Thomas Moschny <thomas.moschny at gmx.de> - 0.48-1
 - Update to 0.48.
 - Don't list /etc/etckeeper/*.d directories twice in %%files.
diff --git a/sources b/sources
index 1219a27..aa655b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c73e4a12d292bbb769da108d82dd1798  etckeeper_0.48.tar.gz
+cf91c6b902b530eb57ce5d06502c620f  etckeeper_0.49.tar.gz


More information about the scm-commits mailing list