[initscripts] Fix typo in scriptlet. Yes, I am an idiot for not checking this.

Bill Nottingham notting at fedoraproject.org
Wed Mar 14 18:45:56 UTC 2012


commit 77b45d9a00d83f511383c29af1339ed44f3b2815
Author: Bill Nottingham <notting at redhat.com>
Date:   Wed Mar 14 14:45:00 2012 -0400

    Fix typo in scriptlet. Yes, I am an idiot for not checking this.

 initscripts.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/initscripts.spec b/initscripts.spec
index 14c1835..55af997 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -8,7 +8,7 @@ Version: 9.36
 # ppp-watch is GPLv2+, everything else is GPLv2
 License: GPLv2 and GPLv2+
 Group: System Environment/Base
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedorahosted.org/releases/i/n/initscripts/
 Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -161,7 +161,7 @@ fi
 /sbin/chkconfig --add netfs
 
 %preun legacy
-if [ $1 = 0 ; then
+if [ $1 = 0 ]; then
   /sbin/chkconfig --del netfs
 fi
 
@@ -326,6 +326,9 @@ rm -rf $RPM_BUILD_ROOT
 /etc/profile.d/debug*
 
 %changelog
+* Wed Mar 14 2012 Bill Nottingham <notting at redhat.com> - 9.36-2
+- fix -legacy typo (#803449)
+
 * Mon Mar 12 2012 Bill Nottingham <notting at redhat.com> - 9.36-1
 - ifup-aliases: fix IFS usage mangling of device names (#802119)
 - ifup/ifdown: fix typo (#802055, <lubek at users.sourceforge.net>)


More information about the scm-commits mailing list