Fix patch usage
Related: RHEL-62405
This commit is contained in:
parent
caa3fa494b
commit
b6e30d9248
@ -32,7 +32,7 @@
|
||||
|
||||
Name: jakarta-oro
|
||||
Version: 2.0.8
|
||||
Release: 35%{?dist}
|
||||
Release: 36%{?dist}
|
||||
Summary: Full regular expressions API
|
||||
License: ASL 1.1
|
||||
Source0: http://archive.apache.org/dist/jakarta/oro/%{name}-%{version}.tar.gz
|
||||
@ -68,7 +68,7 @@ find . -name "*.jar" -exec rm -f {} \;
|
||||
for dir in `find . -type d -name CVS`; do rm -rf $dir; done
|
||||
for file in `find . -type f -name .cvsignore`; do rm -rf $file; done
|
||||
|
||||
%patch 1
|
||||
%patch -P 1
|
||||
cp %{SOURCE1} .
|
||||
|
||||
%build
|
||||
@ -88,6 +88,9 @@ ant -Dfinal.name=%{base_name} jar javadocs
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 2.0.8-36
|
||||
- Fix patch usage
|
||||
|
||||
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 2.0.8-35
|
||||
- Rebuild with regenerated Requires on Java
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user