- Add Conflicts: mozilla to libswt3-gtk2 (rh bug # 207626).

- Move Requires: firefox to libswt3-gtk2.
This commit is contained in:
Ben Konrath 2006-09-22 16:59:40 +00:00
parent ca01549f06
commit ce0351e8ae
1 changed files with 4 additions and 1 deletions

View File

@ -196,6 +196,8 @@ Requires: libgcj >= 4.0.2
Requires(post): java-gcj-compat >= 1.0.64
Requires(postun): java-gcj-compat >= 1.0.64
%endif
Requires: firefox
Conflicts: mozilla
%description -n %{libname}-gtk2
SWT Library for GTK2.
@ -242,7 +244,6 @@ Requires: java >= 1.4.2
Requires: %{name}-rcp = %{epoch}:%{version}-%{release}
Requires: %{libname}-gtk2 = %{epoch}:%{version}-%{release}
Requires: /usr/bin/perl
Requires: firefox
BuildRequires: gtk2 >= 2.6
Requires: gtk2 >= 2.6
@ -1510,6 +1511,8 @@ sed --in-place "s/eclipse.product=org.eclipse.sdk.ide/eclipse.product=org.eclips
- Set correct eclipse.product in post and postun of sdk and platform
sub-packages (rh bug # 207442)
- Don't set the .eclipseproduct twice.
- Add Conflicts: mozilla to libswt3-gtk2 (rh bug # 207626).
- Move Requires: firefox to libswt3-gtk2.
* Thu Sep 21 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-7
- Add workaround for gjdoc Mac-encoded bug (gcc#29167) to make javadocs build.