This commit is contained in:
Bill Nottingham 2010-11-09 14:25:37 -05:00
parent 8b7ead5417
commit f6f28910f4
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/chkconfig-1.3.48.tar.bz2
/chkconfig-1.3.49.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
Name: chkconfig
Version: 1.3.48
Version: 1.3.49
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/ntsysv.8*
%changelog
* Tue Nov 9 2010 Bill Nottingham <notting@redhat.com> 1.3.49-1
- fix abort on free of uninitialized data. (#649227)
* Wed Oct 27 2010 Bill Nottingham <notting@redhat.com> 1.3.48-1
- fix install_initd invocation for services that require $local_fs (#632294)

View File

@ -1 +1 @@
3afd02587146f497463a66840bdf181d chkconfig-1.3.48.tar.bz2
9b5e91d25f4f3b21f4c0bdf55a721431 chkconfig-1.3.49.tar.bz2