diff --git a/.gitignore b/.gitignore index 7922bb6..f9975eb 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 56708a5..9299f72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ucx-1.16.0.tar.gz) = 063bc025e1bfa5b2f8fbaa020c7853fd2c19c0bfb600d24f98bba7637996b91922c8fe4563dac3e46c23280c5bd254c890623a78013d98d0e21b0f46d8500506 +SHA512 (ucx-1.17.0.tar.gz) = 1033959bd223d1b4507b2a159e6ce65e76c1c5f231afc166bb0ed2e5c6c4aaa3db96b7c35c97c8b332e6e11f4ab24deb66d484009b7dc2af52b73981c1e72a25 diff --git a/ucx.spec b/ucx.spec index a3cb2d9..df5f50b 100644 --- a/ucx.spec +++ b/ucx.spec @@ -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 - 1.17.0-1 +- Update to upstream release 1.17.0 +- Resolves: RHEL-52883 + * Wed May 01 2024 Kamal Heib - 1.16.0-1 - Update to upstream release 1.16.0 - Resolves: RHEL-24468, RHEL-31249