This commit is contained in:
Lukas Nykryn 2013-03-12 17:35:16 +01:00
parent 3883a77497
commit 88dcd6b3f2
3 changed files with 18 additions and 9 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/chkconfig-1.3.59.tar.bz2
/chkconfig-1.3.60.tar.bz2

View File

@ -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 <rel-eng@lists.fedoraproject.org> - 1.3.59-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.59-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Mar 12 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 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 <notting@redhat.com> 1.3.59-1
- translation updates

View File

@ -1 +1 @@
b2fe3a26aa0fbe89a1dae69805156b57 chkconfig-1.3.59.tar.bz2
6917549b5bbb97a68da6c304d6d4bfa0 chkconfig-1.3.60.tar.bz2