Compare commits

..

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

3 changed files with 4 additions and 8 deletions

2
.gitignore vendored
View File

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

1
.libfabric.metadata Normal file
View File

@ -0,0 +1 @@
c50469c293113df70fc33df305a989a6fe478c6b SOURCES/libfabric-1.17.0.tar.bz2

View File

@ -1,8 +1,8 @@
%global __remake_config 1 %global __remake_config 1
Name: libfabric Name: libfabric
Version: 1.18.0 Version: 1.17.0
Release: 1%{?dist} Release: 3%{?dist}.1
Summary: Open Fabric Interfaces Summary: Open Fabric Interfaces
License: BSD or GPLv2 License: BSD or GPLv2
@ -94,11 +94,6 @@ 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