Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
6844caecb6 | ||
| 6513bed980 | |||
| 92f4990922 | |||
| 7ac4a306e9 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of opa-fm in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of opa-fm in the devel project build (science:HPC)
|
||||
|
||||

|
||||
|
||||
|
||||
6
_service
6
_service
@@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/01org/opa-fm.git</param>
|
||||
<param name="package-meta">no</param>
|
||||
@@ -8,9 +8,9 @@
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">6f1eb4579fc975a1e9e7f669a8afbf6569d09dd3</param>
|
||||
<param name="revision">baa358f3127da5793d26b502b2b00cf5d81eccf1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">opa-fm*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
|
||||
Binary file not shown.
BIN
opa-fm-10.14.4.0.20-1.0.baa358f.tar.gz
LFS
Normal file
BIN
opa-fm-10.14.4.0.20-1.0.baa358f.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 9 09:05:20 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
|
||||
|
||||
- Update to 10.14.4.0.20-1 (jsc#PED-13892)
|
||||
- Build fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 15:40:29 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
|
||||
|
||||
- Update to 10.14.4.0.20 (jsc#PED-8565)
|
||||
- No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 12:42:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package opa-fm
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_ver .0.6f1eb4579fc9
|
||||
%define git_ver -1.0.baa358f
|
||||
|
||||
%define pseudo_opt %{_prefix}/lib/opa-fm
|
||||
%define opasysconfdir %{_sysconfdir}/opa-fm/
|
||||
%define opavarlibdir %{_localstatedir}/usr/lib/opa-fm/
|
||||
Name: opa-fm
|
||||
Version: 10.12.1.0.6
|
||||
Version: 10.14.4.0.20
|
||||
Release: 0
|
||||
Summary: Intel Omni-Path Fabric Management Software
|
||||
License: BSD-3-Clause
|
||||
@@ -30,6 +30,7 @@ Group: Development/Libraries/C and C++
|
||||
URL: http://www.intel.com/
|
||||
Source0: %{name}-%{version}%{git_ver}.tar.gz
|
||||
Source1: %{name}-rpmlintrc
|
||||
Source100: README.md
|
||||
Patch1: opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch
|
||||
Patch2: opa-fm-use-RPM_OPT_FLAGS.patch
|
||||
Patch3: opa-fm-force-code-symbols-to-be-loaded.patch
|
||||
|
||||
Reference in New Issue
Block a user