Compare commits
No commits in common. "c8" and "a8-beta" have entirely different histories.
@ -1,12 +1,12 @@
|
|||||||
diff -urN cmsfs-1.1.8/cmsfssed.sh cmsfs-1.1.8_/cmsfssed.sh
|
diff -aruN cmsfs-1.1.8c/cmsfssed.sh cmsfs-1.1.8c.alma/cmsfssed.sh
|
||||||
--- cmsfs-1.1.8/cmsfssed.sh 2003-02-28 17:52:59.000000000 -0500
|
--- cmsfs-1.1.8c/cmsfssed.sh 2006-01-29 07:04:32
|
||||||
+++ cmsfs-1.1.8_/cmsfssed.sh 2004-05-28 16:36:22.000000000 -0400
|
+++ cmsfs-1.1.8c.alma/cmsfssed.sh 2023-11-01 10:57:10
|
||||||
@@ -85,7 +85,7 @@
|
@@ -85,7 +85,7 @@
|
||||||
DRIVER_SOURCE="cmsfs22x.c"
|
DRIVER_SOURCE="cmsfs22x.c"
|
||||||
MODULES_DIRECTORY="/lib/modules/`uname -r`/fs"
|
MODULES_DIRECTORY="/lib/modules/`uname -r`/fs"
|
||||||
;;
|
;;
|
||||||
- 2.4*|2.5*)
|
- 2.4*|2.5*)
|
||||||
+ 2.4*|2.5*|2.6*|3.*|4.*)
|
+ 2.4*|2.5*|2.6*|3.*|4.*|5.*)
|
||||||
LINUX_RELEASE="2.4"
|
LINUX_RELEASE="2.4"
|
||||||
# ln -s cmsfs24x.c cmsfsvfs.c
|
# ln -s cmsfs24x.c cmsfsvfs.c
|
||||||
INCLUDES="-I/lib/modules/`uname -r`/build/include"
|
INCLUDES="-I/lib/modules/`uname -r`/build/include"
|
||||||
|
|||||||
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
|
||||||
@ -1230,7 +1214,6 @@ User-space development files for the s390/s390x architecture.
|
|||||||
* Fri Feb 03 2023 Dan Horák <dhorak@redhat.com> - 2:2.25.0-2
|
* Fri Feb 03 2023 Dan Horák <dhorak@redhat.com> - 2:2.25.0-2
|
||||||
- zkey: Support EP11 host library version 4 (#2165811)
|
- zkey: Support EP11 host library version 4 (#2165811)
|
||||||
- Resolves: #2165811
|
- Resolves: #2165811
|
||||||
|
|
||||||
* Tue Dec 13 2022 Dan Horák <dhorak@redhat.com> - 2:2.25.0-1
|
* Tue Dec 13 2022 Dan Horák <dhorak@redhat.com> - 2:2.25.0-1
|
||||||
- rebased to 2.25.0 (#2110312)
|
- rebased to 2.25.0 (#2110312)
|
||||||
- KVM: Tool to process encrypted Secure Execution guest dumps (#2043851)
|
- KVM: Tool to process encrypted Secure Execution guest dumps (#2043851)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user