Workaround build issue with RPM 4.18
See https://bugzilla.redhat.com/show_bug.cgi?id=2079127
This commit is contained in:
parent
a46dbb72a9
commit
2bd3711660
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: apache-commons-lang3
|
Name: apache-commons-lang3
|
||||||
Version: 3.12.0
|
Version: 3.12.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Provides a host of helper utilities for the java.lang API
|
Summary: Provides a host of helper utilities for the java.lang API
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://commons.apache.org/lang
|
URL: https://commons.apache.org/lang
|
||||||
@ -45,7 +45,7 @@ package.
|
|||||||
%{?javadoc_package}
|
%{?javadoc_package}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n commons-lang3-%{version}-src
|
%setup -q -n commons-lang3-%{version}-src
|
||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
@ -81,6 +81,9 @@ sed -i '/<argLine>/d' pom.xml
|
|||||||
%doc RELEASE-NOTES.txt
|
%doc RELEASE-NOTES.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 27 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.12.0-6
|
||||||
|
- Workaround build issue with RPM 4.18
|
||||||
|
|
||||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.12.0-5
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.12.0-5
|
||||||
- Rebuilt for java-17-openjdk as system jdk
|
- Rebuilt for java-17-openjdk as system jdk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user