Release 1.6.2-1
Resolves: https://issues.redhat.com/browse/RHEL-74293 Resolves: https://issues.redhat.com/browse/RHEL-82793 Note previous commit left out the changes of ima-evm-utils.spec. Signed-off-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
parent
f70f5151ef
commit
c377b1a635
@ -1,14 +1,14 @@
|
||||
# If the soname gets bumped we need to ship a compat library to be able
|
||||
# to bootstrap and rebuild rpm else we end up with chicken and egg problem.
|
||||
%global bootstrap 0
|
||||
%global bootstrap 1
|
||||
|
||||
%if 0%{bootstrap}
|
||||
%global compat_soversion 3
|
||||
%global compat_soversion 4
|
||||
%endif
|
||||
|
||||
Name: ima-evm-utils
|
||||
Version: 1.5
|
||||
Release: 4%{?dist}
|
||||
Version: 1.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: IMA/EVM support utilities
|
||||
License: GPLv2
|
||||
Url: http://linux-ima.sourceforge.net/
|
||||
@ -27,7 +27,7 @@ Source301: centosimarelease-9.der
|
||||
|
||||
%if 0%{bootstrap}
|
||||
# compat source and patches
|
||||
Source10: ima-evm-utils-1.4.tar.gz
|
||||
Source10: ima-evm-utils-1.5.tar.gz
|
||||
%endif
|
||||
|
||||
BuildRequires: asciidoc
|
||||
@ -123,7 +123,7 @@ install -m 644 %{SOURCE300} %{SOURCE301} $RPM_BUILD_ROOT/etc/keys/ima/
|
||||
%{_bindir}/ima-setup
|
||||
|
||||
# if you need to bump the soname version, coordinate with dependent packages
|
||||
%{_libdir}/libimaevm.so.4*
|
||||
%{_libdir}/libimaevm.so.5*
|
||||
%if 0%{bootstrap}
|
||||
%{_libdir}/libimaevm.so.%{compat_soversion}
|
||||
%{_libdir}/libimaevm.so.%{compat_soversion}.0.0
|
||||
@ -138,8 +138,9 @@ install -m 644 %{SOURCE300} %{SOURCE301} $RPM_BUILD_ROOT/etc/keys/ima/
|
||||
%{_libdir}/libimaevm.so
|
||||
|
||||
%changelog
|
||||
* Mon Mar 10 2025 Coiby Xu <coxu@redhat.com> - 1.5-4
|
||||
- ima-setup: run zipl after building initramfs for s390x (RHEL-7293)
|
||||
* Mon Mar 10 2025 Coiby Xu <coxu@redhat.com> - 1.6.2-1
|
||||
- ima-setup: run zipl after building initramfs for s390x (RHEL-72293)
|
||||
- update to upstream 1.6.2 (RHEL-82793)
|
||||
|
||||
* Wed Nov 13 2024 Coiby Xu <coxu@redhat.com> - 1.5-3
|
||||
- Skip unsupported file systems for sample appraisal rule (RHEL-62817)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user