From 78831de74542d9c22536b776d513dd462b8a184b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 15 Dec 2005 21:15:07 +0000 Subject: negation goes on opts, not on the specific opts. use 'no' to avoid shell funnies. (noticed in #175803, fixes #172804 correctly) --- initscripts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'initscripts.spec') diff --git a/initscripts.spec b/initscripts.spec index e1ee1232..9bd5638c 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.93.23.EL +Version: 7.93.24.EL License: GPL Group: System Environment/Base Release: 1 @@ -207,6 +207,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Dec 15 2005 Bill Nottingham 7.93.24.EL-1 +- correct fix for #172804 + * Fri Dec 2 2005 Bill Nottingham 7.93.23.EL-1 - fix quoting of environment variables (#174849) -- cgit