diff options
| -rw-r--r-- | repos/autotools/autotools-git/libtool/libtool.spec | 5 | ||||
| -rw-r--r-- | repos/autotools/autotools-latest/libtool/libtool.spec | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/repos/autotools/autotools-git/libtool/libtool.spec b/repos/autotools/autotools-git/libtool/libtool.spec index 5e03285..03a8663 100644 --- a/repos/autotools/autotools-git/libtool/libtool.spec +++ b/repos/autotools/autotools-git/libtool/libtool.spec @@ -48,10 +48,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # make sure we can configure all supported langs BuildRequires: libstdc++-devel, gcc-gfortran -%if !0%{?rhel:1} -# gcc-java was disabled in RHEL >= 7 -BuildRequires: gcc-java -%endif %description @@ -192,6 +188,7 @@ fi %changelog * Sat Jun 28 2014 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-6.444.28.053d - rebuild for gcc 4.8.3 +- gcc-java removed from Fedora completely (#1106080) * Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-5.444.28.053d - release bump for %%_compat_el5_build diff --git a/repos/autotools/autotools-latest/libtool/libtool.spec b/repos/autotools/autotools-latest/libtool/libtool.spec index c601924..9a28f73 100644 --- a/repos/autotools/autotools-latest/libtool/libtool.spec +++ b/repos/autotools/autotools-latest/libtool/libtool.spec @@ -57,10 +57,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # make sure we can configure all supported langs BuildRequires: libstdc++-devel, gcc-gfortran -%if !0%{?rhel:1} -# gcc-java was disabled in RHEL >= 7 -BuildRequires: gcc-java -%endif %description @@ -209,6 +205,7 @@ fi %changelog * Sat Jun 28 2014 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-4 - rebuild for new gcc 4.8.3 +- gcc-java removed from Fedora completely (#1106080) * Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-3 - release bump for %%_compat_el5_build |
