From 8a3c26800a02938c00ebf75819f1906dbea64e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 10 Nov 2023 12:11:20 +0100 Subject: [PATCH] - fix upstream kernel installations Apply changes from the grub2 kernel install helper script to the zipl helper. Related: rhbz#2239008 --- s390utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/s390utils.spec b/s390utils.spec index 928a515..c23ffb3 100644 --- a/s390utils.spec +++ b/s390utils.spec @@ -16,7 +16,7 @@ Name: s390utils Summary: Utilities and daemons for IBM z Systems Version: 2.29.0 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 2 # MIT covers nearly all the files, except init files License: MIT AND LGPL-2.1-or-later @@ -962,6 +962,9 @@ User-space development files for the s390/s390x architecture. %changelog +* Fri Nov 10 2023 Dan HorĂ¡k - 2:2.29.0-4 +- fix upstream kernel installations + * Mon Oct 23 2023 Yaakov Selkowitz - 2:2.29.0-3 - Use vendored dependencies in RHEL builds