Fix patch usage

Related: RHEL-62398
This commit is contained in:
Marián Konček 2024-11-21 01:22:22 +01:00
parent b3a5ea3872
commit 22e83dc39e

View File

@ -2,7 +2,7 @@
Name: plexus-interpolation Name: plexus-interpolation
Version: 1.26 Version: 1.26
Release: 12%{?dist} Release: 13%{?dist}
Summary: Plexus Interpolation API Summary: Plexus Interpolation API
# Most of the code is ASL 2.0, a few source files are ASL 1.1 and some tests are MIT # Most of the code is ASL 2.0, a few source files are ASL 1.1 and some tests are MIT
License: ASL 2.0 and ASL 1.1 and MIT License: ASL 2.0 and ASL 1.1 and MIT
@ -32,7 +32,7 @@ related projects.
%prep %prep
%setup -q -n plexus-interpolation-plexus-interpolation-%{version} %setup -q -n plexus-interpolation-plexus-interpolation-%{version}
%patch 0 -p1 %patch -P 0 -p1
%pom_remove_plugin :maven-release-plugin %pom_remove_plugin :maven-release-plugin
%pom_remove_plugin :maven-scm-publish-plugin %pom_remove_plugin :maven-scm-publish-plugin
@ -46,6 +46,9 @@ related projects.
%files -f .mfiles %files -f .mfiles
%changelog %changelog
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1.26-13
- Fix patch usage
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1.26-12 * Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1.26-12
- Rebuild with regenerated Requires on Java - Rebuild with regenerated Requires on Java