diff --git a/.gitignore b/.gitignore index 928a68d..e627d5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /chkconfig-1.3.59.tar.bz2 +/chkconfig-1.3.60.tar.bz2 diff --git a/chkconfig.spec b/chkconfig.spec index 1bfa85a..ca13802 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.3.59 -Release: 3%{?dist} +Version: 1.3.60 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2 @@ -32,7 +32,7 @@ page), ntsysv configures the current runlevel (5 if you're using X). %build -make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} +make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -60,6 +60,7 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/alternatives /etc/chkconfig.d /etc/init.d +/etc/rc.d /etc/rc.d/init.d /etc/rc[0-6].d /etc/rc.d/rc[0-6].d @@ -74,11 +75,18 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/ntsysv.8* %changelog -* Wed Feb 13 2013 Fedora Release Engineering - 1.3.59-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 1.3.59-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild +* Tue Mar 12 2013 Lukáš Nykrýn - 1.3.60-1 +- don't completely override LDFLAGS +- pass along any rpm-configured LD flags +- make sure install_initd/remove_initd provides appropriate help output for those commands (#803818) +- check for overridden services in /etc too (#850899) +- chconfig should own /etc/rc.d (#894328) +- isXinetdEnabled should also ask systemd (#820363) +- alternatives: look for service file also in /etc +- alternatives: add --list option (#622635) +- chkconfig: add hint to call systemctl list-unit-files and list-dependencies (#800334) +- chkconfig: correctly handle unreadable init.d (#913807) +- alternatives: call systemctl enable with --force (#915667) * Wed Mar 7 2012 Bill Nottingham 1.3.59-1 - translation updates diff --git a/sources b/sources index b53322d..1b3d355 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b2fe3a26aa0fbe89a1dae69805156b57 chkconfig-1.3.59.tar.bz2 +6917549b5bbb97a68da6c304d6d4bfa0 chkconfig-1.3.60.tar.bz2