import UBI chkconfig-1.19.2-1.el8

This commit is contained in:
eabdullin 2023-11-14 19:08:26 +00:00
parent de89958de7
commit 03e38d389d
3 changed files with 8 additions and 3 deletions

View File

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

2
.gitignore vendored
View File

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

View File

@ -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)