diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 0d8f855..74e3b55 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 23 19:49:12 CEST 2007 - maw@suse.de + +- Don't explicitly require libaoss.so (#326751). + ------------------------------------------------------------------- Fri Sep 14 23:13:06 CEST 2007 - maw@suse.de diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index c0b14e1..0eb304c 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -29,7 +29,7 @@ Obsoletes: MozillaFirebird <= 1.0.7 Obsoletes: mozilla %endif Version: 2.0.0.6 -Release: 18 +Release: 24 Summary: Mozilla Firefox Web Browser Url: http://www.mozilla.org/ Group: Productivity/Networking/Web/Browsers @@ -98,7 +98,9 @@ Patch39: x11-session.patch Patch100: configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: libstdc++ fileutils textutils /bin/sh gconf2 +%if %suse_version < 1030 Requires: /usr/lib/libaoss.so +%endif %define opensuse_bs 0 %if %sles_version == 10 %define default_home_page http://www.novell.com/linux/sle10 @@ -553,8 +555,9 @@ exit 0 %files translations -f %{_tmppath}/translations.list %defattr(-,root,root) %endif - %changelog +* Sun Sep 23 2007 - maw@suse.de +- Don't explicitly require libaoss.so (#326751). * Fri Sep 14 2007 - maw@suse.de - Update the Novell Support search plugin in search-addons.tar.bz2 (#297261)