Browse Source

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 21 years ago
parent
commit
d4668cc6bd
1 changed files with 2 additions and 2 deletions
  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