File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11Summary: Intel XPU System Management Interface
22Name: intel-xpu-smi
33Version: 1.2.39
4- Release: 3 %{?dist }
4+ Release: 4 %{?dist }
55License: MIT
66Vendor: Intel Corporation
77Distribution: Edge Microvisor Toolkit
88URL: https://github.com/intel/xpumanager
99Source0: https://github.com/intel/xpumanager/archive/refs/tags/V%{version }.tar.gz#/%{name}-%{version}.tar.gz
1010
1111BuildRequires: cmake
12- BuildRequires: glibc-static >= 2.38-9 %{?dist }
12+ BuildRequires: glibc-static >= 2.38-10 %{?dist }
1313BuildRequires: libpciaccess-devel
1414BuildRequires: intel-level-zero-devel
1515BuildRequires: intel-metee-devel
@@ -75,6 +75,9 @@ make install DESTDIR=%{buildroot}
7575%{_libdir }/xpu-smi/resources/*
7676
7777%changelog
78+ * Thu jul 24 2025 Lee Chee Yang <chee.yang.lee@intel.com> - 1.2.39-4
79+ - rebuild for glibc bump
80+
7881* Fri Dec 27 2024 Naveen Saini <naveen.kumar.saini@intel.com> - 1.2.39-3
7982- Update Source URL.
8083
Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ BuildRequires: python-tomli
723723%endif
724724
725725%if %{user_static }
726- BuildRequires: glibc-static >= 2.38-9
726+ BuildRequires: glibc-static >= 2.38-10
727727BuildRequires: glib2-static
728728BuildRequires: zlib-static
729729# -latomic added by GLib 2.81.0, 2024-06-28
You can’t perform that action at this time.
0 commit comments