update package

This commit is contained in:
wu-leilei 2022-05-18 17:28:19 +08:00
parent f4bcbbc20f
commit 3b4158eeef
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.