parent
c65382f802
commit
c9500f11d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/chkconfig-1.15.tar.gz
|
||||
/chkconfig-1.16.tar.gz
|
||||
/chkconfig-1.17.tar.gz
|
||||
/chkconfig-1.18.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
||||
Name: chkconfig
|
||||
Version: 1.17
|
||||
Version: 1.18
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://github.com/fedora-sysv/chkconfig
|
||||
@ -61,13 +61,13 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
||||
%defattr(-,root,root)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
/sbin/chkconfig
|
||||
/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
|
||||
%{_sbindir}/chkconfig
|
||||
%{_sysconfdir}/chkconfig.d
|
||||
%{_sysconfdir}/init.d
|
||||
%{_sysconfdir}/rc.d
|
||||
%{_sysconfdir}/rc.d/init.d
|
||||
%{_sysconfdir}/rc[0-6].d
|
||||
%{_sysconfdir}/rc.d/rc[0-6].d
|
||||
%{_mandir}/*/chkconfig*
|
||||
%{_prefix}/lib/systemd/systemd-sysv-install
|
||||
|
||||
@ -86,6 +86,9 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
||||
%dir /var/lib/alternatives
|
||||
|
||||
%changelog
|
||||
* Fri Jul 23 2021 Jan Macku <jamacku@redhat.com> - 1.18-1
|
||||
- spec: /sbin/chkconfig -> /usr/sbin/chkconfig (#59)
|
||||
|
||||
* Thu Jul 22 2021 Jan Macku <jamacku@redhat.com> - 1.17-1
|
||||
- alternatives: tweak manpage to match the real 'remove' behavior (#58)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (chkconfig-1.17.tar.gz) = 81107342b4a8fdcc13f68a3145ab7fe6b4210d9b1b46cca209ae22a03e9f0da7199953fea87753356b7177a937b4442596bc34d31bcf01b789e663f262de01eb
|
||||
SHA512 (chkconfig-1.18.tar.gz) = 4eafeec6b879f79d2bdf16c2f89604b05b3a6619aa8229c6527d3f7ec27332177df8abaa6432e6ed960565786e5334bd67a7ce07bcd73de84098275876760a87
|
||||
|
||||
Loading…
Reference in New Issue
Block a user