SE: Secure guest tool to bind and associate APQNs (RHEL-10575)
Resolves: RHEL-10575
This commit is contained in:
parent
1f98c6e050
commit
0aa0652ef2
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,7 @@
|
|||||||
Name: s390utils
|
Name: s390utils
|
||||||
Summary: Utilities and daemons for IBM z Systems
|
Summary: Utilities and daemons for IBM z Systems
|
||||||
Version: 2.29.0
|
Version: 2.29.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: MIT
|
License: MIT
|
||||||
#URL: http://www.ibm.com/developerworks/linux/linux390/s390-tools.html
|
#URL: http://www.ibm.com/developerworks/linux/linux390/s390-tools.html
|
||||||
@ -170,7 +170,7 @@ popd
|
|||||||
%else
|
%else
|
||||||
%cargo_prep
|
%cargo_prep
|
||||||
%endif
|
%endif
|
||||||
rm -rf ./rust/pvsecret/Cargo.lock
|
rm -rf ./rust/Cargo.lock
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
pushd cmsfs-%{cmsfsver}
|
pushd cmsfs-%{cmsfsver}
|
||||||
@ -322,12 +322,18 @@ touch %{buildroot}%{_sysconfdir}/zipl.conf
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/genprotimg
|
%{_bindir}/genprotimg
|
||||||
|
%if %{with rust}
|
||||||
|
%{_bindir}/pvapconfig
|
||||||
|
%endif
|
||||||
%{_bindir}/pvattest
|
%{_bindir}/pvattest
|
||||||
%{_bindir}/pvextract-hdr
|
%{_bindir}/pvextract-hdr
|
||||||
%if %{with rust}
|
%if %{with rust}
|
||||||
%{_bindir}/pvsecret
|
%{_bindir}/pvsecret
|
||||||
%endif
|
%endif
|
||||||
%{_mandir}/man1/genprotimg.1*
|
%{_mandir}/man1/genprotimg.1*
|
||||||
|
%if %{with rust}
|
||||||
|
%{_mandir}/man1/pvapconfig.1*
|
||||||
|
%endif
|
||||||
%{_mandir}/man1/pvattest.1*
|
%{_mandir}/man1/pvattest.1*
|
||||||
%{_mandir}/man1/pvattest-create.1*
|
%{_mandir}/man1/pvattest-create.1*
|
||||||
%{_mandir}/man1/pvattest-perform.1*
|
%{_mandir}/man1/pvattest-perform.1*
|
||||||
@ -668,6 +674,9 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
|||||||
%{_bindir}/dump2tar
|
%{_bindir}/dump2tar
|
||||||
%{_bindir}/genprotimg
|
%{_bindir}/genprotimg
|
||||||
%{_bindir}/mk-s390image
|
%{_bindir}/mk-s390image
|
||||||
|
%if %{with rust}
|
||||||
|
%{_bindir}/pvapconfig
|
||||||
|
%endif
|
||||||
%{_bindir}/pvattest
|
%{_bindir}/pvattest
|
||||||
%{_bindir}/pvextract-hdr
|
%{_bindir}/pvextract-hdr
|
||||||
%if %{with rust}
|
%if %{with rust}
|
||||||
@ -697,6 +706,9 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
|||||||
%{_libdir}/zkey/zkey-kmip.so
|
%{_libdir}/zkey/zkey-kmip.so
|
||||||
%{_mandir}/man1/dump2tar.1*
|
%{_mandir}/man1/dump2tar.1*
|
||||||
%{_mandir}/man1/genprotimg.1*
|
%{_mandir}/man1/genprotimg.1*
|
||||||
|
%if %{with rust}
|
||||||
|
%{_mandir}/man1/pvapconfig.1*
|
||||||
|
%endif
|
||||||
%{_mandir}/man1/pvattest.1*
|
%{_mandir}/man1/pvattest.1*
|
||||||
%{_mandir}/man1/pvattest-create.1*
|
%{_mandir}/man1/pvattest-create.1*
|
||||||
%{_mandir}/man1/pvattest-perform.1*
|
%{_mandir}/man1/pvattest-perform.1*
|
||||||
@ -1142,6 +1154,10 @@ User-space development files for the s390/s390x architecture.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 19 2024 Dan Horák <dhorak@redhat.com> - 2:2.29.0-2
|
||||||
|
- SE: Secure guest tool to bind and associate APQNs (RHEL-10575)
|
||||||
|
- Resolves: RHEL-10575
|
||||||
|
|
||||||
* Mon Dec 04 2023 Dan Horák <dhorak@redhat.com> - 2:2.29.0-1
|
* Mon Dec 04 2023 Dan Horák <dhorak@redhat.com> - 2:2.29.0-1
|
||||||
- rebased to 2.29.0 (RHEL-11409)
|
- rebased to 2.29.0 (RHEL-11409)
|
||||||
- KVM: Support AP Bindings in SE Header (RHEL-10573)
|
- KVM: Support AP Bindings in SE Header (RHEL-10573)
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (cmsfs-1.1.8c.tar.gz) = 2ba5687d378fdd9871283728e81f1399047e74f9bba3936726eda11a978fe6ced1a300f15acb871d5daa26e61069d89767c753cf584f2731f5e99985db96aef0
|
SHA512 (cmsfs-1.1.8c.tar.gz) = 2ba5687d378fdd9871283728e81f1399047e74f9bba3936726eda11a978fe6ced1a300f15acb871d5daa26e61069d89767c753cf584f2731f5e99985db96aef0
|
||||||
SHA512 (src_vipa-2.1.0.tar.gz) = 8f6048e82b4bcc479dfb09d62da64b9519f66efc31889ff795ee6ca107e262167df57628c305f1b899c41bb3f035e6309552d8548c890855d319e8e60d6a6cf7
|
SHA512 (src_vipa-2.1.0.tar.gz) = 8f6048e82b4bcc479dfb09d62da64b9519f66efc31889ff795ee6ca107e262167df57628c305f1b899c41bb3f035e6309552d8548c890855d319e8e60d6a6cf7
|
||||||
SHA512 (s390-tools-2.29.0.tar.gz) = 3eeaab0e0c6559b9fb0b4c7cca49358a7cc7fe0cb11684d2d761fe105cc2bfd791d33ecc2070e3dfd877039b68e868699cd3cea318e64aee1cc0f348c7b41617
|
SHA512 (s390-tools-2.29.0.tar.gz) = 3eeaab0e0c6559b9fb0b4c7cca49358a7cc7fe0cb11684d2d761fe105cc2bfd791d33ecc2070e3dfd877039b68e868699cd3cea318e64aee1cc0f348c7b41617
|
||||||
SHA512 (s390-tools-2.29.0-rust-vendor.tar.xz) = 7ee717c5848e7b59c3e11ef6b461122e5f1195e67d11e378352b297926b498180222bfc23719d952fb11677a3fd440d299e0035ca6ab0c6d784573e9a5698594
|
SHA512 (s390-tools-2.29.0-rust-vendor.tar.xz) = 2d3a6215c78e044d8d311d64e49866f8ef978738b3c875f43a6bd6ea5f587924f54deeccbc1d1157786073cfef487027f07750b74d5141e39984a2876499453e
|
||||||
|
Loading…
Reference in New Issue
Block a user