From d67d7aa473bc5e3bf6a62e1741baa7fd038161b4 Mon Sep 17 00:00:00 2001 From: shdluan Date: Sat, 31 Jul 2021 08:41:45 +0000 Subject: [PATCH 1/3] update mstflint.spec. --- mstflint.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mstflint.spec b/mstflint.spec index 3d23042..d3791bb 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -24,6 +24,8 @@ code. Please see the file LICENSE for licensing details. %build export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %configure --enable-fw-mgr +sed -i "/AM_CFLAGS = -W -Werror /s/AM_CFLAGS = -W -Werror /AM_CFLAGS = -W -Wno-error=return-local-addr /" ext_libs/sqlite/Makefile.am +sed -i "/AM_CFLAGS = -W -Werror /s/AM_CFLAGS = -W -Werror /AM_CFLAGS = -W -Wno-error=return-local-addr /" ext_libs/sqlite/Makefile.in %make_build %install -- Gitee From a5b57106dcdaa36a8ba4b70e3864456e3da80b87 Mon Sep 17 00:00:00 2001 From: shdluan Date: Mon, 2 Aug 2021 07:13:06 +0000 Subject: [PATCH 2/3] update mstflint.spec. --- mstflint.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mstflint.spec b/mstflint.spec index d3791bb..46334e5 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -1,7 +1,7 @@ Name: mstflint Summary: Firmware Burning and Diagnostics Tools Version: 4.10.0 -Release: 6 +Release: 7 License: GPLv2+ or BSD Url: https://github.com/Mellanox/mstflint Source: https://github.com/Mellanox/%{name}/releases/download/v4.10.0-2/%{name}-%{version}.tar.gz -- Gitee From 987c62d067db0e1eb9321698439ead6171b45f0f Mon Sep 17 00:00:00 2001 From: shdluan Date: Mon, 2 Aug 2021 07:14:59 +0000 Subject: [PATCH 3/3] update mstflint.spec. --- mstflint.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mstflint.spec b/mstflint.spec index 46334e5..ae91f4b 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -45,6 +45,9 @@ sed -i "/AM_CFLAGS = -W -Werror /s/AM_CFLAGS = -W -Werror /AM_CFLAGS = -W -Wno- %{_mandir}/man1/* %changelog +* Mon Aug 2 2021 shdluan - 5.7.2-7 +-fix pack failure when use gcc 10 + * Tue Jul 28 2020 lingsheng - 4.10.0-6 - change the libibmad-devel to rdma-core-devel -- Gitee