From 94baef9d28ac98f77623df931c287b77a0c1d8e7 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 16 Oct 2017 15:07:49 +0200 Subject: 'debugmode' subpackage dropped completely Using this package was very dangerous, and could lead to instability of system, or even being unable to bootup at all, and value of this functionality was at least questionable, and was not documented. We decided to drop functionality completely, to make sure users do not install it accidentally (e.g. by using globbing with 'dnf install'). Resolves: #69 --- initscripts.spec | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'initscripts.spec') diff --git a/initscripts.spec b/initscripts.spec index 2e5b41f5..00584e18 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -36,17 +36,6 @@ Provides: /sbin/service This package contains the script that activates and deactivates most network interfaces, some utilities, and other legacy files. -%package -n debugmode -Summary: Scripts for running in debug mode -Requires: initscripts -Group: System Environment/Base - -%description -n debugmode -The debugmode package contains some basic scripts that are used to run -the system in a debug mode. - -Currently, this consists of various memory checking code. - %prep %setup -q @@ -139,7 +128,6 @@ fi %dir %{_sysconfdir}/rc.d/init.d %{_sysconfdir}/rc.d/init.d/* %ghost %verify(not md5 size mtime) %config(noreplace,missingok) %{_sysconfdir}/rc.d/rc.local -%exclude %{_sysconfdir}/profile.d/debug* %{_sysconfdir}/profile.d/* %{_sbindir}/sys-unconfig %{_bindir}/usleep @@ -165,11 +153,6 @@ fi %dir %{_libexecdir}/initscripts %dir %{_libexecdir}/initscripts/legacy-actions -%files -n debugmode -%defattr(-,root,root) -%config(noreplace) %{_sysconfdir}/sysconfig/debug -%{_sysconfdir}/profile.d/debug* - %changelog * Tue Aug 15 2017 David Kaspar [Dee'Kej] - 9.77-1 - specfile: Fix failing build for s390* architecture -- cgit v1.2.1