2007-04-05 Damien Carbery <[email protected]>
authordcarbery
Thu, 05 Apr 2007 15:51:14 +0000
changeset 9681 b0a5e2bc0fa7
parent 9680 767e63101669
child 9682 46ade3f26e0a
2007-04-05 Damien Carbery <[email protected]> * SUNWgnutls.spec: Remove code in %install that creates the libgnutls.so.12 symlink. The symlink was added as a workaround for 6519334 and is no longer needed. Removing the symlink fixes 6521160, a reminder bug to remove the symlink.
ChangeLog
SUNWgnutls.spec
--- a/ChangeLog	Thu Apr 05 11:58:49 2007 +0000
+++ b/ChangeLog	Thu Apr 05 15:51:14 2007 +0000
@@ -1,3 +1,10 @@
+2007-04-05  Damien Carbery <[email protected]>
+
+	* SUNWgnutls.spec: Remove code in %install that creates the
+	  libgnutls.so.12 symlink. The symlink was added as a workaround for
+	  6519334 and is no longer needed. Removing the symlink fixes 6521160,
+	  a reminder bug to remove the symlink.
+
 2007-04-05 Erwann Chenede - <[email protected]>
 
 	* patches/metacity-12-reset-user-move-resized.diff : new patch 
--- a/SUNWgnutls.spec	Thu Apr 05 11:58:49 2007 +0000
+++ b/SUNWgnutls.spec	Thu Apr 05 15:51:14 2007 +0000
@@ -65,11 +65,6 @@
 rm -rf $RPM_BUILD_ROOT%{_datadir}/info
 rm -rf $RPM_BUILD_ROOT%{_bindir}/psktool
 
-# Create symlink to support smbclient which was built with an older version of smbclient.
-cd $RPM_BUILD_ROOT%{_libdir}
-ln -s libgnutls.so.13 libgnutls.so.12
-
-
 %{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
 
 %clean
@@ -114,6 +109,10 @@
 %{_datadir}/aclocal/*
 
 %changelog
+* Thu Apr 05 2007 - [email protected]
+- Remove code in %install that creates the libgnutls.so.12 symlink. The symlink
+  was added as a workaround for 6519334 and is no longer needed. Removing the
+  symlink fixes 6521160, a reminder bug to remove the symlink.
 * Tue Mar 27 2007 - [email protected]
 - enable 64-bit build
 * Mon Feb  5 2007 - [email protected]