fix(ipu6-camera-bins): Version provides for devel (#4260) (#4262)

Somehow this only caused an issue on F42 so I only *just now* caught it?? Sigh.

Signed-off-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit 3471913e69)

Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-04-05 04:06:11 -07:00
committed by GitHub
parent 72d33b4401
commit 6af63efdfa
@@ -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.