import chkconfig-1.19.2-1.el8

c8 imports/c8/chkconfig-1.19.2-1.el8
MSVSphere Packaging Team 1 year ago
parent 97105f0880
commit 9da71269d7

@ -1 +1 @@
2f338c18df40376e97bb40a7a4731c754c1599e3 SOURCES/chkconfig-1.19.1.tar.gz
44374e1bde4f7d7db25ac1309ec713d9e1a73039 SOURCES/chkconfig-1.19.2.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/chkconfig-1.19.1.tar.gz
SOURCES/chkconfig-1.19.2.tar.gz

@ -1,6 +1,6 @@
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
Name: chkconfig
Version: 1.19.1
Version: 1.19.2
Release: 1%{?dist}
License: GPLv2
URL: https://github.com/fedora-sysv/chkconfig
@ -77,6 +77,11 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
%{_mandir}/*/ntsysv.8*
%changelog
* Mon May 15 2023 Jan Macku <jamacku@redhat.com> - 1.19.2-1
- alternatives: --keep-foreign incorrectly handles non-existent files
- alternatives: isLink should return 0 in case of lstat error
- spec: Replace not working awk command with sed (#63)
* Tue Jul 27 2021 Jan Macku <jamacku@redhat.com> - 1.19.1-1
- spec: Revert changes introduced in Fedora (#61)

Loading…
Cancel
Save