Fix patch usage
Related: RHEL-62405
This commit is contained in:
parent
3968e30cfa
commit
ae4d11894a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: byte-buddy
|
Name: byte-buddy
|
||||||
Version: 1.10.20
|
Version: 1.10.20
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Runtime code generation for the Java virtual machine
|
Summary: Runtime code generation for the Java virtual machine
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://bytebuddy.net/
|
URL: http://bytebuddy.net/
|
||||||
@ -75,9 +75,9 @@ This package contains API documentation for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{name}-%{version}
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
|
|
||||||
%patch 1 -p1
|
%patch -P 1 -p1
|
||||||
%patch 2 -p1
|
%patch -P 2 -p1
|
||||||
%patch 3 -p1
|
%patch -P 3 -p1
|
||||||
|
|
||||||
rm byte-buddy-agent/src/test/java/net/bytebuddy/agent/VirtualMachineAttachmentTest.java
|
rm byte-buddy-agent/src/test/java/net/bytebuddy/agent/VirtualMachineAttachmentTest.java
|
||||||
|
|
||||||
@ -152,6 +152,9 @@ sed -i -e '/SuppressFBWarnings/d' $(grep -lr SuppressFBWarnings)
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1.10.20-7
|
||||||
|
- Fix patch usage
|
||||||
|
|
||||||
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 1.10.20-6
|
* Tue Nov 19 2024 Marián Konček <mkoncek@redhat.com> - 1.10.20-6
|
||||||
- Rebuild with regenerated Requires on Java
|
- Rebuild with regenerated Requires on Java
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user