Compare commits

...

No commits in common. "c8" and "c8-beta" have entirely different histories.
c8 ... c8-beta

3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libfabric-1.17.0.tar.bz2
SOURCES/libfabric-1.18.0.tar.bz2

View File

@ -1 +1 @@
c50469c293113df70fc33df305a989a6fe478c6b SOURCES/libfabric-1.17.0.tar.bz2
35650dc88380a56e30ecb7131f245a71c4ad1134 SOURCES/libfabric-1.18.0.tar.bz2

View File

@ -1,8 +1,8 @@
%global __remake_config 1
Name: libfabric
Version: 1.17.0
Release: 3%{?dist}.1
Version: 1.18.0
Release: 1%{?dist}
Summary: Open Fabric Interfaces
License: BSD or GPLv2
@ -94,6 +94,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%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
- Re-enable autotools remake to fix unwanted rpath in binaries.
- Resolves: rhbz#2168098