Compare commits

...

No commits in common. "c8" and "c8-beta" have entirely different histories.
c8 ... c8-beta

2 changed files with 27 additions and 1144 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@
Name: s390utils
Summary: Utilities and daemons for IBM z Systems
Version: 2.29.0
Release: 3%{?dist}.3
Release: 3%{?dist}
Epoch: 2
License: MIT
#URL: http://www.ibm.com/developerworks/linux/linux390/s390-tools.html
@ -192,7 +192,6 @@ popd
%build
make \
CFLAGS="%{build_cflags}" CXXFLAGS="%{build_cxxflags}" LDFLAGS="%{build_ldflags}" \
RUSTFLAGS="%{build_rustflags}" \
%if %{without rust}
HAVE_CARGO=0 \
%endif
@ -222,8 +221,6 @@ popd
%install
make install \
CFLAGS="%{build_cflags}" CXXFLAGS="%{build_cxxflags}" LDFLAGS="%{build_ldflags}" \
RUSTFLAGS="%{build_rustflags}" \
%if %{without rust}
HAVE_CARGO=0 \
%endif
@ -1174,19 +1171,6 @@ User-space development files for the s390/s390x architecture.
%changelog
* Mon Sep 15 2025 Dan Horák <dhorak@redhat.com> - 2:2.29.0-3.3
- libekmfweb: Fix generation of certificate or CSR with RSA-PSS instead of RSA (RHEL-114130)
- Resolves: RHEL-114130
* Thu Aug 07 2025 Dan Horák <dhorak@redhat.com> - 2:2.29.0-3.2
- zkey: Fix CCA host version detection for newer CCA versions (RHEL-105487)
- Resolves: RHEL-105487
* Wed Apr 10 2024 Dan Horák <dhorak@redhat.com> - 2:2.29.0-3.1
- SE-tooling: New IBM host-key subject locality (RHEL-30398)
- dbginfo.sh: missing data of new ROCE cards (RHEL-24110)
- Resolves: RHEL-30398 RHEL-24110
* 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-10568