From a46ffe0388bd14cc3339101ce3941435127d18c63cbf6916141448338b904bb1 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 20 Feb 2024 20:29:52 +0000 Subject: [PATCH] - Prepare for RPM 4.20 switch patch syntax OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=224 --- cloud-init.changes | 5 +++++ cloud-init.spec | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/cloud-init.changes b/cloud-init.changes index 29f3765..c8bb738 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 20:29:27 UTC 2024 - Robert Schweikert + +- Prepare for RPM 4.20 switch patch syntax + ------------------------------------------------------------------- Sat Jan 20 09:20:42 UTC 2024 - Robert Schweikert diff --git a/cloud-init.spec b/cloud-init.spec index eb52147..3bef59b 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -142,15 +142,15 @@ Documentation and examples for cloud-init tools %prep %setup -q -%patch1 -p0 -%patch2 -%patch3 -%patch4 -%patch6 -%patch7 -%patch8 -%patch9 -%patch10 +%patch -P 1 -p0 +%patch -P 2 +%patch -P 3 +%patch -P 4 +%patch -P 6 +%patch -P 7 +%patch -P 8 +%patch -P 9 +%patch -P 10 # patch in the full version to version.py version_pys=$(find . -name version.py -type f)