Fix patch usage
Related: RHEL-62405
This commit is contained in:
parent
7b957f4cfd
commit
196d7df4f3
@ -1,6 +1,6 @@
|
|||||||
Name: xml-commons-resolver
|
Name: xml-commons-resolver
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 38%{?dist}
|
Release: 39%{?dist}
|
||||||
Summary: Resolver subproject of xml-commons
|
Summary: Resolver subproject of xml-commons
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://xerces.apache.org/xml-commons/components/resolver/
|
URL: http://xerces.apache.org/xml-commons/components/resolver/
|
||||||
@ -33,8 +33,8 @@ Javadoc for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch 0 -p1
|
%patch -P 0 -p1
|
||||||
%patch 1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
# remove all binary libs and prebuilt javadocs
|
# remove all binary libs and prebuilt javadocs
|
||||||
find . -name "*.jar" -exec rm -f {} \;
|
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
|
%doc LICENSE.resolver.txt NOTICE-resolver.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 1.2-38
|
||||||
- Rebuild with regenerated Requires on Java
|
- Rebuild with regenerated Requires on Java
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user