From 8425421c46afeb0d6a5c957bbe4695f0eb7d262d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Thu, 21 Nov 2024 01:11:31 +0100 Subject: [PATCH] Fix patch usage Related: RHEL-62398 --- apache-commons-lang3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-lang3.spec b/apache-commons-lang3.spec index 67655e2..344fa01 100644 --- a/apache-commons-lang3.spec +++ b/apache-commons-lang3.spec @@ -2,7 +2,7 @@ Name: apache-commons-lang3 Version: 3.12.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Provides a host of helper utilities for the java.lang API License: ASL 2.0 URL: https://commons.apache.org/lang @@ -47,7 +47,7 @@ package. %prep %setup -n commons-lang3-%{version}-src -%patch 1 -p1 +%patch -P 1 -p1 %pom_remove_plugin :maven-javadoc-plugin %pom_remove_dep org.openjdk.jmh:jmh-core @@ -81,6 +81,9 @@ sed -i '//d' pom.xml %doc RELEASE-NOTES.txt %changelog +* Thu Nov 21 2024 Marián Konček - 3.12.0-8 +- Fix patch usage + * Wed Nov 20 2024 Marián Konček - 3.12.0-7 - Rebuild with regenerated Requires on Java