forked from pool/mstflint
Accepting request 540248 from science:HPC
- Update to v4.8.0-2 * Drop proprietary Mellanox file - Update to v4.8.0-1, No info of changes available (bsc#1046293, fate#322949) - Update mstflint-gcc7.patch to the latest sources OBS-URL: https://build.opensuse.org/request/show/540248 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mstflint?expand=0&rev=10
This commit is contained in:
commit
2d41ccbf2d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6d1f1c38ef44eda354870a0165b6fd9ae99354cf5ecf13454574d2776cc0420
|
|
||||||
size 3543376
|
|
3
mstflint-4.8.0.tar.gz
Normal file
3
mstflint-4.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f0196006a0ffc86b4d033360950ed427b13f75e1d89dd7cf93017772d2a5d0f9
|
||||||
|
size 3983144
|
@ -1,8 +1,8 @@
|
|||||||
diff --git configure.ac configure.ac
|
diff --git configure.ac configure.ac
|
||||||
index bc966cd..6265f28 100644
|
index 437db76..360a948 100644
|
||||||
--- configure.ac
|
--- configure.ac
|
||||||
+++ configure.ac
|
+++ configure.ac
|
||||||
@@ -121,6 +121,7 @@ AS_IF([test "x$enable_dynamic_ld" = "xyes"], [
|
@@ -144,6 +144,7 @@ AS_IF([test "x$enable_dynamic_ld" = "xyes"], [
|
||||||
LDFLAGS="$LDFLAGS -Wl,--dynamic-linker=/lib64/ld64.so.2"
|
LDFLAGS="$LDFLAGS -Wl,--dynamic-linker=/lib64/ld64.so.2"
|
||||||
])
|
])
|
||||||
|
|
||||||
@ -10,15 +10,3 @@ index bc966cd..6265f28 100644
|
|||||||
CFLAGS="$CFLAGS -Werror -DMST_UL"
|
CFLAGS="$CFLAGS -Werror -DMST_UL"
|
||||||
CXXFLAGS="$CXXFLAGS -Werror -DMST_UL"
|
CXXFLAGS="$CXXFLAGS -Werror -DMST_UL"
|
||||||
|
|
||||||
diff --git fw_comps_mgr/fw_comps_mgr.cpp fw_comps_mgr/fw_comps_mgr.cpp
|
|
||||||
index f4afc0c..ec6dad0 100644
|
|
||||||
--- fw_comps_mgr/fw_comps_mgr.cpp
|
|
||||||
+++ fw_comps_mgr/fw_comps_mgr.cpp
|
|
||||||
@@ -804,7 +804,6 @@ void FwCompsMgr::extractRomInfo(tools_open_mgir* mgir, fwInfoT* fwQuery)
|
|
||||||
bool FwCompsMgr::queryFwInfo(fwInfoT* query)
|
|
||||||
{
|
|
||||||
if (!query) {
|
|
||||||
- return FWCOMPS_BAD_PARAM;
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
memset(query, 0, sizeof(fwInfoT));
|
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 9 11:19:43 UTC 2017 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
|
- Update to v4.8.0-2
|
||||||
|
* Drop proprietary Mellanox file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 31 12:32:47 UTC 2017 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
|
- Update to v4.8.0-1, No info of changes available (bsc#1046293, fate#322949)
|
||||||
|
- Update mstflint-gcc7.patch to the latest sources
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 9 15:36:35 UTC 2017 - nmoreychaisemartin@suse.com
|
Wed Aug 9 15:36:35 UTC 2017 - nmoreychaisemartin@suse.com
|
||||||
|
|
||||||
|
@ -16,18 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define extra_version -1
|
%define extra_version -2
|
||||||
|
|
||||||
Name: mstflint
|
Name: mstflint
|
||||||
Version: 4.7.0
|
Version: 4.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mellanox Firmware Burning and Diagnostics Tools
|
Summary: Mellanox Firmware Burning and Diagnostics Tools
|
||||||
License: GPL-2.0 or BSD-2-Clause
|
License: GPL-2.0 or BSD-2-Clause
|
||||||
Group: System/Console
|
Group: System/Console
|
||||||
Url: http://www.openfabrics.org
|
Url: http://www.openfabrics.org
|
||||||
Obsoletes: mstflint-devel < %{version}
|
Obsoletes: mstflint-devel < %{version}
|
||||||
|
Source: https://github.com/Mellanox/mstflint/files/1457191/mstflint-%{version}.tar.gz
|
||||||
Source: https://github.com/Mellanox/mstflint/releases/download/v%{version}%{?extra_version}/%{name}-%{version}.tar.gz
|
|
||||||
# PATCH-FIX-UPSTREAM Build libmtcr as shared library
|
# PATCH-FIX-UPSTREAM Build libmtcr as shared library
|
||||||
Source1: mstfint-mtcr_ul_no_static_lib.patch
|
Source1: mstfint-mtcr_ul_no_static_lib.patch
|
||||||
# PATCH-FIX-UPSTREAM Add all needed defines to get it built on s390x
|
# PATCH-FIX-UPSTREAM Add all needed defines to get it built on s390x
|
||||||
@ -81,6 +80,7 @@ rm -rf %{buildroot}%{_bindir}/hca_self_test.ofed
|
|||||||
%doc README COPYING LICENSE
|
%doc README COPYING LICENSE
|
||||||
%{_bindir}/mstconfig
|
%{_bindir}/mstconfig
|
||||||
%{_bindir}/mstflint
|
%{_bindir}/mstflint
|
||||||
|
%{_bindir}/mstfwreset
|
||||||
%{_bindir}/mstmcra
|
%{_bindir}/mstmcra
|
||||||
%{_bindir}/mstmread
|
%{_bindir}/mstmread
|
||||||
%{_bindir}/mstmtserver
|
%{_bindir}/mstmtserver
|
||||||
|
Loading…
Reference in New Issue
Block a user