!5 opensm升级至3.3.24版本

From: @wu-leilei 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-05-19 07:04:30 +00:00 committed by Gitee
commit 6fead65720
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 5 deletions

Binary file not shown.

BIN
opensm-3.3.24.tar.gz Normal file

Binary file not shown.

View File

@ -1,16 +1,16 @@
Name: opensm
Version: 3.3.20
Release: 12
Version: 3.3.24
Release: 1
Summary: InfiniBand Subnet Manager and Administrator
License: GPLv2 or BSD
URL: https://www.openfabrics.org/
URL: https://github.com/linux-rdma/opensm
Source0: https://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz
Source0: https://github.com/linux-rdma/opensm/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1: opensm.logrotate
Source2: opensm.service
Source3: opensm.launch
Source4: opensm.rwtab
BuildRequires: gcc byacc flex libibumad-devel
BuildRequires: gcc byacc flex libibumad-devel autoconf automake libtool
Requires: logrotate rdma
Requires(post): systemd
@ -48,6 +48,7 @@ opensm and static version of opensm libraries
%autosetup -n %{name}-%{version} -p1
%build
./autogen.sh
%configure --with-opensm-conf-sub-dir=rdma \
CFLAGS="$CFLAGS -fno-strict-aliasing"
@ -110,6 +111,9 @@ rm -rf /var/cache/opensm
%{_mandir}/man8/*8*
%changelog
* Wed May 18 2022 wulei <wulei80@h-partners.com> - 3.3.24-1
- Update package
* Web 02 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 3.3.20-12
- fixs faileds: /bin/sh: gcc: command not found.