Rebuild post bootstrap build for ffmpeg/dav1d.

This commit is contained in:
Fabio Valentini 2024-01-12 19:08:30 +01:00
parent 18e39a0179
commit f8ba8b8dea
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%if 0%{?rhel} && 0%{?rhel} < 9
%bcond_with ffmpeg
%else
#bcond ffmpeg %{?with_bootstrap:0}%{!?with_bootstrap:1}
%bcond ffmpeg %{?with_bootstrap:0}%{!?with_bootstrap:1}
%endif
# Globing of libraries is against the packging guidelines
%global sover 1
@ -9,7 +9,7 @@
Name: chromaprint
Version: 1.5.1
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Library implementing the AcoustID fingerprinting
License: GPLv2+
@ -109,6 +109,9 @@ rm -f %{buildroot}%{_libdir}/lib*.la
%endif
%changelog
* Fri Jan 12 2024 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-15
- Rebuild post bootstrap build for ffmpeg/dav1d.
* Fri Jan 12 2024 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-14
- Rebuild without ffmpeg to break circular dependency with ffmpeg/dav1d.