SPECS: openssh.spec - use lib64 in config files for amd64

aredridel aredridel at pld-linux.org
Thu Aug 18 01:27:28 CEST 2005


Author: aredridel                    Date: Wed Aug 17 23:27:28 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use lib64 in config files for amd64

---- Files affected:
SPECS:
   openssh.spec (1.233 -> 1.234) 

---- Diffs:

================================================================
Index: SPECS/openssh.spec
diff -u SPECS/openssh.spec:1.233 SPECS/openssh.spec:1.234
--- SPECS/openssh.spec:1.233	Thu Aug 11 22:44:53 2005
+++ SPECS/openssh.spec	Thu Aug 18 01:27:23 2005
@@ -504,6 +504,10 @@
 
 touch $RPM_BUILD_ROOT/etc/security/blacklist.sshd
 
+%ifarch amd64
+find $RPM_BUILD_ROOT%{_sysconfdir} -type f -print0 | xargs -0 perl -pi -e "s#/usr/lib#/usr/lib64#"
+%endif
+
 cat << EOF >$RPM_BUILD_ROOT/etc/env.d/SSH_ASKPASS
 #SSH_ASKPASS="%{_libexecdir}/ssh-askpass"
 EOF
@@ -611,6 +615,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.234  2005/08/17 23:27:23  aredridel
+- use lib64 in config files for amd64
+
 Revision 1.233  2005/08/11 20:44:53  glen
 - require newer rc-scripts for updated initscript
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openssh.spec?r1=1.233&r2=1.234&f=u




More information about the pld-cvs-commit mailing list