Compare commits
No commits in common. "imports/c8s/opensm-3.3.23-2.el8" and "c8" have entirely different histories.
imports/c8
...
c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/opensm-3.3.23.tar.gz
|
||||
SOURCES/opensm-3.3.24.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
927bc2d2cdde68ce6a2510faa149165215e44e69 SOURCES/opensm-3.3.23.tar.gz
|
||||
285f447c556b67dc5be1deaaab9294b7a8697317 SOURCES/opensm-3.3.24.tar.gz
|
||||
|
@ -3,7 +3,7 @@ Description=Starts the OpenSM InfiniBand fabric Subnet Manager
|
||||
Documentation=man:opensm
|
||||
DefaultDependencies=false
|
||||
Before=network.target remote-fs-pre.target
|
||||
After=rdma-load-modules@.service
|
||||
After=rdma-hw.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global __remake_config 1
|
||||
|
||||
Name: opensm
|
||||
Version: 3.3.23
|
||||
Release: 2%{?dist}
|
||||
Version: 3.3.24
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenIB InfiniBand Subnet Manager and management utilities
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2 or BSD
|
||||
@ -125,6 +125,18 @@ fi
|
||||
%{_libdir}/lib*.a
|
||||
|
||||
%changelog
|
||||
* Tue Jun 15 2021 Honggang Li <honli@redhat.com> - 3.3.24-1
|
||||
- Rebase to latest upstream release 3.3.24
|
||||
- Resolves: bz1961961
|
||||
|
||||
* Thu Dec 10 2020 Honggang Li <honli@redhat.com> - 3.3.23-4
|
||||
- opensm service should after rdma-hw.target
|
||||
- Resolves: bz1906252
|
||||
|
||||
* Fri Nov 20 2020 Honggang Li <honli@redhat.com> - 3.3.23-3
|
||||
- Allow MCMR requests with default subnet prefix
|
||||
- Resolves: bz1898872
|
||||
|
||||
* Thu Nov 05 2020 Honggang Li <honli@redhat.com> - 3.3.23-2
|
||||
- Update opensm service file
|
||||
- Resolves: bz1892502
|
||||
|
Loading…
Reference in New Issue
Block a user