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-09 21:42:01 +00:00
parent ac4316fdac
commit ae40a4d17d
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: librhsm
Version: 0.0.3
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Red Hat Subscription Manager library
License: LGPLv2.1+
@ -52,6 +52,10 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.3-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.3-6
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065