From dd74579192637c30daf3cbe6db428df5fc91ddb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Thu, 21 Nov 2024 01:06:20 +0100 Subject: [PATCH] Fix patch usage Related: RHEL-62405 --- bcel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bcel.spec b/bcel.spec index 38b1cd8..8fdd6a5 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,6 +1,6 @@ Name: bcel Version: 6.4.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Byte Code Engineering Library License: ASL 2.0 URL: http://commons.apache.org/proper/commons-bcel/ @@ -37,7 +37,7 @@ This package provides %{summary}. %prep %setup -q -n %{name}-%{version}-src -%patch 1 -p1 +%patch -P 1 -p1 %pom_remove_plugin :maven-source-plugin @@ -58,6 +58,9 @@ This package provides %{summary}. %license LICENSE.txt NOTICE.txt %changelog +* Thu Nov 21 2024 Marián Konček - 6.4.1-11 +- Fix patch usage + * Tue Nov 19 2024 Marián Konček - 6.4.1-10 - Rebuild with regenerated Requires on Java