Fix patch usage
Related: RHEL-62405
This commit is contained in:
parent
5b60495ed8
commit
ad1c31bbc7
@ -2,7 +2,7 @@
|
||||
|
||||
Name: xerces-j2
|
||||
Version: 2.12.1
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Java XML parser
|
||||
# Most of the source is ASL 2.0
|
||||
# W3C licensed files:
|
||||
@ -104,9 +104,9 @@ Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%prep
|
||||
%setup -n xerces-%{cvs_version}
|
||||
%patch 0 -p0
|
||||
%patch 1 -p0
|
||||
%patch 2 -p0
|
||||
%patch -P 0 -p0
|
||||
%patch -P 1 -p0
|
||||
%patch -P 2 -p0
|
||||
|
||||
# Copy the custom ant task into place
|
||||
mkdir -p tools/org/apache/xerces/util
|
||||
@ -191,6 +191,9 @@ ln -sf %{name}.jar %{_javadir}/jaxp_parser_impl.jar
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 2.12.1-8
|
||||
- Fix patch usage
|
||||
|
||||
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 2.12.1-7
|
||||
- Rebuild with regenerated Requires on Java
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user