Update to 1.8.0
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
c045ff37d1
commit
9b0f9f75c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/libfabric-1.7.1.tar.bz2
|
||||
/libfabric-1.7.2rc2.tar.bz2
|
||||
/libfabric-1.8.0rc1.tar.bz2
|
||||
/libfabric-1.8.0.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: libfabric
|
||||
Version: 1.8.0rc1
|
||||
Version: 1.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Fabric Interfaces
|
||||
|
||||
@ -48,13 +48,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%build
|
||||
# The Elastic Fabric Adapter does not support 32 bit platforms, as it
|
||||
# assume the sizeof pointer is 8.
|
||||
%ifarch %{ix86} "%{arm}"
|
||||
%configure --disable-static --disable-silent-rules --enable-efa=no
|
||||
%else
|
||||
%configure --disable-static --disable-silent-rules
|
||||
%endif
|
||||
%make_build
|
||||
|
||||
|
||||
@ -87,6 +81,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 29 2019 Honggang Li <honli@redhat.com> - 1.8.0
|
||||
- Update to 1.8.0
|
||||
|
||||
* Mon Jun 17 2019 Honggang Li <honli@redhat.com> - 1.8.0rc1
|
||||
- Update to 1.8.0rc1
|
||||
- Resolves: 1720773
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libfabric-1.8.0rc1.tar.bz2) = e5b1f7397696752430e98685fe5fdcfe60b8b57dab04b6abeedd81b8a799b4f65f8873d954ff385b067d1d8fffadc1e4cba8b89a4fa4cacd15e8cec1fdb84573
|
||||
SHA512 (libfabric-1.8.0.tar.bz2) = 5bdc98d52de4923db5ac509ebd81ef192719f9d97b5f8e8065325edc51f03da6db9a3743406b55f8221f66a8c65dfd1cea2696d5fd1e304ebc22a06de67d96bd
|
||||
|
Loading…
Reference in New Issue
Block a user