This commit is contained in:
Lukas Nykryn 2016-06-29 14:49:07 +02:00
parent c26db79cff
commit 9fcce375bd
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/chkconfig-1.5.tar.bz2
/chkconfig-1.6.tar.bz2
/chkconfig-1.7.tar.bz2
/chkconfig-1.8.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
Name: chkconfig
Version: 1.7
Release: 2%{?dist}
Version: 1.8
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
URL: https://git.fedorahosted.org/git/chkconfig.git
@ -80,8 +80,15 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/ntsysv.8*
%changelog
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jun 29 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 1.8-1
- alternatives: introduce --keep-missing
- alternatives: allow family in --set and display it in --config
- chkconfig: use isXinetdEnabled instead of isOn
- leveldb: trim leading whitespaces from systemctl
- leveldb: suppress error messages when selinux is turned off
- alternatives: always recreate symlinks when the alternative is updated
- test-alternatives: basic tests for slave links
- chkconfig: resetpriorities should work on all runlevels
* Tue Nov 24 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 1.7-1
- leveldb: fix segfault when selinux policy is not present

View File

@ -1 +1 @@
592a1d502ecf3d1b5c00f50d38424b31 chkconfig-1.7.tar.bz2
5a61d87b60a421bd46de208f0269c227 chkconfig-1.8.tar.bz2