From 57e21a3868c949f25733b0703c705f5d873c057e Mon Sep 17 00:00:00 2001 From: XWwalker Date: Thu, 30 Jun 2022 10:58:44 +0800 Subject: [PATCH] Initscripts no looger care about rc.local (cherry picked from commit f9a0b5c59a3093d6c98531c12be5d1ee5b8617c5) --- initscripts.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/initscripts.spec b/initscripts.spec index 369faf1..5b17b3d 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -20,7 +20,7 @@ Requires: gawk \ Name: initscripts Summary: Basic support for legacy System V init scripts Version: 10.04 -Release: 3 +Release: 4 License: GPLv2 @@ -286,8 +286,6 @@ fi # --------------- -%ghost %config(noreplace, missingok) %verify(not md5 size mtime) %{_sysconfdir}/rc.d/rc.local - %{_sysconfdir}/rc.d/init.d/functions # RC symlinks: @@ -358,6 +356,12 @@ fi # ============================================================================= %changelog +* Thu Jun 30 2022 xingwei - 10.04-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Initscripts no looger care about rc.local + * Wed Jan 26 2022 gaoxingwang - 10.04-3 - Type:bugfix - ID:NA -- Gitee