Fix patch usage
Related: RHEL-62398
This commit is contained in:
parent
25ddc18cb3
commit
8425421c46
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: apache-commons-lang3
|
Name: apache-commons-lang3
|
||||||
Version: 3.12.0
|
Version: 3.12.0
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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
|
||||||
@ -47,7 +47,7 @@ package.
|
|||||||
%prep
|
%prep
|
||||||
%setup -n commons-lang3-%{version}-src
|
%setup -n commons-lang3-%{version}-src
|
||||||
|
|
||||||
%patch 1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
%pom_remove_plugin :maven-javadoc-plugin
|
%pom_remove_plugin :maven-javadoc-plugin
|
||||||
%pom_remove_dep org.openjdk.jmh:jmh-core
|
%pom_remove_dep org.openjdk.jmh:jmh-core
|
||||||
@ -81,6 +81,9 @@ sed -i '/<argLine>/d' pom.xml
|
|||||||
%doc RELEASE-NOTES.txt
|
%doc RELEASE-NOTES.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 3.12.0-8
|
||||||
|
- Fix patch usage
|
||||||
|
|
||||||
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 3.12.0-7
|
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 3.12.0-7
|
||||||
- Rebuild with regenerated Requires on Java
|
- Rebuild with regenerated Requires on Java
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user