From 1dc730007529b47ef4b90597d37c1c96e41a9779117680cfe59064278202c620 Mon Sep 17 00:00:00 2001 From: Gus Kenion Date: Wed, 21 Feb 2024 10:43:12 +0000 Subject: [PATCH] rpm 4.20 compat OBS-URL: https://build.opensuse.org/package/show/Java:packages/felix-utils?expand=0&rev=12 --- felix-utils.changes | 5 +++++ felix-utils.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/felix-utils.changes b/felix-utils.changes index cb74f95..c75a0ff 100644 --- a/felix-utils.changes +++ b/felix-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 21 10:43:10 UTC 2024 - Gus Kenion + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Wed Oct 25 15:11:28 UTC 2023 - Fridrich Strba diff --git a/felix-utils.spec b/felix-utils.spec index 279e813..a762d2c 100644 --- a/felix-utils.spec +++ b/felix-utils.spec @@ -1,7 +1,7 @@ # # spec file for package felix-utils # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,7 +53,7 @@ This package contains the API documentation for %{name}. %prep %setup -q -n %{bundle}-%{version} -%patch0 -p1 +%patch -P 0 -p1 cp -p %{SOURCE1} build.xml mkdir -p lib build-jar-repository -s lib osgi-core osgi-compendium