This commit is contained in:
Bill Nottingham 2012-01-04 14:44:20 -05:00
parent aec16efe46
commit ed355280f5
3 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
Name: chkconfig
Version: 1.3.56
Version: 1.3.57
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -74,6 +74,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/ntsysv.8*
%changelog
* Wed Jan 04 2012 Bill Nottingham <notting@redhat.com> 1.3.57-1
- assorted cleanups to LSB dependency support (#693202 fixed properly, #701573)
- fix kill values for LSB-only scripts (#696305, <jbastian@redhat.com>)
- don't apply start deps for services that aren't starting anywhere (#750446)
* Tue Oct 11 2011 Bill Nottingham <notting@redhat.com> 1.3.56-1
- add the systemd warning when no arguments are passed (<harald@redhat.com>)

View File

@ -1 +1 @@
1a92c2c3438913943152a7d95da979ab chkconfig-1.3.56.tar.bz2
35a2d0630f1cb5c251e749eefde70afd chkconfig-1.3.57.tar.bz2