Update to upstream release 1.17.0

Resolves: RHEL-52883
Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
Kamal Heib 2024-11-06 11:06:45 -05:00
parent 32bf45c0ad
commit bc21fcecaa
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/ucx-1.14.1.tar.gz
/ucx-1.15.0.tar.gz
/ucx-1.16.0.tar.gz
/ucx-1.17.0.tar.gz

View File

@ -1 +1 @@
SHA512 (ucx-1.16.0.tar.gz) = 063bc025e1bfa5b2f8fbaa020c7853fd2c19c0bfb600d24f98bba7637996b91922c8fe4563dac3e46c23280c5bd254c890623a78013d98d0e21b0f46d8500506
SHA512 (ucx-1.17.0.tar.gz) = 1033959bd223d1b4507b2a159e6ce65e76c1c5f231afc166bb0ed2e5c6c4aaa3db96b7c35c97c8b332e6e11f4ab24deb66d484009b7dc2af52b73981c1e72a25

View File

@ -11,7 +11,7 @@
%bcond_with vfs
Name: ucx
Version: 1.16.0
Version: 1.17.0
Release: 1%{?dist}
Summary: UCX is a communication library implementing high-performance messaging
@ -118,6 +118,7 @@ rm -f %{buildroot}%{_libdir}/ucx/lib*.a
%{_libdir}/lib*.so.*
%{_bindir}/ucx_info
%{_bindir}/ucx_perftest
%{_bindir}/ucx_perftest_daemon
%{_bindir}/ucx_read_profile
%{_bindir}/io_demo
%{_datadir}/ucx
@ -125,6 +126,7 @@ rm -f %{buildroot}%{_libdir}/ucx/lib*.a
%doc README AUTHORS NEWS
%{!?_licensedir:%global license %%doc}
%license LICENSE
%{_sysconfdir}/ucx/ucx.conf
%files devel
%{_includedir}/uc*
@ -288,6 +290,10 @@ library internals, protocol objects, transports status, and more.
%endif
%changelog
* Wed Nov 06 2024 Kamal Heib <kheib@redhat.com> - 1.17.0-1
- Update to upstream release 1.17.0
- Resolves: RHEL-52883
* Wed May 01 2024 Kamal Heib <kheib@redhat.com> - 1.16.0-1
- Update to upstream release 1.16.0
- Resolves: RHEL-24468, RHEL-31249