Rev 649: fix the hack to link to the right library in http://samba.org/~tridge/3_0-ctdb

tridge at samba.org tridge at samba.org
Thu Oct 18 04:11:44 GMT 2007


------------------------------------------------------------
revno: 649
revision-id: tridge at samba.org-20071018041143-hbgm5myphw8v9av8
parent: tridge at samba.org-20071017075837-4z293tkcwbygyeuf
committer: Andrew Tridgell <tridge at samba.org>
branch nick: s3-ctdb-tridge
timestamp: Thu 2007-10-18 14:11:43 +1000
message:
  fix the hack to link to the right library
modified:
  packaging/RHEL4-CTDB/makerpms.sh makerpms.sh-20070530192107-og9sp62ho5xuaaer-3
=== modified file 'packaging/RHEL4-CTDB/makerpms.sh'
--- a/packaging/RHEL4-CTDB/makerpms.sh	2007-10-17 06:06:03 +0000
+++ b/packaging/RHEL4-CTDB/makerpms.sh	2007-10-18 04:11:43 +0000
@@ -89,12 +89,12 @@
 ##
 echo "$(basename $0): Getting Ready to build release package"
 cd ${SPECDIR}
-${RPM} -ba --clean --rmsource $EXTRA_OPTIONS $SPECFILE
+${RPM} -ba $EXTRA_OPTIONS $SPECFILE
 [ `arch` = "x86_64" ] && {
     echo "Building 32 bit winbind libs"
     # hi ho, a hacking we will go ...
     ln -sf /lib/libcom_err.so.2 /lib/libcom_err.so
-    ln -sf /lib/libcom_err.so.1 /lib/libuuid.so
+    ln -sf /lib/libuuid.so.1 /lib/libuuid.so
     ${RPM} -ba --rebuild --target=i386 $SPECFILE
 }
 



More information about the samba-cvs mailing list