Explorar el Código

speclint police

Ralf S. Engelschall hace 23 años
padre
commit
c3ce899742
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      apache/apache.spec

+ 3 - 3
apache/apache.spec

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