diff --git a/.chkconfig.metadata b/.chkconfig.metadata index d643903..491e849 100644 --- a/.chkconfig.metadata +++ b/.chkconfig.metadata @@ -1 +1 @@ -2f338c18df40376e97bb40a7a4731c754c1599e3 SOURCES/chkconfig-1.19.1.tar.gz +44374e1bde4f7d7db25ac1309ec713d9e1a73039 SOURCES/chkconfig-1.19.2.tar.gz diff --git a/.gitignore b/.gitignore index c786fb0..38c39f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/chkconfig-1.19.1.tar.gz +SOURCES/chkconfig-1.19.2.tar.gz diff --git a/SPECS/chkconfig.spec b/SPECS/chkconfig.spec index 5feeab0..4ffae9d 100644 --- a/SPECS/chkconfig.spec +++ b/SPECS/chkconfig.spec @@ -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 - 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 - 1.19.1-1 - spec: Revert changes introduced in Fedora (#61)