Merge branch 'c9-beta' into a9-beta

This commit is contained in:
eabdullin 2022-09-28 16:48:45 +00:00 committed by Stepan Oksanichenko
commit 9d47cab08b
3 changed files with 16 additions and 10 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/opa-fm-10.11.0.2.tar.xz
SOURCES/v10.11.1.3.1.tar.gz

View File

@ -1 +1 @@
3a705f698fd155685dff0d82c5a11cd3c07cec4a SOURCES/opa-fm-10.11.0.2.tar.xz
9b291ce21055d19e5f488d249515b0901f7744a1 SOURCES/v10.11.1.3.1.tar.gz

View File

@ -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}.alma
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
@ -85,9 +88,12 @@ chmod a-x %{buildroot}/%{_prefix}/share/opa-fm/opafm_src.xml
%{_mandir}/man8/*
%changelog
* Mon Jan 17 2022 Eduard Abdullin <eabdullin@almalinux.org> - 1:10.11.0.2-1.alma
* Wed Sep 28 2022 Eduard Abdullin <eabdullin@almalinux.org> - 10.11.1.3.1-1.alma.plus
- Fix build for AlmaLinux
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 10.11.1.3.1-1
- Update to upstream release 10.11.1.3.1
- Resolves: rhbz#2049171
* Tue Oct 19 2021 Honggang Li <honli@redhat.com> - 1:10.11.0.2-1
- Rebase to upstream release 10.11.0.2
- Resolves: rhbz2013070