Fix patch usage

Related: RHEL-62405
This commit is contained in:
Marián Konček 2024-11-21 01:00:13 +01:00
parent 7b957f4cfd
commit 196d7df4f3

View File

@ -1,6 +1,6 @@
Name: xml-commons-resolver
Version: 1.2
Release: 38%{?dist}
Release: 39%{?dist}
Summary: Resolver subproject of xml-commons
License: ASL 2.0
URL: http://xerces.apache.org/xml-commons/components/resolver/
@ -33,8 +33,8 @@ Javadoc for %{name}.
%prep
%setup -q
%patch 0 -p1
%patch 1 -p1
%patch -P 0 -p1
%patch -P 1 -p1
# remove all binary libs and prebuilt javadocs
find . -name "*.jar" -exec rm -f {} \;
@ -71,6 +71,9 @@ install -p -m 644 %{SOURCE8} ${RPM_BUILD_ROOT}%{_mandir}/man1/xml-xread.1
%doc LICENSE.resolver.txt NOTICE-resolver.txt
%changelog
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1.2-39
- Fix patch usage
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 1.2-38
- Rebuild with regenerated Requires on Java