Fix patch usage

Related: RHEL-62398
This commit is contained in:
Marián Konček 2024-11-21 01:20:59 +01:00
parent 5c5d5e4690
commit 3f4843c8ef

View File

@ -3,7 +3,7 @@
Name: maven-resolver
Epoch: 1
Version: 1.6.1
Release: 11%{?dist}
Release: 12%{?dist}
License: ASL 2.0
Summary: Apache Maven Artifact Resolver library
URL: https://maven.apache.org/resolver/
@ -67,7 +67,7 @@ artifact transports and artifact resolution.
%prep
%setup -q
%patch 0 -p1
%patch -P 0 -p1
%pom_remove_plugin -r :bnd-maven-plugin
@ -117,6 +117,9 @@ done
%license LICENSE NOTICE
%changelog
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1:1.6.1-12
- Fix patch usage
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1:1.6.1-11
- Rebuild with regenerated Requires on Java