The package rpms/volk.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/volk.git/commit/?id=9a6a90294bd0bd94....
Change: -%ifnarch s390x
Thanks.
Full change: ============
commit 9a6a90294bd0bd94a0e77284d9ccb1d50207cf32 Author: Marcus Müller marcus@hostalia.de Date: Thu Oct 19 13:48:19 2023 +0200
Add BuildRequires on cpu_features, fix rhbz#2245047
diff --git a/volk.spec b/volk.spec index 244c683..895b6ea 100644 --- a/volk.spec +++ b/volk.spec @@ -1,6 +1,6 @@ Name: volk Version: 3.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Vector Optimized Library of Kernels License: GPLv3+ URL: https://github.com/gnuradio/%%7Bname%7D @@ -17,6 +17,9 @@ BuildRequires: python3-devel BuildRequires: python3-mako BuildRequires: orc-devel BuildRequires: sed +%ifnarch s390x +BuildRequires: google-cpu_features-devel +%endif Conflicts: python3-gnuradio < 3.9.0.0 Conflicts: gnuradio-devel < 3.9.0.0
@@ -35,6 +38,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel %{summary}. +%ifarch s390x +Conflicts: google-cpu_features-devel +%endif
%package doc @@ -82,14 +88,6 @@ export CXXFLAGS="$CFLAGS" mkdir -p %{buildroot}%{_docdir}/%{name} cp -a %{__cmake_builddir}/html %{buildroot}%{_docdir}/%{name}
-# drop list_cpu_features, not needed, just some demo binary, -# unavailable on s390x, for details see: -# https://github.com/gnuradio/volk/issues/442#issuecomment-772059840 -rm -f %{buildroot}%{_bindir}/list_cpu_features - -# drop static objects -rm -f %{buildroot}%{_libdir}/libcpu_features.a - %files %license COPYING %doc README.md docs/CHANGELOG.md @@ -102,10 +100,6 @@ rm -f %{buildroot}%{_libdir}/libcpu_features.a
%files devel %{_includedir}/volk -%ifnarch s390x -%{_includedir}/cpu_features -%{_libdir}/cmake/CpuFeatures -%endif %{_libdir}/libvolk.so %{_libdir}/cmake/volk %{_libdir}/pkgconfig/*.pc @@ -116,6 +110,10 @@ rm -f %{buildroot}%{_libdir}/libcpu_features.a
%changelog +* Thu Oct 19 2023 Marcus Müller marcus_fedora@baseband.digital - 3.0.0-4 +- Depend on system google-cpu_features-devel instead of using the vendored +- Fixes rhbz#2245047 + * Sat Jul 22 2023 Fedora Release Engineering releng@fedoraproject.org - 3.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
commit b08f14d1e37a2706d6876a3afcd110ffc87b635f Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jul 22 17:50:18 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/volk.spec b/volk.spec index c206508..244c683 100644 --- a/volk.spec +++ b/volk.spec @@ -1,6 +1,6 @@ Name: volk Version: 3.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Vector Optimized Library of Kernels License: GPLv3+ URL: https://github.com/gnuradio/%%7Bname%7D @@ -116,6 +116,9 @@ rm -f %{buildroot}%{_libdir}/libcpu_features.a
%changelog +* Sat Jul 22 2023 Fedora Release Engineering releng@fedoraproject.org - 3.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint python-maint@redhat.com - 3.0.0-2 - Rebuilt for Python 3.12
commit 4be22755e8ab631c759feb31da32d0d742cd255e Author: Python Maint python-maint@redhat.com Date: Tue Jun 13 23:53:24 2023 +0200
Rebuilt for Python 3.12
diff --git a/volk.spec b/volk.spec index 9644406..c206508 100644 --- a/volk.spec +++ b/volk.spec @@ -1,6 +1,6 @@ Name: volk Version: 3.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Vector Optimized Library of Kernels License: GPLv3+ URL: https://github.com/gnuradio/%%7Bname%7D @@ -116,6 +116,9 @@ rm -f %{buildroot}%{_libdir}/libcpu_features.a
%changelog +* Tue Jun 13 2023 Python Maint python-maint@redhat.com - 3.0.0-2 +- Rebuilt for Python 3.12 + * Thu Jan 19 2023 Jaroslav Škarvada jskarvad@redhat.com - 3.0.0-1 - New version Resolves: rhbz#2161009
arch-excludes@lists.fedoraproject.org