This commit is contained in:
Bill Nottingham 2012-02-10 14:38:27 -05:00
parent e27f29260d
commit 64f7773711
3 changed files with 7 additions and 13 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/chkconfig-1.3.57.tar.bz2
/chkconfig-1.3.58.tar.bz2

View File

@ -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@redhat.com> 1.3.57-3
- fix regression in 'install_initd'
* Tue Jan 17 2012 Bill Nottingham <notting@redhat.com> 1.3.57-2
- fix regression in 'chkconfig <service>' in 1.3.57 (#782152)
* Fri Feb 10 2012 Bill Nottingham <notting@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@redhat.com> 1.3.57-1
- assorted cleanups to LSB dependency support (#693202 fixed properly, #701573)

View File

@ -1 +1 @@
35a2d0630f1cb5c251e749eefde70afd chkconfig-1.3.57.tar.bz2
c2039ca67f2749fe0c06ef7c6f8ee246 chkconfig-1.3.58.tar.bz2