瀏覽代碼

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 年之前
父節點
當前提交
d4668cc6bd
共有 1 個文件被更改,包括 2 次插入2 次删除
  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