https://bugzilla.redhat.com/show_bug.cgi?id=2372339
--- Comment #16 from Simone Caronni <[email protected]> --- Here is an attached diff for the points above: $ diff -Naur igsc.spec igsc.spec.new --- igsc.spec 2025-09-25 01:26:37.000000000 +0200 +++ igsc.spec.new 2025-10-17 13:17:07.143456395 +0200 @@ -2,14 +2,15 @@ Version: 0.9.5 Release: %autorelease Summary: Intel Graphics System Controller Firmware Update Library (IGSC FUL) - License: Apache-2.0 -URL: https://github.com/intel/igsc -Source0: %{url}/archive/V%{version}.tar.gz +URL: https://github.com/intel/igsc + +Source0: %{url}/archive/V%{version}/%{name}-%{version}.tar.gz Patch0: dont_hardcode_libdir.patch BuildRequires: cmake -BuildRequires: gcc gcc-c++ +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: doxygen BuildRequires: python3-sphinx BuildRequires: systemd-devel @@ -36,6 +37,7 @@ %package -n intel-gsc Summary: Intel Graphics System Controller Firmware Update Library (IGSC FUL) Requires: intel-metee >= 5.0.0 + %description -n intel-gsc The Intel Graphics System Firmware Update Library (IGSC FUL) is a pure C low level library that exposes a required API @@ -55,6 +57,7 @@ Summary: Development headers for igsc Requires: intel-gsc = %{version}-%{release} Requires: intel-metee-devel >= 5.0.0 + %description -n intel-gsc-devel The Intel Graphics System Firmware Update Library (IGSC FUL) is a pure C low level library that exposes a required API @@ -71,7 +74,7 @@ function for firmware update of those images to the device. %prep -%autosetup -p1 -n %{name}-%{version} +%autosetup -p1 %build %cmake \ @@ -82,7 +85,6 @@ %install %cmake_install - %files -n intel-gsc %license LICENSE.txt %{_bindir}/igsc -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2372339 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202372339%23c16 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
