From 4359ad9522b1629beb064dc8a45c8cfa5474a3da Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Wed, 16 Aug 2023 13:00:00 +0300 Subject: [PATCH] MSVSphere debranding - added MSVSphere detection --- SPECS/opa-fm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SPECS/opa-fm.spec b/SPECS/opa-fm.spec index 6c5a813..d4dd60e 100644 --- a/SPECS/opa-fm.spec +++ b/SPECS/opa-fm.spec @@ -9,7 +9,7 @@ Name: opa-fm Epoch: 1 Version: 10.11.2.0.3 -Release: 1%{?dist} +Release: 1%{?dist}.inferit Summary: Intel Omni-Path Fabric Management Software License: GPLv2 or BSD @@ -45,6 +45,8 @@ Fabric Executive, and some fabric management tools. # Make it possible to override hardcoded compiler flags sed -i -r -e 's/(release_C(C)?OPT_Flags\s*)=/\1?=/' Makerules/Target.LINUX.GNU.* sed -r -e 's/(^COPT\s*=\s*)/#\1/' -i Esm/ib/src/linux/opafmvf/Makefile +# Add MSVSphere detection +sed -i 's/rhel)/rhel|msvsphere|MSVSphere)/' MakeTools/funcs-ext.sh %build export CFLAGS='%{optflags} -std=gnu11' @@ -85,6 +87,9 @@ chmod a-x %{buildroot}/%{_prefix}/share/opa-fm/opafm_src.xml %{_mandir}/man8/* %changelog +* Wed Aug 16 2023 Sergey Cherevko - 1:10.11.2.0.3-1.inferit +- Debrand and rebuild for MSVSphere 8.8 + * Wed Jul 26 2023 MSVSphere Packaging Team - 1:10.11.2.0.3-1 - Rebuilt for MSVSphere 8.8