1.18
This commit is contained in:
parent
8d3d982f08
commit
74476582b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/chkconfig-1.11.tar.gz
|
||||
/chkconfig-1.14.tar.gz
|
||||
/chkconfig-1.15.tar.gz
|
||||
/chkconfig-1.18.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
||||
Name: chkconfig
|
||||
Version: 1.15
|
||||
Release: 3%{?dist}
|
||||
Version: 1.18
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://github.com/fedora-sysv/chkconfig
|
||||
Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
@ -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,23 @@ 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)
|
||||
|
||||
* Thu Jul 15 2021 Jan Macku <jamacku@redhat.com> - 1.16-1
|
||||
- alternatives: add --keep-foreign (#57)
|
||||
- Translations update from Weblate
|
||||
- ci: Onboard chkconfig to Packit
|
||||
- zanata: remove zanata related stuff
|
||||
- Use make macros
|
||||
- alternatives: use one function for path cleaning
|
||||
- CI: specify more closely when to run CI
|
||||
- Add basic CI and README
|
||||
- spec: sync specfile with Fedora
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (chkconfig-1.15.tar.gz) = 79a64e095a7abd207b3e0e6c449595e1c13f5eabba416ae0133d842f73e214474f969bd23e13443762224739d281f6f163094129b1f81cc8fb4f674a905eba2b
|
||||
SHA512 (chkconfig-1.18.tar.gz) = 4eafeec6b879f79d2bdf16c2f89604b05b3a6619aa8229c6527d3f7ec27332177df8abaa6432e6ed960565786e5334bd67a7ce07bcd73de84098275876760a87
|
||||
|
||||
Loading…
Reference in New Issue
Block a user