Update to upstream 1.6.2
Resolves: https://issues.redhat.com/browse/RHEL-65376 Signed-off-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
parent
cc6070aa03
commit
8e319288a0
@ -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: 7%{?dist}
|
||||
Version: 1.6.2
|
||||
Release: 0.1%{?dist}
|
||||
Summary: IMA/EVM support utilities
|
||||
License: GPLv2
|
||||
Url: http://linux-ima.sourceforge.net/
|
||||
@ -27,7 +27,7 @@ Source301: centosimarelease-10.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,6 +138,9 @@ install -m 644 %{SOURCE300} %{SOURCE301} $RPM_BUILD_ROOT/etc/keys/ima/
|
||||
%{_libdir}/libimaevm.so
|
||||
|
||||
%changelog
|
||||
* Fri Nov 15 2024 Coiby Xu <coxu@redhat.com> - 1.6.2-0.1
|
||||
- Update to upstream 1.5 (RHEL-65376)
|
||||
|
||||
* Fri Nov 08 2024 Coiby Xu <coxu@redhat.com> - 1.5-7
|
||||
- add some IMA setup tools (RHEL-34778)
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ima-evm-utils-1.4.tar.gz) = 2fdf41470d88608162a084c4877ba17d531941b744bcb44dd4913e48ab2c2d131e0af3e3ead74c18748a5d46aced51213ebd7c13a5ee19050c28d54a26c011a3
|
||||
SHA512 (ima-evm-utils-1.5.tar.gz) = a1f0f2441dd1c41044f1b9a2151c53a02ed539dc1317950c4f8d72ec6340b2ac464bd572e6b0971bc2fe5dcc1842013f5698fe1bf2de92524ae0891c24daa417
|
||||
SHA512 (ima-evm-utils-1.6.2.tar.gz) = dfd82ba7c48c14fd31d687214a2b0cfcf269bdea42d4a0ebc872a72205f880c509ed5c5cd55dec7e94444e6f3bdc3c071ec6c2e3eba1e6579edb8ef11aa158a1
|
||||
|
Loading…
Reference in New Issue
Block a user