Drop bootstrap bcond in the spec as it is unneeded

The bootstrap flag should be set at the side-tag level instead of
changing the spec.

References:

* https://docs.fedoraproject.org/en-US/package-maintainers/Package_Update_Guide/#_using_macros_in_a_side_tag
* https://docs.fedoraproject.org/en-US/fesco/Policy_for_buildroot_macros/
This commit is contained in:
Neal Gompa 2024-09-20 11:01:27 -04:00
parent 062bd61fc9
commit b38e4180c9

View File

@ -1,5 +1,3 @@
%bcond bootstrap 1
%if 0%{?rhel} && 0%{?rhel} < 9
%bcond_with ffmpeg
%else
@ -11,7 +9,7 @@
Name: chromaprint
Version: 1.5.1
Release: 20%{?dist}
Release: 21%{?dist}
Summary: Library implementing the AcoustID fingerprinting
# Automatically converted from old format: GPLv2+ - review is highly recommended.
@ -112,6 +110,9 @@ rm -f %{buildroot}%{_libdir}/lib*.la
%endif
%changelog
* Fri Sep 20 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.5.1-21
- Drop bootstrap bcond in the spec as it is unneeded
* Sat Sep 07 2024 Sérgio Basto <sergio@serjux.com> - 1.5.1-20
- bootstrap chromaprint to break circular dependency with ffmpeg.