From 7ab32f0903b4dc51d424214c38aa33058dd4779b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 24 Jun 2026 12:38:23 +0200 Subject: [PATCH] switch to %autosetup for easier patch management --- s390utils.spec | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/s390utils.spec b/s390utils.spec index 9e56732..24477fe 100644 --- a/s390utils.spec +++ b/s390utils.spec @@ -121,18 +121,7 @@ The s390utils packages contain a set of user space utilities that should to be used together with the zSeries (s390) Linux kernel and device drivers. %prep -%setup -q -n s390-tools-%{version} - -# Fedora/RHEL changes -%patch -P 0 -p1 -b .zipl-invert-script-options -%patch -P 1 -p1 -b .blscfg-rpm-nvr-sort - -# reverts of upstream changes -%patch -P 10 -p1 -%patch -P 11 -p1 - -# upstream fixes/updates -#%%patch -P 100 -p1 +%autosetup -n s390-tools-%{version} -p1 # remove --strip from install find . -name Makefile | xargs sed -i 's/$(INSTALL) -s/$(INSTALL)/g'