- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 01:34:35 +00:00
parent f2ec4e5aa1
commit 324af97583
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: librhsm
Version: 0.0.3
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Red Hat Subscription Manager library
License: LGPLv2.1+
@ -52,6 +52,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.3-5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Thu Mar 24 2021 Daniel Mach - 0.0.3-4
- Fix License in spec to LGPLv2.1+ (was LGPLv2+)