Accepting request 1167955 from home:ngueorguiev:branches:Base:System
- Amended the .spec file for s390-tools-genprotimg-data-*.noarch.rpm * Removed the dependency on it on x86_64 platform * Updated the Summary and Description of the *.noarch.rpm (bsc#1222675) OBS-URL: https://build.opensuse.org/request/show/1167955 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=207
This commit is contained in:
parent
6e6243123d
commit
6dbc844406
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 07:48:20 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
- Amended the .spec file for s390-tools-genprotimg-data-*.noarch.rpm
|
||||
* Removed the dependency on it on x86_64 platform
|
||||
* Updated the Summary and Description of the *.noarch.rpm (bsc#1222675)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 15:28:09 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
|
@ -182,6 +182,10 @@ BuildRequires: systemd-devel
|
||||
BuildRequires: tcpd-devel
|
||||
BuildRequires: zlib-devel-static
|
||||
### x86_64
|
||||
%ifarch x86_64
|
||||
BuildRequires: cross-s390x-gcc11
|
||||
%endif
|
||||
### s390x
|
||||
%ifarch s390x
|
||||
BuildRequires: kernel-zfcpdump
|
||||
BuildRequires: qclib-devel-static
|
||||
@ -196,12 +200,12 @@ BuildRequires: openssl
|
||||
#!BuildIgnore: gcc-PIE
|
||||
Requires: coreutils
|
||||
Requires: procps
|
||||
Requires: s390-tools-genprotimg-data
|
||||
Requires: util-linux
|
||||
%ifarch s390x
|
||||
Requires: gawk
|
||||
Requires: perl-base
|
||||
Requires: rsync
|
||||
Requires: s390-tools-genprotimg-data
|
||||
Requires: tar
|
||||
%endif
|
||||
Requires(post): %fillup_prereq
|
||||
@ -225,7 +229,7 @@ dasdfmt - low-level format tool for ECKD DASD
|
||||
fdasd - partitions ECKD DASDs with z/OS compatible disk layout
|
||||
zipl - boot loader and dump DASD initializer
|
||||
zgetdump - tool to get linux system dumps from DASD
|
||||
- x86_64
|
||||
- x86_64 (it would require - s390-tools-genprotimg-data-*.noarch.rpm - installed)
|
||||
genprotimg - create a protected virtualization image
|
||||
pvattest - create, perform, and verify protected virtualization attestation measurements
|
||||
|
||||
@ -339,16 +343,17 @@ volume. If available, it reconfigures the FCP re-IPL settings to use an
|
||||
operational path.
|
||||
|
||||
%package genprotimg-data
|
||||
Summary: Build of genprotimg for and on x86_64 machines
|
||||
Summary: Auxiliary data used by genprotimg
|
||||
License: MIT
|
||||
Group: System/Boot
|
||||
BuildArch: noarch
|
||||
|
||||
%description genprotimg-data
|
||||
These tools (genprotimg) would allow to prepare and analyze boot images
|
||||
The genprotimg allows preparing and analyzing boot images
|
||||
in the realm of IBM Secure Execution on a trusted environment,
|
||||
such as the laptop of an admin. The idea is to limit the build targets
|
||||
such as the laptop of an admin by limiting the build targets
|
||||
depending on the defined or detected host architecture.
|
||||
This package provides auxiliary data used by genprotimg.
|
||||
|
||||
### *** s390x ************************************************************************* ###
|
||||
%ifarch s390x
|
||||
|
Loading…
Reference in New Issue
Block a user