Add a weak dependency to intel-vsc-firmware
Install the intel-vsc-firmware when installing libcamera to ensure the Intel MIPI camera works properly. Resolves: RHEL-109817
This commit is contained in:
parent
e5339c8939
commit
ce8bad2fbc
@ -1,6 +1,6 @@
|
||||
Name: libcamera
|
||||
Version: 0.3.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A library to support complex camera ISPs
|
||||
# see .reuse/dep5 and COPYING for details
|
||||
License: LGPL-2.1-or-later
|
||||
@ -47,6 +47,8 @@ BuildRequires: python3-pyyaml
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: SDL2-devel
|
||||
BuildRequires: systemd-devel
|
||||
# Installing the firmware to ensure the Intel MIPI camera works
|
||||
Recommends: intel-vsc-firmware
|
||||
# libcamera is not really usable without its IPA plugins
|
||||
Recommends: %{name}-ipa%{?_isa}
|
||||
|
||||
@ -201,6 +203,9 @@ rm -rf ${RPM_BUILD_ROOT}/%{_docdir}/%{name}-*/html/.doctrees
|
||||
%{python3_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 08 2025 Kate Hsuan <hpa@redhat.com> - 0.3.2-4
|
||||
- Add a weak dependency to intel-vsc-firmware
|
||||
|
||||
* Mon Mar 03 2025 Kate Hsuan <hpa@redhat.com> - 0.3.2-3
|
||||
- Drop the lttng-ust dependency
|
||||
- Disable tracing
|
||||
|
||||
Loading…
Reference in New Issue
Block a user