import UBI initscripts-10.00.19-1.el8_10
This commit is contained in:
parent
d38eb49ee5
commit
7ed6b663bd
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/initscripts-10.00.18.tar.gz
|
SOURCES/initscripts-10.00.19.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
07869d0e85730c355471ff37c311663369864d56 SOURCES/initscripts-10.00.18.tar.gz
|
f7aeed67f589a15d119f3899c65e8ac305deca1b SOURCES/initscripts-10.00.19.tar.gz
|
||||||
|
|||||||
@ -18,7 +18,7 @@ Requires: gawk \
|
|||||||
|
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Summary: Basic support for legacy System V init scripts
|
Summary: Basic support for legacy System V init scripts
|
||||||
Version: 10.00.18
|
Version: 10.00.19
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -202,7 +202,6 @@ support. Additional configuration is required after installation.
|
|||||||
install -m 0755 -d %{buildroot}%{_docdir}/network-scripts
|
install -m 0755 -d %{buildroot}%{_docdir}/network-scripts
|
||||||
|
|
||||||
ln -s %{_docdir}/%{name}/sysconfig.txt %{buildroot}%{_docdir}/network-scripts/
|
ln -s %{_docdir}/%{name}/sysconfig.txt %{buildroot}%{_docdir}/network-scripts/
|
||||||
ln -sr %{_mandir}/man8/ifup.8 %{buildroot}%{_mandir}/man8/ifdown.8
|
|
||||||
|
|
||||||
# We are now using alternatives approach to better co-exist with NetworkManager:
|
# We are now using alternatives approach to better co-exist with NetworkManager:
|
||||||
touch %{buildroot}%{_sbindir}/ifup
|
touch %{buildroot}%{_sbindir}/ifup
|
||||||
@ -346,6 +345,9 @@ fi
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 23 2025 Jan Macku <jamacku@redhat.com> - 10.00.19-1
|
||||||
|
- man: add ifdown.8
|
||||||
|
|
||||||
* Wed Aug 10 2022 Jan Macku <jamacku@redhat.com> - 10.00.18-1
|
* Wed Aug 10 2022 Jan Macku <jamacku@redhat.com> - 10.00.18-1
|
||||||
- ci: Update `.packit.yml` to run on `c8s`
|
- ci: Update `.packit.yml` to run on `c8s`
|
||||||
- ci: Use Differential ShellCheck action
|
- ci: Use Differential ShellCheck action
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user