import UBI initscripts-10.11.7-1.el9

This commit is contained in:
eabdullin 2024-11-12 10:58:10 +00:00
parent bf3f1d5a16
commit 4297360ae2
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/initscripts-10.11.6.tar.gz
SOURCES/initscripts-10.11.7.tar.gz

View File

@ -1 +1 @@
eea7f9f54bf14ce411e24ef9b4cd7c406cc02181 SOURCES/initscripts-10.11.6.tar.gz
b37728ae9b4a76e180b625a040cfcc8863c23128 SOURCES/initscripts-10.11.7.tar.gz

View File

@ -18,7 +18,7 @@ Requires: gawk \
Name: initscripts
Summary: Basic support for legacy System V init scripts
Version: 10.11.6
Version: 10.11.7
Release: 1%{?dist}
License: GPLv2
@ -397,6 +397,10 @@ fi
# =============================================================================
%changelog
* Wed Mar 06 2024 Jan Macku <jamacku@redhat.com> - 10.11.7-1
- rename_device: free path after it is used
- rename_device: remove trailing whitespaces
* Thu Feb 08 2024 Jan Macku <jamacku@redhat.com> - 10.11.6-1
- Add -r to while read as per shellcheck
- Fix splitting spaces in paths from statetab files