diff --git a/openjfx.spec b/openjfx.spec index b43f082..930b3ef 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -2,7 +2,7 @@ Name: openjfx Version: 8.0.152 -Release: 11.b04%{?dist} +Release: 12.b04%{?dist} Summary: Rich client application platform for Java #fxpackager is BSD @@ -45,7 +45,6 @@ applications that operate consistently across diverse platforms. The media and web module have been removed due to missing dependencies. %package devel -BuildArch: noarch Requires: %{name}%{?_isa} = %{version}-%{release} Requires: java-devel Summary: OpenJFX development tools and libraries @@ -54,7 +53,6 @@ Summary: OpenJFX development tools and libraries %{summary}. %package src -BuildArch: noarch Requires: %{name}%{?_isa} = %{version}-%{release} Summary: OpenJFX Source Bundle @@ -145,6 +143,9 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir} %license LICENSE %changelog +* Thu Jun 15 2017 Jonny Heggheim - 8.0.152-12.b04 +- Removed BuildArch: noarch for subpackages that requires the parent package + * Thu Jun 15 2017 Jonny Heggheim - 8.0.152-11.b04 - Build on i686 too