2008-08-06 Rick Ju <[email protected]>
authorrickju
Wed, 06 Aug 2008 09:19:24 +0000
changeset 13050 730b076e02b3
parent 13049 b3f2e644c7da
child 13051 66539f00cee3
2008-08-06 Rick Ju <[email protected]> * SUNWw3m.spec: fix the libm dependency issue #6733315
ChangeLog
SUNWw3m.spec
--- a/ChangeLog	Wed Aug 06 08:53:37 2008 +0000
+++ b/ChangeLog	Wed Aug 06 09:19:24 2008 +0000
@@ -1,3 +1,7 @@
+2008-08-06  Rick Ju <[email protected]>
+
+	* SUNWw3m.spec: fix the libm dependency issue #6733315
+
 2008-08-06  Damien Carbery <[email protected]>
 
 	* base-specs/glib2.spec: Bump to 2.17.6.
--- a/SUNWw3m.spec	Wed Aug 06 08:53:37 2008 +0000
+++ b/SUNWw3m.spec	Wed Aug 06 09:19:24 2008 +0000
@@ -21,11 +21,12 @@
 BuildRoot:               %{_tmppath}/%{name}-%{version}-build
 
 %include default-depend.inc
-Requires:            SUNWlibm
+Requires:            SUNWlibms
 Requires:            SUNWlibgc
 Requires:            SUNWperl584core
 Requires:            SUNWfirefox
 Requires:            SUNWopenssl-libraries
+BuildRequires:       SUNWlibm 
 BuildRequires:       SUNWlibgc-devel
 BuildRequires:       SUNWopenssl-include
 
@@ -90,6 +91,8 @@
 %endif
 
 %changelog
+* Thu Aug 06 2008 - [email protected]
+- fix a libm dependency issue #6733315  
 * Thu Jun 05 2008 - [email protected]
 - renamed to SUNWw3m.spec 
 * Wed Jun 04 2008 - [email protected]