From 7516bcdcf74d1a449b8396e825ec54a99f7dc382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Thu, 21 Nov 2024 01:14:24 +0100 Subject: [PATCH] Fix patch usage Related: RHEL-62398 --- sisu.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/sisu.spec b/sisu.spec index d31e789..348802e 100644 --- a/sisu.spec +++ b/sisu.spec @@ -3,7 +3,7 @@ Name: sisu Epoch: 1 Version: 0.3.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Eclipse dependency injection framework # sisu is EPL-1.0, the bundled asm is BSD License: EPL-1.0 and BSD @@ -62,10 +62,10 @@ cp %{SOURCE100} pom.xml cp %{SOURCE101} sisu-inject/pom.xml cp %{SOURCE102} sisu-plexus/pom.xml -%patch 0 -%patch 2 -%patch 3 -%patch 4 -p1 +%patch -P 0 +%patch -P 2 +%patch -P 3 +%patch -P 4 -p1 %pom_remove_dep :servlet-api sisu-inject @@ -86,6 +86,9 @@ cp %{SOURCE102} sisu-plexus/pom.xml %license sisu-inject/LICENSE.txt %changelog +* Thu Nov 21 2024 Marián Konček - 1:0.3.4-12 +- Fix patch usage + * Wed Nov 20 2024 Marián Konček - 1:0.3.4-11 - Rebuild with regenerated Requires on Java