From 8727934c700c961abfbce26ab6318fa047f6f03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Thu, 21 Nov 2024 01:12:53 +0100 Subject: [PATCH] Fix patch usage Related: RHEL-62398 --- plexus-sec-dispatcher.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plexus-sec-dispatcher.spec b/plexus-sec-dispatcher.spec index 3ea4032..182d070 100644 --- a/plexus-sec-dispatcher.spec +++ b/plexus-sec-dispatcher.spec @@ -2,7 +2,7 @@ Name: plexus-sec-dispatcher Version: 1.4 -Release: 38%{?dist} +Release: 39%{?dist} Summary: Plexus Security Dispatcher Component License: ASL 2.0 URL: https://github.com/codehaus-plexus/plexus-sec-dispatcher @@ -36,7 +36,7 @@ Plexus Security Dispatcher Component %prep %setup -q -%patch 0 -p1 +%patch -P 0 -p1 cp %{SOURCE1} . @@ -55,6 +55,9 @@ cp %{SOURCE1} . %license LICENSE-2.0.txt %changelog +* Thu Nov 21 2024 Marián Konček - 1.4-39 +- Fix patch usage + * Wed Nov 20 2024 Marián Konček - 1.4-38 - Rebuild with regenerated Requires on Java