Fix detection 5* kernel

This commit is contained in:
eabdullin 2022-10-19 13:16:20 +03:00
parent 313d1ebac0
commit 433c676bd7
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.22.0
Release: 2%{?dist}
Release: 2%{?dist}.alma
Epoch: 2
License: MIT
ExclusiveArch: s390 s390x
@ -1006,6 +1006,9 @@ User-space development files for the s390/s390x architecture.
%changelog
* Thu Jul 07 2022 Eduard Abdullin <eabdullin@almalinux.org> - 2:2.19.0-1.alma
- Fix detection 5* kernel
* Fri Aug 05 2022 Dan Horák <dhorak@redhat.com> - 2:2.22.0-2
- zipl: Add missing check for a nullpointer (#2113976)
- Resolves: #2113976