Browse Source

speclint police

Ralf S. Engelschall 23 years ago
parent
commit
c3ce899742
1 changed files with 3 additions and 3 deletions
  1. 3 3
      apache/apache.spec

+ 3 - 3
apache/apache.spec

@@ -60,7 +60,7 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20030404
+Release:      20030408
 
 #   package options (suexec related)
 %option       with_suexec             yes
@@ -859,8 +859,8 @@ AutoReqProv:  no
         %{SOURCE rc.apache} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
 
     #   strip installation binaries
-    strip $RPM_BUILD_ROOT%{l_prefix}/bin/*  2> /dev/null || true
-    strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* 2> /dev/null || true
+    strip $RPM_BUILD_ROOT%{l_prefix}/bin/*  2>/dev/null || true
+    strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* 2>/dev/null || true
 
     #   determine installation tree files
     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \