Compare commits

...

5 Commits
c8 ... a8

Author SHA1 Message Date
eabdullin 1eb17e69e6 Merge branch 'c8' into a8 2023-05-17 03:06:42 +00:00
eabdullin d575108cef Merge branch 'c8' into a8 2023-04-04 08:51:50 +00:00
eabdullin eafb5d65ac Merge branch 'c8' into a8 2022-11-08 15:06:02 +00:00
eabdullin c110c85a2c Merge branch 'c8' into a8 2022-10-26 06:50:34 +00:00
eabdullin 7c6a3e182f AlmaLinux changes 2022-07-07 11:54:23 +03:00
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@ diff -urN cmsfs-1.1.8/cmsfssed.sh cmsfs-1.1.8_/cmsfssed.sh
MODULES_DIRECTORY="/lib/modules/`uname -r`/fs"
;;
- 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"
# ln -s cmsfs24x.c cmsfsvfs.c
INCLUDES="-I/lib/modules/`uname -r`/build/include"

View File

@ -13,7 +13,7 @@
Name: s390utils
Summary: Utilities and daemons for IBM z Systems
Version: 2.25.0
Release: 2%{?dist}
Release: 2%{?dist}.alma
Epoch: 2
License: MIT
ExclusiveArch: s390 s390x
@ -1010,6 +1010,9 @@ User-space development files for the s390/s390x architecture.
%changelog
* Wed May 17 2023 Eduard Abdullin <eabdullin@almalinux.org> - 2:2.25.0-2.alma
- Fix detection 5* kernel
* Fri Feb 03 2023 Dan Horák <dhorak@redhat.com> - 2:2.25.0-2
- zkey: Support EP11 host library version 4 (#2165811)
- Resolves: #2165811