Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e062468566 | |||
| 69f5212de6 | |||
| e0cf506518 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of opa-ff in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of opa-ff 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/cornelisnetworks/opa-ff.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">d62756adb09f53cf960ad6bfe6695678da8266b1</param>
|
||||
<param name="revision">ca78f36481aacf730f188984a254a0054a5f2e15</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">opa-ff*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
|
||||
Binary file not shown.
BIN
opa-ff-10.14.4.0.20.0.ca78f36481aa.tar.gz
LFS
Normal file
BIN
opa-ff-10.14.4.0.20.0.ca78f36481aa.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 15:41:21 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
|
||||
|
||||
- Update to 10.14.4.0.20 (jsc#PED-8566)
|
||||
- No changelog available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 12:40:15 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package opa-ff
|
||||
#
|
||||
# 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,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_ver .0.d62756adb09f
|
||||
%define git_ver .0.ca78f36481aa
|
||||
%define opamgt_major 0
|
||||
%define opasadb_major 1_0_0
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
%define opasysconfdir %{_sysconfdir}/opa/
|
||||
|
||||
Name: opa-ff
|
||||
Version: 10.12.1.0.6
|
||||
Version: 10.14.4.0.20
|
||||
Release: 0
|
||||
Summary: Intel Omni-Path basic tools and libraries for fabric managment
|
||||
License: BSD-3-Clause OR GPL-2.0-only
|
||||
@@ -34,6 +34,7 @@ Source0: %{name}-%{version}%{git_ver}.tar.gz
|
||||
Source1: opa-ff.rpmlintrc
|
||||
Source2: opa-cablehealth.service
|
||||
Source3: opa-cablehealth.timer
|
||||
Source100: README.md
|
||||
Patch1: opa-ff-add-shebang-for-exp-files.patch
|
||||
Patch2: opa-ff-suse-build-fixes.patch
|
||||
Patch3: workaround-bsc-1172755.patch
|
||||
|
||||
Reference in New Issue
Block a user