From 79affdf589641345719cce874513eb8c418d413b Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 16 Jun 2021 15:25:27 +0800 Subject: [PATCH] Fix build error --- libpsm2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libpsm2.spec b/libpsm2.spec index d4a9afa..071b3f7 100644 --- a/libpsm2.spec +++ b/libpsm2.spec @@ -1,6 +1,6 @@ Name: libpsm2 Version: 10.3.58 -Release: 6 +Release: 7 Summary: Intel PSM Libraries License: BSD or GPLv2 URL: https://github.com/01org/opa-psm2/ @@ -11,7 +11,7 @@ Patch0: 0000-extend-fdesc-array.patch Patch1: fix-stringop-truncation-build-error.patch ExclusiveArch: x86_64 -BuildRequires: libuuid-devel numactl-devel +BuildRequires: libuuid-devel numactl-devel gcc systemd-udev Obsoletes: hfi1-psm < 1.0.0 %package devel @@ -73,6 +73,9 @@ rm -f %{buildroot}%{_libdir}/*.a %{_sysconfdir}/modprobe.d/libpsm2-compat.conf %changelog +* Wed Jun 16 2021 wulei - 10.3.58-6 +- Fix build error + * Thu Jul 02 2020 senlin - 10.3.58-6 - Fix stringop-truncation build error -- Gitee