Accepting request 589146 from science:HPC

OBS-URL: https://build.opensuse.org/request/show/589146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mstflint?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2018-03-22 11:03:53 +00:00 committed by Git OBS Bridge
commit c63d4c6118
4 changed files with 38 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0196006a0ffc86b4d033360950ed427b13f75e1d89dd7cf93017772d2a5d0f9
size 3983144

3
mstflint-4.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aee5583c9083ef4c0f3b46ba38ce45a6e6f61c5985ea93a442138e9f3e5b79e0
size 4032237

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Mar 20 07:44:34 UTC 2018 - nmoreychaisemartin@suse.com
- Update to v4.9.0-1
* mstfwreset
* Added support for a hot swap (or hot plug) of the PCIe slot.
* Secure Firmware Update
* Added support for Secure Firmware Update to ConnectX-4 adapter cards.
* Enabled signing the package with an RSA 4096 bit keys.
* Added support for setting the GUIDs when Secure Firmware Update is enabled.
* mstconfig
* Added the following mstconfig configuration parameters:
* AUTO_RELOAD
* DRIVER_SETTINGS
* EXP_ROM_PXE_ENABLE
* EXP_ROM_UEFI_ARM_ENABLE
* EXP_ROM_UEFI_X86_ENABLE
* INTERNAL_CPU_MODEL
* IPV4
* IPV6
* PCI_DATA_WR_ORDERING_MODE
* PXE_UNDI
* STATUS_UPDATE
* TCP
* TCPIP
* TRACER_ENABLE
* mstflint
* Added support for FreeBSD with BSD license.
* Secure Boot
* Added support for secure boot to ConnectX-3 adapter cards.
-------------------------------------------------------------------
Thu Nov 9 11:19:43 UTC 2017 - nmoreychaisemartin@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package mstflint
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,14 +19,14 @@
%define extra_version -2
Name: mstflint
Version: 4.8.0
Version: 4.9.0
Release: 0
Summary: Mellanox Firmware Burning and Diagnostics Tools
License: GPL-2.0 or BSD-2-Clause
Group: System/Console
Url: http://www.openfabrics.org
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}-1/mstflint-%{version}.tar.gz
# PATCH-FIX-UPSTREAM Build libmtcr as shared library
Source1: mstfint-mtcr_ul_no_static_lib.patch
# PATCH-FIX-UPSTREAM Add all needed defines to get it built on s390x
@ -42,6 +42,7 @@ Patch5: mstflint-gcc7.patch
BuildRequires: gcc-c++
BuildRequires: infiniband-diags-devel
BuildRequires: libibverbs-devel
BuildRequires: libtool
BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build