Always verify sources
This commit is contained in:
parent
9e25239d79
commit
3c0fb7f11f
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# For a complete build enable these two
|
||||
%bcond upstream_tarball 0
|
||||
%bcond all_codecs 0
|
||||
|
||||
# Break dependency cycles by disabling certain optional dependencies.
|
||||
|
|
@ -85,7 +84,7 @@ Name: ffmpeg
|
|||
%global pkg_name %{name}%{?pkg_suffix}
|
||||
|
||||
Version: 7.1.1
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: A complete solution to record, convert and stream audio and video
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://ffmpeg.org/
|
||||
|
|
@ -530,9 +529,7 @@ pixel format conversion operations.
|
|||
This subpackage contains the headers for FFmpeg libswscale.
|
||||
|
||||
%prep
|
||||
%if %{with upstream_tarball}
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%endif
|
||||
|
||||
%autosetup -S git_am
|
||||
install -m 0644 %{SOURCE20} enable_decoders
|
||||
|
|
@ -858,6 +855,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
|
|||
%{_mandir}/man3/libswscale.3*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 01 2025 Neal Gompa <ngompa@fedoraproject.org> - 7.1.1-7
|
||||
- Always verify sources
|
||||
|
||||
* Tue Jul 29 2025 Nicolas Chauvet <kwizart@gmail.com> - 7.1.1-6
|
||||
- Rebuilt for libplacebo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue