From 36816581c4902ae517a0b0622565185aa4fb0c9d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 27 Sep 2022 09:42:53 -0400 Subject: [PATCH] import opa-fm-10.11.1.3.1-1.el9 --- .gitignore | 2 +- .opa-fm.metadata | 2 +- SPECS/opa-fm.spec | 21 ++++++++++++++------- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 6423776..f936462 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/opa-fm-10.11.0.2.tar.xz +SOURCES/v10.11.1.3.1.tar.gz diff --git a/.opa-fm.metadata b/.opa-fm.metadata index 249dd49..edd8884 100644 --- a/.opa-fm.metadata +++ b/.opa-fm.metadata @@ -1 +1 @@ -3a705f698fd155685dff0d82c5a11cd3c07cec4a SOURCES/opa-fm-10.11.0.2.tar.xz +9b291ce21055d19e5f488d249515b0901f7744a1 SOURCES/v10.11.1.3.1.tar.gz diff --git a/SPECS/opa-fm.spec b/SPECS/opa-fm.spec index 534927d..8ad0525 100644 --- a/SPECS/opa-fm.spec +++ b/SPECS/opa-fm.spec @@ -1,17 +1,20 @@ +# One of the steps this package's insane build system does is patching version +# strings in built binaries (MakeTools/patch_version/patch_version.c). +# The expected template of a version string (ICS_BUILD_VERSION from +# CodeVersion/code_version.c) is not found in binaries that contain a +# GetCodeVersion() call. I suspect LTO optimizes it away. +# Disabling LTO made the build work. +%global _lto_cflags %{nil} + Name: opa-fm Epoch: 1 -Version: 10.11.0.2 +Version: 10.11.1.3.1 Release: 1%{?dist} Summary: Intel Omni-Path Fabric Management Software License: GPLv2 or BSD Url: https://github.com/cornelisnetworks/opa-fm -# tarball created by: -# git clone https://github.com/cornelisnetworks/opa-fm -# cd opa-fm -# git archive --format=tar --prefix=opa-fm-%{version}/ \ -# 5d1f7ee32920b1b429e2f7699762514af47d9717 | xz > opa-fm-%{version}.tar.xz -Source0: %{name}-%{version}.tar.xz +Source0: https://github.com/cornelisnetworks/opa-fm/archive/refs/tags/v%{version}.tar.gz # bz1262327 needs Patch0002 Patch0002: 0001-Fix-well-known-tempfile-issue-in-script.patch @@ -82,6 +85,10 @@ chmod a-x %{buildroot}/%{_prefix}/share/opa-fm/opafm_src.xml %{_mandir}/man8/* %changelog +* Wed Aug 03 2022 Michal Schmidt - 10.11.1.3.1-1 +- Update to upstream release 10.11.1.3.1 +- Resolves: rhbz#2049171 + * Tue Oct 19 2021 Honggang Li - 1:10.11.0.2-1 - Rebase to upstream release 10.11.0.2 - Resolves: rhbz2013070