SPECS: open-vm-tools.spec - fixed build on x86

paszczus paszczus at pld-linux.org
Fri Jan 30 11:18:12 CET 2009


Author: paszczus                     Date: Fri Jan 30 10:18:12 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed build on x86

---- Files affected:
SPECS:
   open-vm-tools.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/open-vm-tools.spec
diff -u SPECS/open-vm-tools.spec:1.10 SPECS/open-vm-tools.spec:1.11
--- SPECS/open-vm-tools.spec:1.10	Fri Jan 16 13:21:26 2009
+++ SPECS/open-vm-tools.spec	Fri Jan 30 11:18:06 2009
@@ -8,7 +8,7 @@
 %define		snap	2008.12.23
 %define		rev	137496
 %define		modsrc	modules/linux
-%define		rel	0.2
+%define		rel	0.3
 Summary:	VMWare guest utilities
 Summary(pl.UTF-8):	Narzędzia dla systemu-gościa dla VMware
 Name:		open-vm-tools
@@ -270,7 +270,9 @@
 
 rm $RPM_BUILD_ROOT/sbin/mount.vmhgfs
 ln -sf %{_sbindir}/mount.vmhgfs $RPM_BUILD_ROOT/sbin/mount.vmhgfs
-mv $RPM_BUILD_ROOT/etc/pam.d/{vmware-guestd*,vmware-guestd}
+%ifarch %{x8664}
+mv $RPM_BUILD_ROOT/etc/pam.d/vmware-guestd-x64 $RPM_BUILD_ROOT/etc/pam.d/vmware-guestd
+%endif
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{a,la}
 
 install -d $RPM_BUILD_ROOT/etc/{modprobe.d,rc.d/init.d,xdg/autostart}
@@ -392,6 +394,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2009/01/30 10:18:06  paszczus
+- fixed build on x86
+
 Revision 1.10  2009/01/16 12:21:26  pascalek
 - open-vm-tools Req: libdnet libicu
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/open-vm-tools.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list