Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Josef Řídký
e4058c81e4 Fix autoconf for f40 and lower 2024-03-12 13:46:23 +01:00

View file

@ -241,7 +241,7 @@ cp %{SOURCE10} .
%patch 21 -p1
%patch 22 -p1 -b .ipv6-disable-leak
%patch 23 -p1 -b .rpmdbpatch
%patch 24 -p1
#patch 24 -p1
%patch 25 -p1 -b .kernel-6.7
%patch 101 -p1 -b .modern-rpm-api
@ -515,6 +515,7 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
%changelog
* Tue Mar 12 2024 Josef Ridky <jridky@redhat.com> - 1:5.9.4-5
- Fix parsing issue for kernel 6.7+ (#2266893)
- revert autoconf patch for F40 and lower
* Fri Feb 16 2024 Josef Ridky <jridky@redhat.com> - 1:5.9.4-4
- Autoconf upgrade (#2256768)