This commit is contained in:
Bill Nottingham 2011-07-15 16:54:34 -04:00
parent 148a770532
commit 2a9b2a6676
3 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/chkconfig-1.3.52.tar.bz2
/chkconfig-1.3.53.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
Name: chkconfig
Version: 1.3.52
Version: 1.3.53
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -74,6 +74,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/ntsysv.8*
%changelog
* Fri Jul 15 2011 Bill Nottingham <notting@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)
- forward chkconfig --del to systemctl disable where necessary
* Wed Apr 27 2011 Bill Nottingham <notting@redhat.com> 1.3.52-1
- set state before frobbing dependencies (#693202)
- ntsysv: don't list or configure service overridden by systemd (#691224)

View File

@ -1 +1 @@
a576808a6d66763606d750ec451bab6d chkconfig-1.3.52.tar.bz2
99ad5f70853a2801bf1ac08fbc36a1b4 chkconfig-1.3.53.tar.bz2