Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-10 00:15:33 +00:00
parent effbc01845
commit e6dac818f5

View File

@ -5,7 +5,7 @@
Name: python-linux-procfs
Version: 0.6.3
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Summary: Linux /proc abstraction classes
URL: https://git.kernel.org/pub/scm/libs/python/%{name}/%{name}.git
@ -46,6 +46,10 @@ rm -rf %{buildroot}
%license COPYING
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.3-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu May 27 2021 John Kacur <jkacur@redhat.com> - 0.6.3-1
- Rebase to latest upstream
Resolves: rhbz#1890564