Explorar o código

workaround a subtle -V (verify) bug in RPM: if the sgrp is used, RPM always reports that the group was changed although it is definetely not the case. Instead now use mgrp which is equally good here but doesn't trigger this problem in RPM

Ralf S. Engelschall %!s(int64=21) %!d(string=hai) anos
pai
achega
d4668cc6bd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      openssh/openssh.spec

+ 2 - 2
openssh/openssh.spec

@@ -42,7 +42,7 @@ Class:        CORE
 Group:        Security
 License:      BSD
 Version:      %{V_base}%{V_portable}
-Release:      20041227
+Release:      20041230
 
 #   package options
 %option       with_fsl          yes
@@ -294,7 +294,7 @@ AutoReqProv:  no
         '%config %{l_prefix}/etc/fsl/fsl.openssh' \
         '%config %{l_prefix}/etc/openssh/*' \
         '%attr(4711,%{l_susr},%{l_mgrp}) %{l_prefix}/libexec/openssh/ssh-keysign' \
-        '%dir %attr(700,%{l_susr},%{l_sgrp}) %{l_prefix}/var/openssh/empty'
+        '%dir %attr(700,%{l_susr},%{l_mgrp}) %{l_prefix}/var/openssh/empty'
 
 %files -f files