Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

This commit is contained in:
Mohan Boddu 2021-08-10 01:13:54 +00:00 committed by Stepan Oksanichenko
parent 729eedd152
commit 302d8b84cd
2 changed files with 6 additions and 1 deletions

1
.userspace-rcu.metadata Normal file
View File

@ -0,0 +1 @@
93ad363e3889e55fac7d35d406927e5925e40dd9 userspace-rcu-0.12.1.tar.bz2

View File

@ -1,6 +1,6 @@
Name: userspace-rcu
Version: 0.12.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: RCU (read-copy-update) implementation in user-space
License: LGPLv2+
URL: http://liburcu.org
@ -88,6 +88,10 @@ make regtest
%changelog
* 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
* 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)