Accepting request 499634 from home:NMoreyChaisemartin:branches:science:HPC
- Update to v14 (bsc#321907). * Introduction of bnxt_re driver * Rework srp_daemon's systemd integration * Various fixes in qedr, mlx4, mlx5, bnxrt_re and rxe drivers * New supported PCI ID were added to mlx5 * Addition of manual pages for cmtime and udpong programs * Multiple fixes of spelling types and documentation clarifications * Sparse fixes * rping gained ability to bind to source IP address * Various improvements in cmake and cbuild infrastructures * Add support for flow tag, CVLAN and VXLAN specifications * Provide ability to pass private data to create CQ * Exposure various device capabilities to user applications OBS-URL: https://build.opensuse.org/request/show/499634 OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=28
This commit is contained in:
parent
097433f893
commit
23178e711a
4
_service
4
_service
@ -5,8 +5,8 @@
|
||||
<param name="package-meta">no</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">rdma-core</param>
|
||||
<param name="version">14-rc1-40-g706fc2af</param>
|
||||
<param name="revision">706fc2af866f750a4aa9b61320c7da36bd8ed37c</param>
|
||||
<param name="version">14</param>
|
||||
<param name="revision">b2f6a3699b2a4bb1478e919b29e9a39307457e48</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*rdma-core*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52d60d32aa86a758f48091491a715d834c151119112b282ff0be52a9aab3aa9b
|
||||
size 595880
|
3
rdma-core-14.tar.xz
Normal file
3
rdma-core-14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d75a095641c37b04be3ff9da8a91951bc3cfe164bb5dbbdfd9a630fc4c638a6f
|
||||
size 597904
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 08:36:52 UTC 2017 - nmoreychaisemartin@suse.com
|
||||
|
||||
- Update to v14 (bsc#321907).
|
||||
* Introduction of bnxt_re driver
|
||||
* Rework srp_daemon's systemd integration
|
||||
* Various fixes in qedr, mlx4, mlx5, bnxrt_re and rxe drivers
|
||||
* New supported PCI ID were added to mlx5
|
||||
* Addition of manual pages for cmtime and udpong programs
|
||||
* Multiple fixes of spelling types and documentation clarifications
|
||||
* Sparse fixes
|
||||
* rping gained ability to bind to source IP address
|
||||
* Various improvements in cmake and cbuild infrastructures
|
||||
* Add support for flow tag, CVLAN and VXLAN specifications
|
||||
* Provide ability to pass private data to create CQ
|
||||
* Exposure various device capabilities to user applications
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 14:11:24 UTC 2017 - nmoreychaisemartin@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without systemd
|
||||
|
||||
%define git_ver -rc1-40-g706fc2af
|
||||
%define git_ver %{nil}
|
||||
|
||||
Name: rdma-core
|
||||
Version: 14
|
||||
@ -371,14 +371,14 @@ LD_LIBRARY_PATH=./lib bin/ib_acme -D . -O
|
||||
install -D -m0644 ibacm_opts.cfg %{buildroot}%{_sysconfdir}/rdma/
|
||||
install -D -m0644 ../redhat/ibacm.service %{buildroot}%{_unitdir}/
|
||||
|
||||
# srp_daemon
|
||||
install -D -m0644 ../redhat/srp_daemon.service %{buildroot}%{_unitdir}/
|
||||
|
||||
for service in rdma rdma-ndd ibacm iwpmd srp_daemon; do ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc${service}; done
|
||||
|
||||
# Delete the package's init.d scripts
|
||||
rm -rf %{buildroot}/%{_initddir}/
|
||||
|
||||
# Remove former srp_daemon.sh script
|
||||
rm %{buildroot}%{_sbindir}/srp_daemon.sh
|
||||
|
||||
%post -n %verbs_lname -p /sbin/ldconfig
|
||||
%postun -n %verbs_lname -p /sbin/ldconfig
|
||||
|
||||
@ -471,6 +471,7 @@ rm -rf %{buildroot}/%{_initddir}/
|
||||
%config(noreplace) %{_sysconfdir}/rdma/*
|
||||
%exclude %{_libexecdir}/udev/rules.d/rdma-ndd.rules
|
||||
%config(noreplace) %{_libexecdir}/udev/rules.d/*
|
||||
%exclude %{_libexecdir}/udev/rules.d/srp_daemon.rules
|
||||
%config(noreplace) %{_sysconfdir}/modprobe.d/50-mlx4.conf
|
||||
%config(noreplace) %{_sysconfdir}/modprobe.d/50-truescale.conf
|
||||
%{_unitdir}/rdma.service
|
||||
@ -605,15 +606,21 @@ rm -rf %{buildroot}/%{_initddir}/
|
||||
|
||||
%files -n srp_daemon
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libexecdir}/srp_daemon
|
||||
%config(noreplace) %{_sysconfdir}/srp_daemon.conf
|
||||
%config(noreplace) %{_libexecdir}/udev/rules.d/srp_daemon.rules
|
||||
%{_libexecdir}/srp_daemon/start_on_all_ports
|
||||
%{_unitdir}/srp_daemon.service
|
||||
%{_unitdir}/srp_daemon_port@.service
|
||||
%{_sbindir}/ibsrpdm
|
||||
%{_sbindir}/srp_daemon
|
||||
%{_sbindir}/srp_daemon.sh
|
||||
%{_sbindir}/run_srp_daemon
|
||||
%{_sbindir}/rcsrp_daemon
|
||||
%{_mandir}/man1/ibsrpdm.1*
|
||||
%{_mandir}/man1/srp_daemon.1*
|
||||
%{_mandir}/man5/srp_daemon.service.5*
|
||||
%{_mandir}/man5/srp_daemon_port@.service.5*
|
||||
|
||||
%doc %{_docdir}/%{name}-%{version}/ibsrpdm.md
|
||||
|
||||
%files -n rdma-ndd
|
||||
|
Loading…
x
Reference in New Issue
Block a user