The package rpms/phd2.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/phd2.git/commit/?id=195a9fea693b22bf....
Change: +%ifnarch %{ix86}
Thanks.
Full change: ============
commit 195a9fea693b22bf98b85797ee1d3920d0b2c53a Author: Mattia Verga mattia.verga@email.it Date: Mon May 7 19:34:42 2018 +0200
Specify libindi to be >= 1.5
Tests are still failing on i686, so exclude them again.
diff --git a/phd2.spec b/phd2.spec index 7cd04a3..747f800 100644 --- a/phd2.spec +++ b/phd2.spec @@ -37,7 +37,7 @@ BuildRequires: wxGTK3-devel BuildRequires: pkgconfig(cfitsio) BuildRequires: pkgconfig(eigen3) BuildRequires: pkgconfig(libcurl) -BuildRequires: pkgconfig(libindi) +BuildRequires: pkgconfig(libindi) >= 1.5 BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(zlib)
@@ -81,11 +81,11 @@ popd %find_lang %{name}
%check -# Tests are failing on x86 with GCC7 +# Tests are failing on x86 with GCC >= 7 # https://github.com/OpenPHDGuiding/phd2/issues/608 -#%%ifnarch %%{ix86} +%ifnarch %{ix86} env CTEST_OUTPUT_ON_FAILURE=1 make test -C %{_target_platform} -#%%endif +%endif
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/%{name}.appdata.xml @@ -106,6 +106,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/%{name}. - Upgrade to 2.6.5 - Remove obsolete scriptlets - Use upstream patch to disable third party drivers +- Specify libindi to be >= 1.5
* Fri Feb 23 2018 Christian Dersch lupinix@mailbox.org - 2.6.4-6 - rebuilt for cfitsio 3.420 (so version bump)
arch-excludes@lists.fedoraproject.org