aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Gompa <ngompa13@gmail.com>2021-06-02 09:29:47 -0400
committerJan Macku <jamacku@redhat.com>2021-06-03 12:51:55 +0200
commitb748244cf9905696baf1bc16e0432f85093414c2 (patch)
tree6683fbacb0279a5b4b1963467d16470d442bb633
parent2b7ec3444af79d57b69ee3a238832be222f0c3ef (diff)
downloadinitscripts-b748244cf9905696baf1bc16e0432f85093414c2.tar
initscripts-b748244cf9905696baf1bc16e0432f85093414c2.tar.gz
initscripts-b748244cf9905696baf1bc16e0432f85093414c2.tar.bz2
initscripts-b748244cf9905696baf1bc16e0432f85093414c2.tar.xz
initscripts-b748244cf9905696baf1bc16e0432f85093414c2.zip
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/
-rw-r--r--initscripts.spec6
1 files changed, 6 insertions, 0 deletions
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.