Fix patch usage
Related: RHEL-62405
This commit is contained in:
parent
c6386bb8b8
commit
449482ebb4
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: hamcrest
|
Name: hamcrest
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Library of matchers for building test expressions
|
Summary: Library of matchers for building test expressions
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/hamcrest/JavaHamcrest
|
URL: https://github.com/hamcrest/JavaHamcrest
|
||||||
@ -40,7 +40,7 @@ Javadoc for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n JavaHamcrest-%{upstream_version}
|
%setup -q -n JavaHamcrest-%{upstream_version}
|
||||||
%patch 0 -p1
|
%patch -P 0 -p1
|
||||||
|
|
||||||
rm -rf docs
|
rm -rf docs
|
||||||
rm -rf *gradle*
|
rm -rf *gradle*
|
||||||
@ -89,6 +89,9 @@ sed -i 's/\r//' LICENSE.txt
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 2.2-9
|
||||||
|
- Fix patch usage
|
||||||
|
|
||||||
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 2.2-8
|
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 2.2-8
|
||||||
- Rebuild with regenerated Requires on Java
|
- Rebuild with regenerated Requires on Java
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user