OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 30-Dec-2004 10:51:58 Branch: HEAD Handle: 2004123009515800 Modified files: openpkg-src/openssh openssh.spec Log: 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 Summary: Revision Changes Path 1.142 +2 -2 openpkg-src/openssh/openssh.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openssh/openssh.spec ============================================================================ $ cvs diff -u -r1.141 -r1.142 openssh.spec --- openpkg-src/openssh/openssh.spec 27 Dec 2004 16:12:55 -0000 1.141 +++ openpkg-src/openssh/openssh.spec 30 Dec 2004 09:51:58 -0000 1.142 @@ -42,7 +42,7 @@ Group: Security License: BSD Version: %{V_base}%{V_portable} -Release: 20041227 +Release: 20041230 # package options %option with_fsl yes @@ -294,7 +294,7 @@ '%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 @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org