1.19
This commit is contained in:
parent
74476582b2
commit
20e2c0de2d
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/chkconfig-1.14.tar.gz
|
||||
/chkconfig-1.15.tar.gz
|
||||
/chkconfig-1.18.tar.gz
|
||||
/chkconfig-1.19.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
||||
Name: chkconfig
|
||||
Version: 1.18
|
||||
Version: 1.19
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://github.com/fedora-sysv/chkconfig
|
||||
@ -8,6 +8,8 @@ Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{na
|
||||
BuildRequires: newt-devel gettext popt-devel libselinux-devel beakerlib gcc systemd-devel make
|
||||
Conflicts: initscripts <= 5.30-1
|
||||
|
||||
Provides: /sbin/chkconfig
|
||||
|
||||
%description
|
||||
Chkconfig is a basic system utility. It updates and queries runlevel
|
||||
information for system services. Chkconfig manipulates the numerous
|
||||
@ -86,6 +88,9 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
||||
%dir /var/lib/alternatives
|
||||
|
||||
%changelog
|
||||
* Fri Jul 23 2021 Jan Macku <jamacku@redhat.com> - 1.19-1
|
||||
- spec: Add Provides /sbin/chkconfig in order to stay backwards compatible (#60)
|
||||
|
||||
* Fri Jul 23 2021 Jan Macku <jamacku@redhat.com> - 1.18-1
|
||||
- spec: /sbin/chkconfig -> /usr/sbin/chkconfig (#59)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (chkconfig-1.18.tar.gz) = 4eafeec6b879f79d2bdf16c2f89604b05b3a6619aa8229c6527d3f7ec27332177df8abaa6432e6ed960565786e5334bd67a7ce07bcd73de84098275876760a87
|
||||
SHA512 (chkconfig-1.19.tar.gz) = a7ff0a79f99317224500ec36a5aca710676a229144bdac4a883871036bb3ce20121d1aed55b37be83c17f616de3822d87d264ec3e5767c085419e7f0340705f9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user