소스 검색

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