diff --git a/SPECS/userspace-rcu.spec b/SPECS/userspace-rcu.spec index a6930b2..8866a90 100644 --- a/SPECS/userspace-rcu.spec +++ b/SPECS/userspace-rcu.spec @@ -1,6 +1,6 @@ Name: userspace-rcu Version: 0.10.1 -Release: 2%{?dist} +Release: 4%{?dist} Summary: RCU (read-copy-update) implementation in user-space Group: System Environment/Libraries @@ -11,6 +11,7 @@ Patch0: regtest-without-bench.patch BuildRequires: pkgconfig BuildRequires: perl-Test-Harness BuildRequires: autoconf automake libtool +BuildRequires: multilib-rpm-config %description This data synchronization library provides read-side access which scales @@ -44,6 +45,8 @@ V=1 make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT rm -vf $RPM_BUILD_ROOT%{_libdir}/*.la +# Replace arch-dependent header file with arch-independent stub (when needed). +%multilib_fix_c_header --file %{_includedir}/urcu/config.h %check @@ -70,6 +73,16 @@ make regtest %changelog +* Wed Feb 10 2021 Benjamin Marzinski - 0.10.1-4 +- Fix CI test package requirements +- Resolves: bz #1682555 + +* Fri Oct 04 2019 Benjamin Marzinski - 0.10.1-3 +- Replace arch-dependent /usr/include/urcu/config.h with arch-independent + stub when needed. (bz #1853168) +- Added CI gating tests (bz #1682555) +- Resolves: bz #1682555, #1853168 + * Fri Feb 09 2018 Fedora Release Engineering - 0.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild