import initscripts-10.11.4-1.el9
This commit is contained in:
parent
ba6d1d6109
commit
9c59cafd68
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/initscripts-10.11.2.tar.gz
|
SOURCES/initscripts-10.11.4.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
ee26ec5cbaf8af53ff37534bc55306740590cf20 SOURCES/initscripts-10.11.2.tar.gz
|
b36e4abbbd9a3ca2b5eeb68a2bed137cbd826578 SOURCES/initscripts-10.11.4.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.11.2
|
Version: 10.11.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -36,6 +36,7 @@ Requires: systemd
|
|||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
Requires: chkconfig
|
Requires: chkconfig
|
||||||
Requires: initscripts-service
|
Requires: initscripts-service
|
||||||
|
Requires: initscripts-rename-device
|
||||||
|
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
@ -53,7 +54,7 @@ BuildRequires: make
|
|||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
|
||||||
Obsoletes: %{name} < 10.10-1
|
Obsoletes: %{name} < 10.11.3-1
|
||||||
|
|
||||||
# === PATCHES =================================================================
|
# === PATCHES =================================================================
|
||||||
|
|
||||||
@ -89,6 +90,16 @@ other legacy tools & utilities.
|
|||||||
|
|
||||||
# === SUBPACKAGES =============================================================
|
# === SUBPACKAGES =============================================================
|
||||||
|
|
||||||
|
%package -n initscripts-rename-device
|
||||||
|
Summary: Udev helper utility that provides network interface naming
|
||||||
|
|
||||||
|
%shared_requirements
|
||||||
|
|
||||||
|
%description -n initscripts-rename-device
|
||||||
|
Udev helper utility that provides network interface naming
|
||||||
|
|
||||||
|
# ---------------
|
||||||
|
|
||||||
%package -n initscripts-service
|
%package -n initscripts-service
|
||||||
Summary: Support for service command
|
Summary: Support for service command
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -99,8 +110,6 @@ Requires: systemd
|
|||||||
|
|
||||||
Provides: /sbin/service
|
Provides: /sbin/service
|
||||||
|
|
||||||
Obsoletes: %{name} < 10.10-1
|
|
||||||
|
|
||||||
%description -n initscripts-service
|
%description -n initscripts-service
|
||||||
This package provides service command.
|
This package provides service command.
|
||||||
|
|
||||||
@ -321,14 +330,19 @@ fi
|
|||||||
|
|
||||||
%{_prefix}/lib/systemd/system/import-state.service
|
%{_prefix}/lib/systemd/system/import-state.service
|
||||||
%{_prefix}/lib/systemd/system/loadmodules.service
|
%{_prefix}/lib/systemd/system/loadmodules.service
|
||||||
%{_prefix}/lib/udev/rename_device
|
|
||||||
|
|
||||||
%{_udevrulesdir}/*
|
|
||||||
|
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
|
%files -n initscripts-rename-device
|
||||||
|
|
||||||
|
%{_prefix}/lib/udev/rename_device
|
||||||
|
|
||||||
|
%{_udevrulesdir}/*
|
||||||
|
|
||||||
|
# ---------------
|
||||||
|
|
||||||
%files -n initscripts-service
|
%files -n initscripts-service
|
||||||
|
|
||||||
%dir %{_libexecdir}/%{name}
|
%dir %{_libexecdir}/%{name}
|
||||||
@ -383,6 +397,15 @@ fi
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 24 2022 Jan Macku <jamacku@redhat.com> - 10.11.4-1
|
||||||
|
- spec: Update initscripts Obsoletes
|
||||||
|
|
||||||
|
* Thu Feb 24 2022 Jan Macku <jamacku@redhat.com> - 10.11.3-1
|
||||||
|
- Drop unnecessary obsoletes
|
||||||
|
- spec: Move rename_device to subpackage `initscripts-rename-device`
|
||||||
|
- ci: Update `.packit.yml` to run on `c9s`
|
||||||
|
- ci: Use Differential ShellCheck action
|
||||||
|
|
||||||
* Wed Jan 26 2022 Jan Macku <jamacku@redhat.com> - 10.11.2-1
|
* Wed Jan 26 2022 Jan Macku <jamacku@redhat.com> - 10.11.2-1
|
||||||
- ifup-routes: Revert quotes
|
- ifup-routes: Revert quotes
|
||||||
- ifup-routes: Use `ip replace` only on type `route`
|
- ifup-routes: Use `ip replace` only on type `route`
|
||||||
|
Loading…
Reference in New Issue
Block a user