import CS libfabric-1.22.0-1.el9

This commit is contained in:
eabdullin 2025-03-11 07:37:49 +00:00
parent 4d63a5096e
commit a49f005e14
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
35650dc88380a56e30ecb7131f245a71c4ad1134 SOURCES/libfabric-1.18.0.tar.bz2
a63e0332ffb9bdf569faa09bd7702175f3a310ec SOURCES/libfabric-1.22.0.tar.bz2

View File

@ -1,7 +1,7 @@
%global __remake_config 0
Name: libfabric
Version: 1.18.0
Version: 1.22.0
Release: 1%{?dist}
Summary: Open Fabric Interfaces
@ -94,6 +94,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
* Tue Nov 05 2024 Kamal Heib <kheib@redhat.com> - 1.22.0-1
- Update to upstream 1.22.0
- Resolves: RHEL-46648
* Thu Jun 01 2023 Kamal Heib <kheib@redhat.com> - 1.18.0-1
- Update to upstream 1.18.0.
- Resolves: rhbz#2153027