From 93e9d4e27f107154c0c3bdcfe2a8844ae10a3336c93af18e1e97e2f510dd586c Mon Sep 17 00:00:00 2001 From: Gus Kenion Date: Wed, 21 Feb 2024 10:51:16 +0000 Subject: [PATCH] rpm 4.20 compat OBS-URL: https://build.opensuse.org/package/show/Java:packages/modello?expand=0&rev=33 --- modello-maven-plugin.spec | 8 ++++---- modello.spec | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modello-maven-plugin.spec b/modello-maven-plugin.spec index fe4cd50..0e9ba9f 100644 --- a/modello-maven-plugin.spec +++ b/modello-maven-plugin.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package modello-maven-plugin # -# 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 @@ -79,8 +79,8 @@ API documentation for %{name}. %prep %setup -q -n %{parent}-%{version} -%patch0 -p1 -%patch1 -p1 +%patch -P 0 -p1 +%patch -P 1 -p1 cp -p %{SOURCE1} LICENSE %pom_remove_plugin :maven-site-plugin diff --git a/modello.spec b/modello.spec index 94a4e64..fa65ddc 100644 --- a/modello.spec +++ b/modello.spec @@ -1,7 +1,7 @@ # # spec file for package modello # -# 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 @@ -74,8 +74,8 @@ API documentation for %{name}. %prep %setup -q -a100 -%patch0 -p1 -%patch1 -p1 +%patch -P 0 -p1 +%patch -P 1 -p1 cp -p %{SOURCE1} LICENSE %pom_remove_plugin :maven-site-plugin