diff --git a/opensm-3.3.20.tar.gz b/opensm-3.3.20.tar.gz deleted file mode 100644 index c866755..0000000 Binary files a/opensm-3.3.20.tar.gz and /dev/null differ diff --git a/opensm-3.3.24.tar.gz b/opensm-3.3.24.tar.gz new file mode 100644 index 0000000..7242c64 Binary files /dev/null and b/opensm-3.3.24.tar.gz differ diff --git a/opensm.spec b/opensm.spec index 313563c..d69b9af 100644 --- a/opensm.spec +++ b/opensm.spec @@ -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 - 3.3.24-1 +- Update package + * Web 02 Jun 2021 zhaoyao - 3.3.20-12 - fixs faileds: /bin/sh: gcc: command not found.