5 Commits

Author SHA256 Message Date
Nicolas Morey
7e9c77ca74 Remove /opt/opa-fm (jsc#PED-14802)
Signed-off-by: Nicolas Morey <nmorey@suse.com>
2026-01-07 16:46:44 +01:00
Nicolas Morey
6844caecb6 Update to 10.14.4.0.20-1 (jsc#PED-13892)
- Build fixes

Signed-off-by: Nicolas Morey <nmorey@suse.com>
2025-12-09 10:08:26 +01:00
6513bed980 Add Gitea build results 2025-10-27 17:35:35 +01:00
92f4990922 Accepting request 1247212 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1247212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opa-fm?expand=0&rev=21
2025-02-20 15:39:39 +00:00
7ac4a306e9 Accepting request 1247157 from home:NMorey:branches:science:HPC
- Update to 10.14.4.0.20 (jsc#PED-8565)
  - No changelog available

OBS-URL: https://build.opensuse.org/request/show/1247157
OBS-URL: https://build.opensuse.org/package/show/science:HPC/opa-fm?expand=0&rev=53
2025-02-19 18:38:15 +00:00
6 changed files with 39 additions and 12 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of opa-fm in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/opa-fm/standard)
The current state of opa-fm in the devel project build (science:HPC)
![Devel project build results](https://br.opensuse.org/status/science:HPC/opa-fm)

View File

@@ -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.

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 5 13:50:07 UTC 2026 - Nicolas Morey <nicolas.morey@suse.com>
- Remove /opt/opa-fm (jsc#PED-14802)
-------------------------------------------------------------------
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>

View File

@@ -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
@@ -101,11 +102,9 @@ install -D stage.rpm/opaxmlextract %{buildroot}/%{pseudo_opt}/%{_sysconfdir}/opa
install -D stage.rpm/opaxmlfilter %{buildroot}/%{pseudo_opt}/%{_sysconfdir}/opaxmlfilter
mkdir -p %{buildroot}%{_sbindir}
mkdir -p %{buildroot}/opt
mkdir -p %{buildroot}%{opavarlibdir}
ln -s /%{pseudo_opt}/bin/fm_cmd %{buildroot}%{_sbindir}/opafmcmd
ln -s /%{pseudo_opt}/bin/fm_cmdall %{buildroot}%{_sbindir}/opafmcmdall
ln -s %{pseudo_opt} %{buildroot}/opt/
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcopafm
%pre
@@ -127,7 +126,6 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcopafm
%dir %{pseudo_opt}/bin
%dir %{pseudo_opt}/etc
%dir %{pseudo_opt}/runtime
/opt/opa-fm
%config(noreplace) %{opasysconfdir}/opafm.xml
%doc README