|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
Name: userspace-rcu
|
|
|
|
|
Version: 0.14.0
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Version: 0.12.1
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: RCU (read-copy-update) implementation in user-space
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://liburcu.org
|
|
|
|
|
|
|
|
|
|
Source0: http://lttng.org/files/urcu/%{name}-%{version}.tar.bz2
|
|
|
|
@ -10,14 +10,11 @@ Source1: http://lttng.org/files/urcu/%{name}-%{version}.tar.bz2.asc
|
|
|
|
|
# gpg2 --export --export-options export-minimal 2A0B4ED915F2D3FA45F5B16217280A9781186ACF > gpgkey-2A0B4ED915F2D3FA45F5B16217280A9781186ACF.gpg
|
|
|
|
|
Source2: gpgkey-2A0B4ED915F2D3FA45F5B16217280A9781186ACF.gpg
|
|
|
|
|
Patch0: regtest-without-bench.patch
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: multilib-rpm-config
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
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
|
|
|
|
@ -40,7 +37,7 @@ that use %{name}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Reinitialize libtool with the fedora version to remove Rpath
|
|
|
|
|
autoreconf -vif -W all,error
|
|
|
|
|
autoreconf -vif
|
|
|
|
|
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
V=1 make %{?_smp_mflags}
|
|
|
|
@ -52,8 +49,6 @@ find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
|
rm %{buildroot}/%{_docdir}/%{name}/LICENSE
|
|
|
|
|
# Replace arch-dependent header file with arch-independent stub (when needed).
|
|
|
|
|
%multilib_fix_c_header --file %{_includedir}/urcu/config.h
|
|
|
|
|
%multilib_fix_c_header --file %{_includedir}/urcu/arch.h
|
|
|
|
|
%multilib_fix_c_header --file %{_includedir}/urcu/uatomic.h
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
@ -65,14 +60,14 @@ make regtest
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE gpl-2.0.txt lgpl-relicensing.txt lgpl-2.1.txt
|
|
|
|
|
%doc ChangeLog README.md
|
|
|
|
|
%{_libdir}/liburcu-bp.so.8*
|
|
|
|
|
%{_libdir}/liburcu-cds.so.8*
|
|
|
|
|
%{_libdir}/liburcu-common.so.8*
|
|
|
|
|
%{_libdir}/liburcu-mb.so.8*
|
|
|
|
|
%{_libdir}/liburcu-memb.so.8*
|
|
|
|
|
%{_libdir}/liburcu-qsbr.so.8*
|
|
|
|
|
%{_libdir}/liburcu-signal.so.8*
|
|
|
|
|
%{_libdir}/liburcu.so.8*
|
|
|
|
|
%{_libdir}/liburcu-bp.so.6*
|
|
|
|
|
%{_libdir}/liburcu-cds.so.6*
|
|
|
|
|
%{_libdir}/liburcu-common.so.6*
|
|
|
|
|
%{_libdir}/liburcu-mb.so.6*
|
|
|
|
|
%{_libdir}/liburcu-memb.so.6*
|
|
|
|
|
%{_libdir}/liburcu-qsbr.so.6*
|
|
|
|
|
%{_libdir}/liburcu-signal.so.6*
|
|
|
|
|
%{_libdir}/liburcu.so.6*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%doc %{_pkgdocdir}/examples
|
|
|
|
@ -93,55 +88,18 @@ make regtest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.14.0-7
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.14.0-6
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Thu Jun 27 2024 Benjamin Marzinski <bmarzins@redhat.com> - 0.14.0-6
|
|
|
|
|
- Add OSCI tests and gating.yaml
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.14.0-5
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 08 2023 Michael Jeanson <mjeanson@efficios.com> - 0.14.0-2
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Thu Apr 27 2023 Michael Jeanson <mjeanson@efficios.com> - 0.14.0-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.12.1-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Oct 28 2022 Michael Jeanson <mjeanson@efficios.com> - 0.13.2-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Michael Jeanson <mjeanson@efficios.com> - 0.13.0-2
|
|
|
|
|
- New upstream release
|
|
|
|
|
- Bump SONAME to 8
|
|
|
|
|
|
|
|
|
|
* Thu Feb 18 2021 Michael Jeanson <mjeanson@efficios.com> - 0.12.2-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
* Mon Apr 19 2021 Benjamin Marzinski <bmarzins@redhat.com> - 0.12.1-5
|
|
|
|
|
- Replace arch-dependent /usr/include/urcu/config.h with arch-independent
|
|
|
|
|
stub when needed. (bz# 1951223)
|
|
|
|
|
- Added CI gating tests
|
|
|
|
|
- Resolves: bz #1951223
|
|
|
|
|
|
|
|
|
|
* Wed Feb 17 2021 Michael Jeanson <mjeanson@efficios.com> - 0.12.1-4
|
|
|
|
|
- Fix conflicts in userspace-rcu-devel multilib packages (#1886615)
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.12.1-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
@ -149,7 +107,7 @@ make regtest
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Apr 22 2020 Michael Jeanson <mjeanson@efficios.com> - 0.12.1-1
|
|
|
|
|
* Tue Apr 22 2020 Michael Jeanson <mjeanson@efficios.com> - 0.12.1-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
* Tue Apr 14 2020 Michael Jeanson <mjeanson@efficios.com> - 0.12.0-1
|
|
|
|
|