parent
3b0266956e
commit
11f34737af
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
||||
/initscripts-10.11.tar.gz
|
||||
/initscripts-10.11.1.tar.gz
|
||||
/initscripts-10.11.2.tar.gz
|
||||
/initscripts-10.11.3.tar.gz
|
||||
|
@ -18,7 +18,7 @@ Requires: gawk \
|
||||
|
||||
Name: initscripts
|
||||
Summary: Basic support for legacy System V init scripts
|
||||
Version: 10.11.2
|
||||
Version: 10.11.3
|
||||
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
|
||||
@ -53,7 +54,7 @@ BuildRequires: make
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
|
||||
Obsoletes: %{name} < 10.10-1
|
||||
Obsoletes: %{name} < 10.16-1
|
||||
|
||||
# === PATCHES =================================================================
|
||||
|
||||
@ -89,6 +90,16 @@ other legacy tools & utilities.
|
||||
|
||||
# === 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
|
||||
Summary: Support for service command
|
||||
BuildArch: noarch
|
||||
@ -99,8 +110,6 @@ Requires: systemd
|
||||
|
||||
Provides: /sbin/service
|
||||
|
||||
Obsoletes: %{name} < 10.10-1
|
||||
|
||||
%description -n initscripts-service
|
||||
This package provides service command.
|
||||
|
||||
@ -321,14 +330,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}
|
||||
@ -383,6 +397,12 @@ fi
|
||||
# =============================================================================
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- ifup-routes: Revert quotes
|
||||
- ifup-routes: Use `ip replace` only on type `route`
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (initscripts-10.11.2.tar.gz) = 1f62f917039d82ba239fbcc37e275eb5a915776876e9da61b8feb1561b6629eb2b87219b7a44e362fbe7e8d50bfa8d9bb1cd1c9faf8b5a49e31c46270c206914
|
||||
SHA512 (initscripts-10.11.3.tar.gz) = f14d68ce6bcb384a264baf27ac1c0434aa4cd117f408ec3cdb42d5ae0dc8f1503f7a1cd183d63b9bc6ee0fb2cf38a43f8b053c0844daa6b347806e1bd59d0751
|
||||
|
Loading…
Reference in New Issue
Block a user