From b748244cf9905696baf1bc16e0432f85093414c2 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 2 Jun 2021 09:29:47 -0400 Subject: spec: Mark network-scripts as deprecated The network-scripts package is legacy and deprecated, so nobody should depend on this! If ifcfg-style configuration is still desired, NetworkManager can do this. Thus, mark this as deprecated to ensure people know to not depend on it. Reference: https://docs.fedoraproject.org/en-US/packaging-guidelines/deprecating-packages/ --- initscripts.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/initscripts.spec b/initscripts.spec index 43d1e4a1..3a8a8c01 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -132,6 +132,12 @@ Requires(postun): %{_sbindir}/update-alternatives Obsoletes: %{name} < 9.82-2 +# This is legacy and deprecated, so nobody should depend on this! +# If ifcfg-style configuration is still desired, NetworkManager can do this. +# Thus, mark this as deprecated to ensure people know to not depend on it. +# Cf. https://docs.fedoraproject.org/en-US/packaging-guidelines/deprecating-packages/ +Provides: deprecated() + %description -n network-scripts This package contains the legacy scripts for activating & deactivating of most network interfaces. It also provides a legacy version of 'network' service. -- cgit v1.2.1