Rebuild for ima-evm-utils 1.6 soname bump

We need to rebuild once again since the new libimaevm.so.5 hadn't yet
passed the gating at the time of building the previous release 11 and so
it was still linked against libimaevm.so.4.

Related: RHEL-65378
This commit is contained in:
Michal Domonkos 2025-01-31 14:00:38 +01:00
parent b93a192b47
commit c826d7aac0

View File

@ -27,7 +27,7 @@
%global rpmver 4.19.1.1
#global snapver rc1
%global baserelease 11
%global baserelease 12
%global sover 10
%global srcver %{rpmver}%{?snapver:-%{snapver}}
@ -635,6 +635,9 @@ fi
%doc %{_defaultdocdir}/rpm/API/
%changelog
* Fri Feb 07 2025 Michal Domonkos <mdomonko@redhat.com> - 4.19.1.1-12
- Rebuild for ima-evm-utils 1.6 soname bump (RHEL-65378)
* Fri Jan 24 2025 Michal Domonkos <mdomonko@redhat.com> - 4.19.1.1-11
- Fix possible package corruption on --delsign/resign/addsign (RHEL-69518)
- Fix regression on build-id generation from compressed ELF (RHEL-54000)