From ce8bad2fbc3daa90e8092a84155d78c3c58269a5 Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Thu, 4 Sep 2025 14:45:45 +0800 Subject: [PATCH] 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 --- libcamera.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libcamera.spec b/libcamera.spec index fb6b75e..49fa34c 100644 --- a/libcamera.spec +++ b/libcamera.spec @@ -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 - 0.3.2-4 +- Add a weak dependency to intel-vsc-firmware + * Mon Mar 03 2025 Kate Hsuan - 0.3.2-3 - Drop the lttng-ust dependency - Disable tracing