From cf9c1a9e9ed26fb565fb3eba82be2c5c69e399cc Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 1 Apr 2025 19:45:17 -0700 Subject: [PATCH] feat(ivsc-firmware): Include the doc files and a changelog (#4221) (#4222) * feat(ivsc-firmware): Include the doc files and a changelog Signed-off-by: Gilver * cleanup: This spec always does weird crap? Signed-off-by: Gilver --------- Signed-off-by: Gilver (cherry picked from commit 21259fb0abe8c870befb6b19b243342b3cc8c161) Co-authored-by: Gilver --- anda/system/ivsc-firmware/ivsc-firmware.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/anda/system/ivsc-firmware/ivsc-firmware.spec b/anda/system/ivsc-firmware/ivsc-firmware.spec index 50da419b2e..12c9102513 100644 --- a/anda/system/ivsc-firmware/ivsc-firmware.spec +++ b/anda/system/ivsc-firmware/ivsc-firmware.spec @@ -7,7 +7,7 @@ Name: ivsc-firmware Summary: Intel iVSC firmware URL: https://github.com/intel/ivsc-firmware Version: 0^%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 2%?dist License: Proprietary Source0: https://github.com/intel/%{name}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz Requires: ipu6-camera-bins @@ -36,8 +36,12 @@ done popd %files +%doc README.md +%doc SECURITY.md %license LICENSE %{_prefix}/lib/firmware/vsc/ %changelog -%autochangelog +* Tue Apr 1 2025 Gilver E. - 0^20250326git.3377801-2%{?dist} - FINAL +- Final update as the project is archived +- Include the doc files