commit fe79aed7f8976f137fcaaa20f432e9c86c97124f
Author: Kate Hsuan <hpa(a)redhat.com>
Date: Tue May 9 13:35:24 2023 +0800
Updated dependency settings
ipu6-camera-bins.spec | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/ipu6-camera-bins.spec b/ipu6-camera-bins.spec
index 07703b3..114462b 100644
--- a/ipu6-camera-bins.spec
+++ b/ipu6-camera-bins.spec
@@ -7,7 +7,7 @@
Name: ipu6-camera-bins
Summary: Binary library for Intel IPU6
Version: 0.0
-Release: 5.%{commitdate}git%{shortcommit}%{?dist}
+Release: 6.%{commitdate}git%{shortcommit}%{?dist}
License: Proprietary
Source0:
https://github.com/intel/%{name}/archive/%{commit}/%{name}-%{shortcommit}...
@@ -18,6 +18,12 @@ BuildRequires: patchelf
ExclusiveArch: x86_64
+Requires: ipu6-camera-bins-firmware
+Requires: ivsc-firmware
+Requires: gstreamer1-plugins-icamerasrc
+Requires: v4l2-relayd
+Requires: intel-ipu6-kmod
+
# For kmod package
Provides: intel-ipu6-kmod-common = %{version}
@@ -95,6 +101,9 @@ install -p -D -m 0644 ipu6ep/lib/firmware/intel/ipu6ep_fw.bin
%{buildroot}/usr/l
%changelog
+* Tue May 09 2023 Kate Hsuan <hpa(a)redhat.com> - 0.0-6.20221112git4694ba7
+- Updated dependency settings
+
* Tue Dec 13 2022 Kate Hsuan <hpa(a)redhat.com> - 0.0-5.20221112git4694ba7
- Fix indentation.
- Remove unnecessary dir macro.