Compare commits
No commits in common. "c8" and "imports/c8-beta/userspace-rcu-0.10.1-2.el8" have entirely different histories.
c8
...
imports/c8
@ -1,6 +1,6 @@
|
|||||||
Name: userspace-rcu
|
Name: userspace-rcu
|
||||||
Version: 0.10.1
|
Version: 0.10.1
|
||||||
Release: 4%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: RCU (read-copy-update) implementation in user-space
|
Summary: RCU (read-copy-update) implementation in user-space
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -11,7 +11,6 @@ Patch0: regtest-without-bench.patch
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: perl-Test-Harness
|
BuildRequires: perl-Test-Harness
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: multilib-rpm-config
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This data synchronization library provides read-side access which scales
|
This data synchronization library provides read-side access which scales
|
||||||
@ -45,8 +44,6 @@ V=1 make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm -vf $RPM_BUILD_ROOT%{_libdir}/*.la
|
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
|
%check
|
||||||
@ -73,16 +70,6 @@ make regtest
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user