[etckeeper] Update to 0.55.

Thomas Moschny thm at fedoraproject.org
Fri Jun 24 21:21:48 UTC 2011


commit 8fe63e5c003e12bd5dd21a3d9456f15df02f61df
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Jun 24 23:20:11 2011 +0200

    Update to 0.55.

 .gitignore               |    1 +
 etckeeper-0.54-yum.patch |   40 ----------------------------------------
 etckeeper.spec           |    9 ++++-----
 sources                  |    2 +-
 4 files changed, 6 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dae8adf..6bc1fe2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ etckeeper_0.41.tar.gz
 /etckeeper_0.52.tar.gz
 /etckeeper_0.53.tar.gz
 /etckeeper_0.54.tar.gz
+/etckeeper_0.55.tar.gz
diff --git a/etckeeper.spec b/etckeeper.spec
index 43dd6a2..e747618 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.54
+Version:   0.55
 Release:   1%{?dist}
 Summary:   Store /etc in a SCM system (git, mercurial, bzr or darcs)
 Group:     Applications/System
@@ -9,9 +9,6 @@ License:   GPLv2+
 URL:       http://kitenet.net/~joey/code/etckeeper/
 Source0:   http://ftp.debian.org/debian/pool/main/e/etckeeper/%{name}_%{version}.tar.gz
 Source1:   README.fedora
-# Upstream commit 394add71: Fix error propagation to yum, which makes
-# AVOID_COMMIT_BEFORE_INSTALL work (bz 709487)
-Patch0:    etckeeper-0.54-yum.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires:  git >= 1.5.4
@@ -44,7 +41,6 @@ etckeeper with bzr backend, install this package.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
 %{__perl} -pi -e '
     s|HIGHLEVEL_PACKAGE_MANAGER=apt|HIGHLEVEL_PACKAGE_MANAGER=yum|;
     s|LOWLEVEL_PACKAGE_MANAGER=dpkg|LOWLEVEL_PACKAGE_MANAGER=rpm|;
@@ -100,6 +96,9 @@ fi
 %endif
 
 %changelog
+* Fri Jun 24 2011 Thomas Moschny <thomas.moschny at gmx.de> - 0.55-1
+- Update to 0.55.
+
 * Wed Jun  1 2011 Thomas Moschny <thomas.moschny at gmx.de> - 0.54-1
 - Update to 0.54.
 - Add patch for bz 709487.
diff --git a/sources b/sources
index 26fac72..181693d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24b6f924deaa59b2fa4f789bcf2e5dc7  etckeeper_0.54.tar.gz
+db1ea27facf352b5a27024f229b58e12  etckeeper_0.55.tar.gz


More information about the scm-commits mailing list