|
|
@ -1,21 +1,30 @@
|
|
|
|
# secure boot support is for RHEL only
|
|
|
|
# secure boot support is for RHEL only
|
|
|
|
%if 0%{?rhel} >= 8
|
|
|
|
%if 0%{?rhel} >= 8
|
|
|
|
%global signzipl 1
|
|
|
|
%bcond_without signzipl
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%bcond_with signzipl
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%global with_pandoc 1
|
|
|
|
%bcond_without pandoc
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%bcond_with pandoc
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%bcond_without rust
|
|
|
|
|
|
|
|
|
|
|
|
Name: s390utils
|
|
|
|
Name: s390utils
|
|
|
|
Summary: Utilities and daemons for IBM z Systems
|
|
|
|
Summary: Utilities and daemons for IBM z Systems
|
|
|
|
Version: 2.25.0
|
|
|
|
Version: 2.33.1
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Epoch: 2
|
|
|
|
Epoch: 2
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
ExclusiveArch: s390 s390x
|
|
|
|
|
|
|
|
URL: https://github.com/ibm-s390-linux/s390-tools
|
|
|
|
URL: https://github.com/ibm-s390-linux/s390-tools
|
|
|
|
Source0: https://github.com/ibm-s390-linux/s390-tools/archive/v%{version}.tar.gz#/s390-tools-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/ibm-s390-linux/s390-tools/archive/v%{version}.tar.gz#/s390-tools-%{version}.tar.gz
|
|
|
|
|
|
|
|
# To create the vendor tarball:
|
|
|
|
|
|
|
|
# tar xf s390-tools-%%{version}.tar.gz ; pushd s390-tools-%%{version}/rust/pvsecret ; \
|
|
|
|
|
|
|
|
# rm -f Cargo.lock && cargo vendor && \
|
|
|
|
|
|
|
|
# tar Jvcf ../../../s390-tools-%%{version}-rust-vendor.tar.xz vendor/ ; popd
|
|
|
|
|
|
|
|
Source1: s390-tools-%{version}-rust-vendor.tar.xz
|
|
|
|
Source5: https://fedorapeople.org/cgit/sharkcz/public_git/utils.git/tree/zfcpconf.sh
|
|
|
|
Source5: https://fedorapeople.org/cgit/sharkcz/public_git/utils.git/tree/zfcpconf.sh
|
|
|
|
Source7: https://fedorapeople.org/cgit/sharkcz/public_git/utils.git/tree/zfcp.udev
|
|
|
|
Source7: https://fedorapeople.org/cgit/sharkcz/public_git/utils.git/tree/zfcp.udev
|
|
|
|
Source12: https://fedorapeople.org/cgit/sharkcz/public_git/utils.git/tree/dasd.udev
|
|
|
|
Source12: https://fedorapeople.org/cgit/sharkcz/public_git/utils.git/tree/dasd.udev
|
|
|
@ -29,7 +38,7 @@ Source23: 20-zipl-kernel.install
|
|
|
|
Source24: 52-zipl-rescue.install
|
|
|
|
Source24: 52-zipl-rescue.install
|
|
|
|
Source25: 91-zipl.install
|
|
|
|
Source25: 91-zipl.install
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?signzipl}
|
|
|
|
%if %{with signzipl}
|
|
|
|
%define pesign_name redhatsecureboot302
|
|
|
|
%define pesign_name redhatsecureboot302
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
@ -38,8 +47,15 @@ Patch0: s390-tools-zipl-invert-script-options.patch
|
|
|
|
Patch1: s390-tools-zipl-blscfg-rpm-nvr-sort.patch
|
|
|
|
Patch1: s390-tools-zipl-blscfg-rpm-nvr-sort.patch
|
|
|
|
|
|
|
|
|
|
|
|
# upstream fixes/updates
|
|
|
|
# upstream fixes/updates
|
|
|
|
Patch100: s390utils-%%{version}-rhel.patch
|
|
|
|
Patch100: s390utils-%{version}-rhel.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
|
|
|
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ifarch s390x
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# s390x/native package structure
|
|
|
|
|
|
|
|
#
|
|
|
|
Requires: s390utils-core = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-core = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-base = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-base = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-osasnmpd = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-osasnmpd = %{epoch}:%{version}-%{release}
|
|
|
@ -47,9 +63,47 @@ Requires: s390utils-cpuplugd = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-mon_statd = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-mon_statd = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-iucvterm = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-iucvterm = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-ziomon = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-ziomon = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# multiarch package structure
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
Requires: s390utils-se-data = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
|
|
|
%if %{with rust}
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
|
|
|
BuildRequires: rust-toolset
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
BuildRequires: crate(anstream)
|
|
|
|
|
|
|
|
BuildRequires: crate(anstyle-query)
|
|
|
|
|
|
|
|
BuildRequires: crate(anyhow)
|
|
|
|
|
|
|
|
BuildRequires: crate(byteorder)
|
|
|
|
|
|
|
|
BuildRequires: crate(cfg-if)
|
|
|
|
|
|
|
|
BuildRequires: crate(clap)
|
|
|
|
|
|
|
|
BuildRequires: crate(clap_complete)
|
|
|
|
|
|
|
|
BuildRequires: crate(clap_derive)
|
|
|
|
|
|
|
|
BuildRequires: crate(colorchoice)
|
|
|
|
|
|
|
|
BuildRequires: crate(curl)
|
|
|
|
|
|
|
|
BuildRequires: crate(is-terminal)
|
|
|
|
|
|
|
|
BuildRequires: crate(libc)
|
|
|
|
|
|
|
|
BuildRequires: crate(log)
|
|
|
|
|
|
|
|
BuildRequires: crate(openssl)
|
|
|
|
|
|
|
|
BuildRequires: crate(openssl-probe)
|
|
|
|
|
|
|
|
BuildRequires: crate(serde)
|
|
|
|
|
|
|
|
BuildRequires: crate(serde_derive)
|
|
|
|
|
|
|
|
BuildRequires: crate(serde_yaml)
|
|
|
|
|
|
|
|
BuildRequires: crate(strsim)
|
|
|
|
|
|
|
|
BuildRequires: crate(terminal_size)
|
|
|
|
|
|
|
|
BuildRequires: crate(thiserror)
|
|
|
|
|
|
|
|
BuildRequires: crate(zerocopy)
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
This is a meta package for installing the default s390-tools sub packages.
|
|
|
|
This is a meta package for installing the default s390-tools sub packages.
|
|
|
@ -63,24 +117,35 @@ be used together with the zSeries (s390) Linux kernel and device drivers.
|
|
|
|
%setup -q -n s390-tools-%{version}
|
|
|
|
%setup -q -n s390-tools-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
# Fedora/RHEL changes
|
|
|
|
# Fedora/RHEL changes
|
|
|
|
%patch0 -p1 -b .zipl-invert-script-options
|
|
|
|
%patch -P 0 -p1 -b .zipl-invert-script-options
|
|
|
|
%patch1 -p1 -b .blscfg-rpm-nvr-sort
|
|
|
|
%patch -P 1 -p1 -b .blscfg-rpm-nvr-sort
|
|
|
|
|
|
|
|
|
|
|
|
# upstream fixes/updates
|
|
|
|
# upstream fixes/updates
|
|
|
|
%patch100 -p1
|
|
|
|
%patch -P 100 -p1
|
|
|
|
|
|
|
|
|
|
|
|
# drop -Werror from genprotimg to allow building with GCC 12
|
|
|
|
|
|
|
|
sed -i.bak -e 's/-Werror//g' genprotimg/src/Makefile genprotimg/boot/Makefile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# remove --strip from install
|
|
|
|
# remove --strip from install
|
|
|
|
find . -name Makefile | xargs sed -i 's/$(INSTALL) -s/$(INSTALL)/g'
|
|
|
|
find . -name Makefile | xargs sed -i 's/$(INSTALL) -s/$(INSTALL)/g'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with rust}
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
|
|
|
pushd rust
|
|
|
|
|
|
|
|
%cargo_prep -V 1
|
|
|
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
rm -rf ./rust/Cargo.lock
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
make \
|
|
|
|
make \
|
|
|
|
CFLAGS="%{build_cflags}" CXXFLAGS="%{build_cxxflags}" LDFLAGS="%{build_ldflags}" \
|
|
|
|
CFLAGS="%{build_cflags}" CXXFLAGS="%{build_cxxflags}" LDFLAGS="%{build_ldflags}" \
|
|
|
|
|
|
|
|
%if %{without rust}
|
|
|
|
|
|
|
|
HAVE_CARGO=0 \
|
|
|
|
|
|
|
|
%endif
|
|
|
|
HAVE_DRACUT=1 \
|
|
|
|
HAVE_DRACUT=1 \
|
|
|
|
%if 0%{?with_pandoc}
|
|
|
|
%if %{with pandoc}
|
|
|
|
ENABLE_DOC=1 \
|
|
|
|
ENABLE_DOC=1 \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
NO_PIE_LDFLAGS="" \
|
|
|
|
NO_PIE_LDFLAGS="" \
|
|
|
@ -91,8 +156,11 @@ make \
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install \
|
|
|
|
make install \
|
|
|
|
|
|
|
|
%if %{without rust}
|
|
|
|
|
|
|
|
HAVE_CARGO=0 \
|
|
|
|
|
|
|
|
%endif
|
|
|
|
HAVE_DRACUT=1 \
|
|
|
|
HAVE_DRACUT=1 \
|
|
|
|
%if 0%{?with_pandoc}
|
|
|
|
%if %{with pandoc}
|
|
|
|
ENABLE_DOC=1 \
|
|
|
|
ENABLE_DOC=1 \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
DESTDIR=%{buildroot} \
|
|
|
|
DESTDIR=%{buildroot} \
|
|
|
@ -101,8 +169,12 @@ make install \
|
|
|
|
DISTRELEASE=%{release} \
|
|
|
|
DISTRELEASE=%{release} \
|
|
|
|
V=1
|
|
|
|
V=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ifarch s390x
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# s390x/native specific %%install section
|
|
|
|
|
|
|
|
#
|
|
|
|
# sign the stage3 bootloader
|
|
|
|
# sign the stage3 bootloader
|
|
|
|
%if 0%{?signzipl}
|
|
|
|
%if %{with signzipl}
|
|
|
|
if [ -x /usr/bin/rpm-sign ]; then
|
|
|
|
if [ -x /usr/bin/rpm-sign ]; then
|
|
|
|
pushd %{buildroot}/lib/s390-tools/
|
|
|
|
pushd %{buildroot}/lib/s390-tools/
|
|
|
|
rpm-sign --key "%{pesign_name}" --lkmsign stage3.bin --output stage3.signed
|
|
|
|
rpm-sign --key "%{pesign_name}" --lkmsign stage3.bin --output stage3.signed
|
|
|
@ -160,11 +232,62 @@ install -p -m 644 %{SOURCE17} %{buildroot}%{_udevrulesdir}/81-ccw.rules
|
|
|
|
|
|
|
|
|
|
|
|
# zipl.conf to be ghosted
|
|
|
|
# zipl.conf to be ghosted
|
|
|
|
touch %{buildroot}%{_sysconfdir}/zipl.conf
|
|
|
|
touch %{buildroot}%{_sysconfdir}/zipl.conf
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ifarch s390x
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# s390x/native main %%files section
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# multiarch %%files section
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
%{_bindir}/genprotimg
|
|
|
|
|
|
|
|
%if %{with rust}
|
|
|
|
|
|
|
|
%{_bindir}/pvapconfig
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%{_bindir}/pvattest
|
|
|
|
|
|
|
|
%{_bindir}/pvextract-hdr
|
|
|
|
|
|
|
|
%if %{with rust}
|
|
|
|
|
|
|
|
%{_bindir}/pvsecret
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%{_mandir}/man1/genprotimg.1*
|
|
|
|
|
|
|
|
%if %{with rust}
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvapconfig.1*
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvattest.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvattest-create.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvattest-perform.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvattest-verify.1*
|
|
|
|
|
|
|
|
%if %{with rust}
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-add.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-create-association.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-create-meta.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-create.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-list.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-lock.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-verify.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret.1*
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%dir %{_datadir}/s390-tools
|
|
|
|
|
|
|
|
%{_datadir}/s390-tools/genprotimg/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# enf of multi-arch section
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ifarch s390x
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# s390x specific sub-packages
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# ************************* s390-tools core package *************************
|
|
|
|
# ************************* s390-tools core package *************************
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -208,13 +331,17 @@ This package provides minimal set of tools needed to system to boot.
|
|
|
|
/lib/s390-tools/cpictl
|
|
|
|
/lib/s390-tools/cpictl
|
|
|
|
/lib/s390-tools/stage3.bin
|
|
|
|
/lib/s390-tools/stage3.bin
|
|
|
|
/lib/s390-tools/zdev_id
|
|
|
|
/lib/s390-tools/zdev_id
|
|
|
|
|
|
|
|
/lib/s390-tools/zdev-from-dasd_mod.dasd
|
|
|
|
/lib/s390-tools/zdev-root-update
|
|
|
|
/lib/s390-tools/zdev-root-update
|
|
|
|
|
|
|
|
/lib/s390-tools/zdev-to-dasd_mod.dasd
|
|
|
|
|
|
|
|
/lib/s390-tools/zdev-to-rd.znet
|
|
|
|
/lib/s390-tools/zipl.conf
|
|
|
|
/lib/s390-tools/zipl.conf
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/zipl.conf
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/zipl.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/ziplenv
|
|
|
|
%config(noreplace) %{_sysconfdir}/ziplenv
|
|
|
|
%{_unitdir}/cpi.service
|
|
|
|
%{_unitdir}/cpi.service
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/cpi
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/cpi
|
|
|
|
/usr/lib/dracut/modules.d/95zdev/
|
|
|
|
/usr/lib/dracut/modules.d/95zdev/
|
|
|
|
|
|
|
|
/usr/lib/dracut/modules.d/95zdev-kdump/
|
|
|
|
%{_mandir}/man5/zipl.conf.5*
|
|
|
|
%{_mandir}/man5/zipl.conf.5*
|
|
|
|
%{_mandir}/man8/chreipl.8*
|
|
|
|
%{_mandir}/man8/chreipl.8*
|
|
|
|
%{_mandir}/man8/chzdev.8*
|
|
|
|
%{_mandir}/man8/chzdev.8*
|
|
|
@ -267,6 +394,7 @@ Requires: ethtool
|
|
|
|
Requires: tar
|
|
|
|
Requires: tar
|
|
|
|
Requires: file
|
|
|
|
Requires: file
|
|
|
|
Requires: s390utils-core = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: s390utils-core = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
Requires: s390utils-se-data = %{epoch}:%{version}-%{release}
|
|
|
|
%{?systemd_requires}
|
|
|
|
%{?systemd_requires}
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
@ -274,7 +402,6 @@ BuildRequires: glibc-static
|
|
|
|
BuildRequires: cryptsetup-devel >= 2.0.3
|
|
|
|
BuildRequires: cryptsetup-devel >= 2.0.3
|
|
|
|
BuildRequires: json-c-devel
|
|
|
|
BuildRequires: json-c-devel
|
|
|
|
BuildRequires: rpm-devel
|
|
|
|
BuildRequires: rpm-devel
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -340,11 +467,6 @@ s390 base tools. This collection provides the following utilities:
|
|
|
|
* tunedasd:
|
|
|
|
* tunedasd:
|
|
|
|
Adjust tunable parameters on DASD devices.
|
|
|
|
Adjust tunable parameters on DASD devices.
|
|
|
|
|
|
|
|
|
|
|
|
* vmconvert:
|
|
|
|
|
|
|
|
Convert system dumps created by the z/VM VMDUMP command into dumps with
|
|
|
|
|
|
|
|
LKCD format. These LKCD dumps can then be analyzed with the dump analysis
|
|
|
|
|
|
|
|
tool lcrash.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* vmcp:
|
|
|
|
* vmcp:
|
|
|
|
Allows Linux users to send commands to the z/VM control program (CP).
|
|
|
|
Allows Linux users to send commands to the z/VM control program (CP).
|
|
|
|
The normal usage is to invoke vmcp with the command you want to
|
|
|
|
The normal usage is to invoke vmcp with the command you want to
|
|
|
@ -430,6 +552,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
|
|
|
%{_sbindir}/chccwdev
|
|
|
|
%{_sbindir}/chccwdev
|
|
|
|
%{_sbindir}/chchp
|
|
|
|
%{_sbindir}/chchp
|
|
|
|
%{_sbindir}/chcpumf
|
|
|
|
%{_sbindir}/chcpumf
|
|
|
|
|
|
|
|
%{_sbindir}/chpstat
|
|
|
|
%{_sbindir}/chshut
|
|
|
|
%{_sbindir}/chshut
|
|
|
|
%{_sbindir}/chzcrypt
|
|
|
|
%{_sbindir}/chzcrypt
|
|
|
|
%{_sbindir}/dasdstat
|
|
|
|
%{_sbindir}/dasdstat
|
|
|
@ -444,8 +567,9 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
|
|
|
%{_sbindir}/lscss
|
|
|
|
%{_sbindir}/lscss
|
|
|
|
%{_sbindir}/lsdasd
|
|
|
|
%{_sbindir}/lsdasd
|
|
|
|
%{_sbindir}/lshwc
|
|
|
|
%{_sbindir}/lshwc
|
|
|
|
%{_sbindir}/lsqeth
|
|
|
|
|
|
|
|
%{_sbindir}/lsluns
|
|
|
|
%{_sbindir}/lsluns
|
|
|
|
|
|
|
|
%{_sbindir}/lsqeth
|
|
|
|
|
|
|
|
%{_sbindir}/lspai
|
|
|
|
%{_sbindir}/lsreipl
|
|
|
|
%{_sbindir}/lsreipl
|
|
|
|
%{_sbindir}/lsscm
|
|
|
|
%{_sbindir}/lsscm
|
|
|
|
%{_sbindir}/lsshut
|
|
|
|
%{_sbindir}/lsshut
|
|
|
@ -476,9 +600,14 @@ 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
|
|
|
|
%{_bindir}/vmconvert
|
|
|
|
%if %{with rust}
|
|
|
|
|
|
|
|
%{_bindir}/pvsecret
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%{_bindir}/zkey
|
|
|
|
%{_bindir}/zkey
|
|
|
|
%{_bindir}/zkey-cryptsetup
|
|
|
|
%{_bindir}/zkey-cryptsetup
|
|
|
|
%{_unitdir}/dumpconf.service
|
|
|
|
%{_unitdir}/dumpconf.service
|
|
|
@ -503,11 +632,23 @@ 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*
|
|
|
|
%{_mandir}/man1/pvattest-verify.1*
|
|
|
|
%{_mandir}/man1/pvattest-verify.1*
|
|
|
|
%{_mandir}/man1/vmconvert.1*
|
|
|
|
%if %{with rust}
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-add.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-create-association.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-create-meta.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-create.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-list.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-lock.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret-verify.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/pvsecret.1*
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%{_mandir}/man1/zkey.1*
|
|
|
|
%{_mandir}/man1/zkey.1*
|
|
|
|
%{_mandir}/man1/zkey-cryptsetup.1*
|
|
|
|
%{_mandir}/man1/zkey-cryptsetup.1*
|
|
|
|
%{_mandir}/man1/zkey-ekmfweb.1*
|
|
|
|
%{_mandir}/man1/zkey-ekmfweb.1*
|
|
|
@ -517,6 +658,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
|
|
|
%{_mandir}/man8/chccwdev.8*
|
|
|
|
%{_mandir}/man8/chccwdev.8*
|
|
|
|
%{_mandir}/man8/chchp.8*
|
|
|
|
%{_mandir}/man8/chchp.8*
|
|
|
|
%{_mandir}/man8/chcpumf.8*
|
|
|
|
%{_mandir}/man8/chcpumf.8*
|
|
|
|
|
|
|
|
%{_mandir}/man8/chpstat.8*
|
|
|
|
%{_mandir}/man8/chshut.8*
|
|
|
|
%{_mandir}/man8/chshut.8*
|
|
|
|
%{_mandir}/man8/chzcrypt.8*
|
|
|
|
%{_mandir}/man8/chzcrypt.8*
|
|
|
|
%{_mandir}/man8/dasdstat.8*
|
|
|
|
%{_mandir}/man8/dasdstat.8*
|
|
|
@ -532,6 +674,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
|
|
|
%{_mandir}/man8/lsdasd.8*
|
|
|
|
%{_mandir}/man8/lsdasd.8*
|
|
|
|
%{_mandir}/man8/lshwc.8*
|
|
|
|
%{_mandir}/man8/lshwc.8*
|
|
|
|
%{_mandir}/man8/lsluns.8*
|
|
|
|
%{_mandir}/man8/lsluns.8*
|
|
|
|
|
|
|
|
%{_mandir}/man8/lspai.8*
|
|
|
|
%{_mandir}/man8/lsqeth.8*
|
|
|
|
%{_mandir}/man8/lsqeth.8*
|
|
|
|
%{_mandir}/man8/lsreipl.8*
|
|
|
|
%{_mandir}/man8/lsreipl.8*
|
|
|
|
%{_mandir}/man8/lsscm.8*
|
|
|
|
%{_mandir}/man8/lsscm.8*
|
|
|
@ -557,7 +700,6 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
|
|
|
%{_mandir}/man8/znetconf.8*
|
|
|
|
%{_mandir}/man8/znetconf.8*
|
|
|
|
%{_mandir}/man8/zpcictl.8*
|
|
|
|
%{_mandir}/man8/zpcictl.8*
|
|
|
|
%dir %{_datadir}/s390-tools
|
|
|
|
%dir %{_datadir}/s390-tools
|
|
|
|
%{_datadir}/s390-tools/genprotimg/
|
|
|
|
|
|
|
|
%{_datadir}/s390-tools/netboot/
|
|
|
|
%{_datadir}/s390-tools/netboot/
|
|
|
|
%dir %attr(0770,root,zkeyadm) %{_sysconfdir}/zkey
|
|
|
|
%dir %attr(0770,root,zkeyadm) %{_sysconfdir}/zkey
|
|
|
|
%dir %attr(0770,root,zkeyadm) %{_sysconfdir}/zkey/kmip
|
|
|
|
%dir %attr(0770,root,zkeyadm) %{_sysconfdir}/zkey/kmip
|
|
|
@ -569,6 +711,18 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
|
|
|
# Additional Fedora/RHEL specific stuff
|
|
|
|
# Additional Fedora/RHEL specific stuff
|
|
|
|
/boot/tape0
|
|
|
|
/boot/tape0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package se-data
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
|
|
|
Summary: Data for Secure Execution
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description se-data
|
|
|
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files se-data
|
|
|
|
|
|
|
|
%dir %{_datadir}/s390-tools
|
|
|
|
|
|
|
|
%{_datadir}/s390-tools/genprotimg/
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# *********************** s390-tools osasnmpd package ***********************
|
|
|
|
# *********************** s390-tools osasnmpd package ***********************
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -852,7 +1006,7 @@ Summary: Use multipath information for re-IPL path failover
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: bash
|
|
|
|
BuildRequires: bash
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: coreutils
|
|
|
|
%if 0%{?with_pandoc}
|
|
|
|
%if %{with pandoc}
|
|
|
|
BuildRequires: pandoc
|
|
|
|
BuildRequires: pandoc
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: gawk
|
|
|
|
BuildRequires: gawk
|
|
|
@ -873,7 +1027,7 @@ reconfigures the FCP re-IPL settings to use an operational path.
|
|
|
|
|
|
|
|
|
|
|
|
%files chreipl-fcp-mpath
|
|
|
|
%files chreipl-fcp-mpath
|
|
|
|
%doc chreipl-fcp-mpath/README.md
|
|
|
|
%doc chreipl-fcp-mpath/README.md
|
|
|
|
%if 0%{?with_pandoc}
|
|
|
|
%if %{with pandoc}
|
|
|
|
%doc chreipl-fcp-mpath/README.html
|
|
|
|
%doc chreipl-fcp-mpath/README.html
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%dir %{_prefix}/lib/chreipl-fcp-mpath/
|
|
|
|
%dir %{_prefix}/lib/chreipl-fcp-mpath/
|
|
|
@ -905,8 +1059,65 @@ User-space development files for the s390/s390x architecture.
|
|
|
|
%{_libdir}/libekmfweb.so
|
|
|
|
%{_libdir}/libekmfweb.so
|
|
|
|
%{_libdir}/libkmipclient.so
|
|
|
|
%{_libdir}/libkmipclient.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# end of s390x specific sub-packages
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 25 2024 Dan Horák <dhorak@redhat.com> - 2:2.33.1-2
|
|
|
|
|
|
|
|
- avoid usage of the which tool (RHEL-38488)
|
|
|
|
|
|
|
|
- Related: RHEL-38488
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2024 Dan Horák <dhorak@redhat.com> - 2:2.33.1-1
|
|
|
|
|
|
|
|
- rebased to 2.33.1 (RHEL-23704)
|
|
|
|
|
|
|
|
- dbginfo.sh: missing data of new ROCE cards (RHEL-24109)
|
|
|
|
|
|
|
|
- SE-tooling: New IBM host-key subject locality (RHEL-30273)
|
|
|
|
|
|
|
|
- Fix disk type detection when running under QEMU (RHEL-40358)
|
|
|
|
|
|
|
|
- Resolves: RHEL-23704 RHEL-24109 RHEL-30273 RHEL-40358
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 29 2024 Dan Horák <dhorak@redhat.com> - 2:2.29.0-3
|
|
|
|
|
|
|
|
- add s390utils-se-data as a noarch subpackage with Secure Execution data files
|
|
|
|
|
|
|
|
- Resolves: RHEL-10567
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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-10574)
|
|
|
|
|
|
|
|
- Resolves: RHEL-10574
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 24 2023 Dan Horák <dhorak@redhat.com> - 2:2.29.0-1
|
|
|
|
|
|
|
|
- rebased to 2.29.0 (RHEL-11408)
|
|
|
|
|
|
|
|
- KVM: Support AP Bindings in SE Header (RHEL-10572)
|
|
|
|
|
|
|
|
- KVM: Userspace Tool for IBK Request Generation and Insertion (RHEL-10578)
|
|
|
|
|
|
|
|
- zkey: support for key type PKEY_TYPE_EP11_AES (RHEL-11440)
|
|
|
|
|
|
|
|
- vmur: fix handling of option -t (RHEL-11480)
|
|
|
|
|
|
|
|
- dbginfo.sh: global original Input Field Separator (IFS) (RHEL-16527)
|
|
|
|
|
|
|
|
- enable multi-arch build (RHEL-10567)
|
|
|
|
|
|
|
|
- Resolves: RHEL-11408 RHEL-10572 RHEL-10578 RHEL-11440 RHEL-11480 RHEL-16527 RHEL-10567
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 7 2023 Dan Horák <dhorak@redhat.com> - 2:2.27.0-4
|
|
|
|
|
|
|
|
- zdev/dracut: fix kdump build to integrate with site support (#2229177)
|
|
|
|
|
|
|
|
- Resolves: #2229177
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Dan Horák <dhorak@redhat.com> - 2:2.27.0-3
|
|
|
|
|
|
|
|
- Secure Execution APQN binding and IBK association (#2110521)
|
|
|
|
|
|
|
|
- Resolves: #2110521
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 17 2023 Dan Horák <dhorak@redhat.com> - 2:2.27.0-2
|
|
|
|
|
|
|
|
- zdev: cleanup patches to fix warnings (#2223304)
|
|
|
|
|
|
|
|
- zdev: add missing label in the udev-rules (#2222900)
|
|
|
|
|
|
|
|
- Resolves: #2223304 #2222900
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 31 2023 Dan Horák <dhorak@redhat.com> - 2:2.27.0-1
|
|
|
|
|
|
|
|
- rebased to 2.27.0 (#2160062)
|
|
|
|
|
|
|
|
- lszcrypt fails when querying a specific domain (#2177612)
|
|
|
|
|
|
|
|
- DASD autoquiesce support (#2196517)
|
|
|
|
|
|
|
|
- zcrypt DD: AP command filtering (#2170360)
|
|
|
|
|
|
|
|
- vmconvert and zgetdump consolidation (#2173924)
|
|
|
|
|
|
|
|
- Support for List-Directed dump from ECKD DASD (#2160052)
|
|
|
|
|
|
|
|
- Support for List-Directed IPL and re-IPL from ECKD DASD (#2160040)
|
|
|
|
|
|
|
|
- Resolves: #2160062 #2177612 #2196517 #2170360 #2173924 #2160052 #2160040
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 02 2023 Dan Horák <dhorak@redhat.com> - 2:2.25.0-4
|
|
|
|
* Thu Feb 02 2023 Dan Horák <dhorak@redhat.com> - 2:2.25.0-4
|
|
|
|
- zkey: Support EP11 host library version 4 (#2165812)
|
|
|
|
- zkey: Support EP11 host library version 4 (#2165812)
|
|
|
|
- Resolves: #2165812
|
|
|
|
- Resolves: #2165812
|
|
|
|