10.16
This commit is contained in:
parent
8fcd375eb6
commit
d22d9d9fa5
1
.gitignore
vendored
1
.gitignore
vendored
@ -52,3 +52,4 @@
|
||||
/initscripts-10.13.tar.gz
|
||||
/initscripts-10.14.tar.gz
|
||||
/initscripts-10.15.tar.gz
|
||||
/initscripts-10.16.tar.gz
|
||||
|
@ -18,7 +18,7 @@ Requires: gawk \
|
||||
|
||||
Name: initscripts
|
||||
Summary: Basic support for legacy System V init scripts
|
||||
Version: 10.15
|
||||
Version: 10.16
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv2
|
||||
@ -36,6 +36,7 @@ Requires: systemd
|
||||
Requires: util-linux
|
||||
Requires: chkconfig
|
||||
Requires: initscripts-service
|
||||
Requires: initscripts-rename-device
|
||||
|
||||
Requires(pre): shadow-utils
|
||||
Requires(post): coreutils
|
||||
@ -89,6 +90,18 @@ other legacy tools & utilities.
|
||||
|
||||
# === SUBPACKAGES =============================================================
|
||||
|
||||
%package -n initscripts-rename-device
|
||||
Summary: Udev helper utility that provides network interface naming
|
||||
|
||||
%shared_requirements
|
||||
|
||||
Obsoletes: %{name} < 10.16-1
|
||||
|
||||
%description -n initscripts-rename-device
|
||||
Udev helper utility that provides network interface naming
|
||||
|
||||
# ---------------
|
||||
|
||||
%package -n initscripts-service
|
||||
Summary: Support for service command
|
||||
BuildArch: noarch
|
||||
@ -322,14 +335,19 @@ fi
|
||||
|
||||
%{_prefix}/lib/systemd/system/import-state.service
|
||||
%{_prefix}/lib/systemd/system/loadmodules.service
|
||||
%{_prefix}/lib/udev/rename_device
|
||||
|
||||
%{_udevrulesdir}/*
|
||||
|
||||
%{_mandir}/man1/*
|
||||
|
||||
# =============================================================================
|
||||
|
||||
%files -n initscripts-rename-device
|
||||
|
||||
%{_prefix}/lib/udev/rename_device
|
||||
|
||||
%{_udevrulesdir}/*
|
||||
|
||||
# ---------------
|
||||
|
||||
%files -n initscripts-service
|
||||
|
||||
%dir %{_libexecdir}/%{name}
|
||||
@ -384,6 +402,9 @@ fi
|
||||
# =============================================================================
|
||||
|
||||
%changelog
|
||||
* Wed Feb 23 2022 Jan Macku <jamacku@redhat.com> - 10.16-1
|
||||
- spec: Move rename_device to subpackage `initscripts-rename-device`
|
||||
|
||||
* Tue Feb 15 2022 Jan Macku <jamacku@redhat.com> - 10.15-1
|
||||
- spec: network-scripts needs to depend on dbus-tools for NetworkManager detection
|
||||
- packit: Run copr builds on release as well
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (initscripts-10.15.tar.gz) = c7fc1f7b91d766be84ee7b71dcbbba604e1024e25481460f60736119c654f134506371ef758d3c1dccf6479640d56019797e7316891689a3267d96da5ee18707
|
||||
SHA512 (initscripts-10.16.tar.gz) = f2760175ddd17f66b0747d340b28b6635187ff939e0c487d6d5d7b679e7495819df2e6f66b398209f37c1f61cc89884e7e8edac0b63e56b242aebbffe622615e
|
||||
|
Loading…
Reference in New Issue
Block a user