2008-03-19 Brian Cameron <[email protected]>
authoryippi
Wed, 19 Mar 2008 20:36:45 +0000
changeset 11880 acf4517df5cf
parent 11879 38767f9368aa
child 11881 23f5c833b540
2008-03-19 Brian Cameron <[email protected]> * SUNWdbus.spec: Remove the symlinks that point from /usr/lib/libdbus-1.so.2 to /usr/lib/libdbus-1.so.3. Now that ON updated their build machines to use the new D-Bus library, the symlinks are no longer needed.
ChangeLog
SUNWdbus.spec
--- a/ChangeLog	Wed Mar 19 18:09:16 2008 +0000
+++ b/ChangeLog	Wed Mar 19 20:36:45 2008 +0000
@@ -1,3 +1,10 @@
+2008-03-19  Brian Cameron  <[email protected]>
+
+	* SUNWdbus.spec:  Remove the symlinks that point from
+	  /usr/lib/libdbus-1.so.2 to /usr/lib/libdbus-1.so.3.  Now that ON
+	  updated their build machines to use the new D-Bus library, the
+	  symlinks are no longer needed.
+
 2008-03-19  Damien Carbery <[email protected]>
 
 	* SUNWgnome-games.spec: Add Build/Requires SUNWgnome-games/-devel as
--- a/SUNWdbus.spec	Wed Mar 19 18:09:16 2008 +0000
+++ b/SUNWdbus.spec	Wed Mar 19 20:36:45 2008 +0000
@@ -90,12 +90,7 @@
 cd %{_builddir}/%name-%version/sun-manpages
 make install DESTDIR=$RPM_BUILD_ROOT
 
-# Create symlink to support hal which was built with an older version of dbus.
-cd $RPM_BUILD_ROOT%{_libdir}
-ln -s libdbus-1.so.3 libdbus-1.so.2 
 %ifarch amd64 sparcv9
-cd %{_arch64}
-ln -s libdbus-1.so.3 libdbus-1.so.2 
 cd ../../bin/%{_arch64}
 rm dbus-launch dbus-monitor dbus-cleanup-sockets dbus-send dbus-uuidgen
 cd ..