Update to upstream release 1.18.0
Update package and add gating tests. Resolves: rhbz#2153009 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
14aebc81e7
commit
583b0ec3e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
SOURCES/libfabric-1.17.0.tar.bz2
|
SOURCES/libfabric-1.17.0.tar.bz2
|
||||||
/libfabric-1.17.0.tar.bz2
|
/libfabric-1.17.0.tar.bz2
|
||||||
|
/libfabric-1.18.0.tar.bz2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global __remake_config 1
|
%global __remake_config 1
|
||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
Version: 1.17.0
|
Version: 1.18.0
|
||||||
Release: 3%{?dist}.1
|
Release: 1%{?dist}
|
||||||
Summary: Open Fabric Interfaces
|
Summary: Open Fabric Interfaces
|
||||||
|
|
||||||
License: BSD or GPLv2
|
License: BSD or GPLv2
|
||||||
@ -94,6 +94,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 01 2023 Kamal Heib <kheib@redhat.com> - 1.18.0-1
|
||||||
|
- Update to upstream release 1.18.0
|
||||||
|
- Add gating tests
|
||||||
|
- Resolves: rhbz#2153009
|
||||||
|
|
||||||
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-3.1
|
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-3.1
|
||||||
- Re-enable autotools remake to fix unwanted rpath in binaries.
|
- Re-enable autotools remake to fix unwanted rpath in binaries.
|
||||||
- Resolves: rhbz#2168098
|
- Resolves: rhbz#2168098
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libfabric-1.17.0.tar.bz2) = 0e34bc91050a4d1babefdabef5d7fc6bfabb81b412f751fd92f4e965b240e02d43baa0405ec27abd4b3a53b6fbc3789b577e416b8e1a9de1eeaa53344ce2b821
|
SHA512 (libfabric-1.18.0.tar.bz2) = c120d9ba83597760853e5204719b8820c6dfc693db6a8b15a0b0922912b99432b2aee28b2c5c28738d5fb4f013efafae23c96bbbc8942250df86a24eacd834ec
|
||||||
|
11
tests/tests.yml
Normal file
11
tests/tests.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- simple:
|
||||||
|
dir: .
|
||||||
|
run: "rpm -qi libfabric && fi_info"
|
||||||
|
required_packages:
|
||||||
|
- libfabric
|
Loading…
Reference in New Issue
Block a user