[chkconfig] 1.3.58

Bill Nottingham notting at fedoraproject.org
Fri Feb 10 19:39:04 UTC 2012


commit 64f777371102cb1ef4cb28eb8d130324b6a3391c
Author: Bill Nottingham <notting at redhat.com>
Date:   Fri Feb 10 14:38:27 2012 -0500

    1.3.58

 .gitignore     |    2 +-
 chkconfig.spec |   16 +++++-----------
 sources        |    2 +-
 3 files changed, 7 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index efe4a8f..c9fd490 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/chkconfig-1.3.57.tar.bz2
+/chkconfig-1.3.58.tar.bz2
diff --git a/chkconfig.spec b/chkconfig.spec
index ad5e029..bc86cd0 100644
--- a/chkconfig.spec
+++ b/chkconfig.spec
@@ -1,15 +1,13 @@
 Summary: A system tool for maintaining the /etc/rc*.d hierarchy
 Name: chkconfig
-Version: 1.3.57
-Release: 3%{?dist}
+Version: 1.3.58
+Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: newt-devel gettext popt-devel
 Conflicts: initscripts <= 5.30-1
-Patch10: 3c9dcf4bf26658ebea02cc942ca1c859de8efcc4.patch
-Patch11: 7ac022a09450f49bc416e00488ef283db0e98795.patch
 
 %description
 Chkconfig is a basic system utility.  It updates and queries runlevel
@@ -31,8 +29,6 @@ page), ntsysv configures the current runlevel (5 if you're using X).
 
 %prep
 %setup -q
-%patch10 -p1
-%patch11 -p1
 
 %build
 
@@ -78,11 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/*/ntsysv.8*
 
 %changelog
-* Wed Feb  1 2012 Bill Nottingham <notting at redhat.com> 1.3.57-3
-- fix regression in 'install_initd'
-
-* Tue Jan 17 2012 Bill Nottingham <notting at redhat.com> 1.3.57-2
-- fix regression in 'chkconfig <service>' in 1.3.57 (#782152)
+* Fri Feb 10 2012 Bill Nottingham <notting at redhat.com> 1.3.58-1
+- fix forwarding to systemctl with systemd >= 41 (#789256)
+- assorted regression fixes from 1.3.57 (#782152, etc.)
 
 * Wed Jan 04 2012 Bill Nottingham <notting at redhat.com> 1.3.57-1
 - assorted cleanups to LSB dependency support (#693202 fixed properly, #701573)
diff --git a/sources b/sources
index 0ba6370..9e7dedf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35a2d0630f1cb5c251e749eefde70afd  chkconfig-1.3.57.tar.bz2
+c2039ca67f2749fe0c06ef7c6f8ee246  chkconfig-1.3.58.tar.bz2


More information about the scm-commits mailing list