From 3907d4780bb073dec9f90bbd94be6580da0bf81f Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 5 Apr 2025 04:06:31 -0700 Subject: [PATCH] fix(ipu6-camera-bins): Version provides for devel (#4260) (#4261) Somehow this only caused an issue on F42 so I only *just now* caught it?? Sigh. Signed-off-by: Gilver (cherry picked from commit 3471913e69297483194b24e465da066ad21ee277) Co-authored-by: Gilver --- anda/lib/ipu6-camera-bins/ipu6-camera-bins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anda/lib/ipu6-camera-bins/ipu6-camera-bins.spec b/anda/lib/ipu6-camera-bins/ipu6-camera-bins.spec index 165f71a563..6477285cdf 100644 --- a/anda/lib/ipu6-camera-bins/ipu6-camera-bins.spec +++ b/anda/lib/ipu6-camera-bins/ipu6-camera-bins.spec @@ -7,7 +7,7 @@ Name: ipu6-camera-bins Summary: Libraries for Intel IPU6 Version: %{ver}^%{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 3%?dist License: Proprietary URL: https://github.com/intel/ipu6-camera-bins Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz @@ -42,6 +42,9 @@ Provides binary libraries for Intel IPU6. %package devel Summary: IPU6 development files Requires: %{name}%{?_isa} = %{version}-%{release} +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Provides: %{name}-devel = %{commit_date}.%{shortcommit} +%endif %description devel This provides the header files for IPU6 development.