Compare commits

1 Commits
main ... 1.1

5 changed files with 13 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
<services>
<service name="tar_scm" mode="manual">
<service name="tar_scm" mode="disabled">
<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">ca78f36481aacf730f188984a254a0054a5f2e15</param>
<param name="revision">d62756adb09f53cf960ad6bfe6695678da8266b1</param>
</service>
<service name="recompress" mode="manual">
<service name="recompress" mode="disabled">
<param name="file">opa-ff*.tar</param>
<param name="compression">gz</param>
</service>

Binary file not shown.

Binary file not shown.

View File

@@ -1,15 +1,3 @@
-------------------------------------------------------------------
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>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
PatchN.
-------------------------------------------------------------------
Fri Nov 3 21:50:15 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package opa-ff
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 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.ca78f36481aa
%define git_ver .0.d62756adb09f
%define opamgt_major 0
%define opasadb_major 1_0_0
@@ -24,7 +24,7 @@
%define opasysconfdir %{_sysconfdir}/opa/
Name: opa-ff
Version: 10.14.4.0.20
Version: 10.12.1.0.6
Release: 0
Summary: Intel Omni-Path basic tools and libraries for fabric managment
License: BSD-3-Clause OR GPL-2.0-only
@@ -125,7 +125,10 @@ Requires: opa-fastfabric
Tools for parsing information from provided snapshot files and issuing packets to program.
%prep
%autosetup -p0 -n %{name}-%{version}%{git_ver}
%setup -q -n %{name}-%{version}%{git_ver}
%patch1
%patch2
%patch3
%build
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-address-of-packed-member"