Compare commits
No commits in common. "c8" and "c8-beta" have entirely different histories.
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: 3%{?dist}.3
|
Release: 3%{?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
|
||||||
@ -192,7 +192,6 @@ popd
|
|||||||
%build
|
%build
|
||||||
make \
|
make \
|
||||||
CFLAGS="%{build_cflags}" CXXFLAGS="%{build_cxxflags}" LDFLAGS="%{build_ldflags}" \
|
CFLAGS="%{build_cflags}" CXXFLAGS="%{build_cxxflags}" LDFLAGS="%{build_ldflags}" \
|
||||||
RUSTFLAGS="%{build_rustflags}" \
|
|
||||||
%if %{without rust}
|
%if %{without rust}
|
||||||
HAVE_CARGO=0 \
|
HAVE_CARGO=0 \
|
||||||
%endif
|
%endif
|
||||||
@ -222,8 +221,6 @@ popd
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install \
|
make install \
|
||||||
CFLAGS="%{build_cflags}" CXXFLAGS="%{build_cxxflags}" LDFLAGS="%{build_ldflags}" \
|
|
||||||
RUSTFLAGS="%{build_rustflags}" \
|
|
||||||
%if %{without rust}
|
%if %{without rust}
|
||||||
HAVE_CARGO=0 \
|
HAVE_CARGO=0 \
|
||||||
%endif
|
%endif
|
||||||
@ -1174,19 +1171,6 @@ User-space development files for the s390/s390x architecture.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- add s390utils-se-data as a noarch subpackage with Secure Execution data files
|
||||||
- Resolves: RHEL-10568
|
- Resolves: RHEL-10568
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user