import userspace-rcu-0.10.1-4.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:54:55 -04:00 committed by Andrew Lukoshko
parent abfb4f0cbb
commit af12074058
1 changed files with 14 additions and 1 deletions

View File

@ -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 <bmarzins@redhat.com> - 0.10.1-4
- Fix CI test package requirements
- Resolves: bz #1682555
* Fri Oct 04 2019 Benjamin Marzinski <bmarzins@redhat.com> - 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 <releng@fedoraproject.org> - 0.10.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild