From 2bd371166013c7127c03d2debbb88138ffb48c96 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 27 Apr 2022 08:02:01 +0200 Subject: [PATCH] Workaround build issue with RPM 4.18 See https://bugzilla.redhat.com/show_bug.cgi?id=2079127 --- 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 86f32e3..730ae60 100644 --- a/apache-commons-lang3.spec +++ b/apache-commons-lang3.spec @@ -2,7 +2,7 @@ Name: apache-commons-lang3 Version: 3.12.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Provides a host of helper utilities for the java.lang API License: ASL 2.0 URL: https://commons.apache.org/lang @@ -45,7 +45,7 @@ package. %{?javadoc_package} %prep -%setup -n commons-lang3-%{version}-src +%setup -q -n commons-lang3-%{version}-src %patch1 -p1 @@ -81,6 +81,9 @@ sed -i '//d' pom.xml %doc RELEASE-NOTES.txt %changelog +* Wed Apr 27 2022 Mikolaj Izdebski - 3.12.0-6 +- Workaround build issue with RPM 4.18 + * Sat Feb 05 2022 Jiri Vanek - 3.12.0-5 - Rebuilt for java-17-openjdk as system jdk