From 9fcce375bd102fdf36537786be4cb704af2f9dc1 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Wed, 29 Jun 2016 14:49:07 +0200 Subject: [PATCH] 1.8 --- .gitignore | 1 + chkconfig.spec | 15 +++++++++++---- sources | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 660ca5f..922ab6b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /chkconfig-1.5.tar.bz2 /chkconfig-1.6.tar.bz2 /chkconfig-1.7.tar.bz2 +/chkconfig-1.8.tar.bz2 diff --git a/chkconfig.spec b/chkconfig.spec index 812c9f9..f304802 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -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 - 1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild +* Wed Jun 29 2016 Lukáš Nykrýn - 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 - 1.7-1 - leveldb: fix segfault when selinux policy is not present diff --git a/sources b/sources index 4a72a12..fd5e4fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -592a1d502ecf3d1b5c00f50d38424b31 chkconfig-1.7.tar.bz2 +5a61d87b60a421bd46de208f0269c227 chkconfig-1.8.tar.bz2