1.8
This commit is contained in:
parent
c26db79cff
commit
9fcce375bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/chkconfig-1.5.tar.bz2
|
||||
/chkconfig-1.6.tar.bz2
|
||||
/chkconfig-1.7.tar.bz2
|
||||
/chkconfig-1.8.tar.bz2
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user