From df91c9c832fdf98191a982fb50da6fe26cf4d0ff Mon Sep 17 00:00:00 2001 From: Kate Hsuan Date: Sat, 11 Jan 2025 15:14:50 +0800 Subject: [PATCH] Disabled lc-compliance and removed the gtest dependency - Disabled lc-compliance. - Removed the gtest dependency from the libcamera-tools package. Resolves: RHEL-73503 --- libcamera.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libcamera.spec b/libcamera.spec index 0050dae..ea43e31 100644 --- a/libcamera.spec +++ b/libcamera.spec @@ -1,6 +1,6 @@ Name: libcamera Version: 0.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library to support complex camera ISPs # see .reuse/dep5 and COPYING for details License: LGPL-2.1-or-later @@ -22,7 +22,6 @@ ExcludeArch: s390x ppc64le BuildRequires: doxygen BuildRequires: gcc-c++ -BuildRequires: gtest-devel BuildRequires: desktop-file-utils BuildRequires: meson BuildRequires: openssl @@ -130,7 +129,7 @@ Python bindings for %{name} export CFLAGS="%{optflags} -Wno-deprecated-declarations" export CXXFLAGS="%{optflags} -Wno-deprecated-declarations" -%meson -Dv4l2=true +%meson -Dv4l2=true -Dlc-compliance=disabled %meson_build # Stripping requires the re-signing of IPA libraries, manually @@ -194,7 +193,6 @@ rm -rf ${RPM_BUILD_ROOT}/%{_docdir}/%{name}-*/html/.doctrees %files tools %license LICENSES/GPL-2.0-only.txt %{_bindir}/cam -%{_bindir}/lc-compliance %files v4l2 %{_bindir}/libcamerify @@ -204,6 +202,11 @@ rm -rf ${RPM_BUILD_ROOT}/%{_docdir}/%{name}-*/html/.doctrees %{python3_sitearch}/* %changelog +* Sat Jan 11 2025 Kate Hsuan - 0.3.2-2 +- Disable lc-compliance +- Removed the gtest dependency from the libcamera-tools package +- Resolves: RHEL-73503 + * Wed Sep 25 2024 Peter Robinson - 0.3.2-1 - Update to 0.3.2