[chkconfig] 1.3.54

Bill Nottingham notting at fedoraproject.org
Tue Jul 19 21:21:49 UTC 2011


commit a40988e0fa8c6204837cb5968df2c7ca8dc6c2ec
Author: Bill Nottingham <notting at redhat.com>
Date:   Tue Jul 19 17:20:23 2011 -0400

    1.3.54

 .gitignore             |    2 +-
 chkconfig-fix-tx.patch |   69 ------------------------------------------------
 chkconfig.spec         |    9 ++++--
 sources                |    2 +-
 4 files changed, 8 insertions(+), 74 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d36b1e6..9d18d4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/chkconfig-1.3.53.tar.bz2
+/chkconfig-1.3.54.tar.bz2
diff --git a/chkconfig.spec b/chkconfig.spec
index 353bc9c..d09714f 100644
--- a/chkconfig.spec
+++ b/chkconfig.spec
@@ -1,11 +1,10 @@
 Summary: A system tool for maintaining the /etc/rc*.d hierarchy
 Name: chkconfig
-Version: 1.3.53
+Version: 1.3.54
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2
-Patch1: chkconfig-fix-tx.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: newt-devel gettext popt-devel
 Conflicts: initscripts <= 5.30-1
@@ -30,7 +29,7 @@ page), ntsysv configures the current runlevel (5 if you're using X).
 
 %prep
 %setup -q
-%patch1 -p1
+
 %build
 
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@@ -75,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/*/ntsysv.8*
 
 %changelog
+* Tue Jul 19 2011 Bill Nottingham <notting at redhat.com> 1.3.54-1
+- alternatives: fix --initscript systemd support (#714830)
+- revert forwarding of 'chkconfig --del' to 'systemctl disable'
+
 * Fri Jul 15 2011 Bill Nottingham <notting at redhat.com> 1.3.53-1
 - ntsysv: change the default to configure runlevels 2/3/4/5 (#709254)
 - alternatives: check whether the --initscript param is a systemd service, act appropriately (#714830)
diff --git a/sources b/sources
index 4c832f8..0e1d6ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-99ad5f70853a2801bf1ac08fbc36a1b4  chkconfig-1.3.53.tar.bz2
+e1df1a98bd5356628b1eaddfbbcc364f  chkconfig-1.3.54.tar.bz2


More information about the scm-commits mailing list