From 22e83dc39e42fc47003dc666999f8b5c7a1c77e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Thu, 21 Nov 2024 01:22:22 +0100 Subject: [PATCH] Fix patch usage Related: RHEL-62398 --- plexus-interpolation.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plexus-interpolation.spec b/plexus-interpolation.spec index d5f9021..ccf6e7c 100644 --- a/plexus-interpolation.spec +++ b/plexus-interpolation.spec @@ -2,7 +2,7 @@ Name: plexus-interpolation Version: 1.26 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Plexus Interpolation API # Most of the code is ASL 2.0, a few source files are ASL 1.1 and some tests are MIT License: ASL 2.0 and ASL 1.1 and MIT @@ -32,7 +32,7 @@ related projects. %prep %setup -q -n plexus-interpolation-plexus-interpolation-%{version} -%patch 0 -p1 +%patch -P 0 -p1 %pom_remove_plugin :maven-release-plugin %pom_remove_plugin :maven-scm-publish-plugin @@ -46,6 +46,9 @@ related projects. %files -f .mfiles %changelog +* Thu Nov 21 2024 Marián Konček - 1.26-13 +- Fix patch usage + * Wed Nov 20 2024 Marián Konček - 1.26-12 - Rebuild with regenerated Requires on Java