Update to upstream release 1.17.0
Resolves: RHEL-52883 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
32bf45c0ad
commit
bc21fcecaa
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/ucx-1.14.1.tar.gz
|
/ucx-1.14.1.tar.gz
|
||||||
/ucx-1.15.0.tar.gz
|
/ucx-1.15.0.tar.gz
|
||||||
/ucx-1.16.0.tar.gz
|
/ucx-1.16.0.tar.gz
|
||||||
|
/ucx-1.17.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ucx-1.16.0.tar.gz) = 063bc025e1bfa5b2f8fbaa020c7853fd2c19c0bfb600d24f98bba7637996b91922c8fe4563dac3e46c23280c5bd254c890623a78013d98d0e21b0f46d8500506
|
SHA512 (ucx-1.17.0.tar.gz) = 1033959bd223d1b4507b2a159e6ce65e76c1c5f231afc166bb0ed2e5c6c4aaa3db96b7c35c97c8b332e6e11f4ab24deb66d484009b7dc2af52b73981c1e72a25
|
||||||
|
8
ucx.spec
8
ucx.spec
@ -11,7 +11,7 @@
|
|||||||
%bcond_with vfs
|
%bcond_with vfs
|
||||||
|
|
||||||
Name: ucx
|
Name: ucx
|
||||||
Version: 1.16.0
|
Version: 1.17.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: UCX is a communication library implementing high-performance messaging
|
Summary: UCX is a communication library implementing high-performance messaging
|
||||||
|
|
||||||
@ -118,6 +118,7 @@ rm -f %{buildroot}%{_libdir}/ucx/lib*.a
|
|||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{_bindir}/ucx_info
|
%{_bindir}/ucx_info
|
||||||
%{_bindir}/ucx_perftest
|
%{_bindir}/ucx_perftest
|
||||||
|
%{_bindir}/ucx_perftest_daemon
|
||||||
%{_bindir}/ucx_read_profile
|
%{_bindir}/ucx_read_profile
|
||||||
%{_bindir}/io_demo
|
%{_bindir}/io_demo
|
||||||
%{_datadir}/ucx
|
%{_datadir}/ucx
|
||||||
@ -125,6 +126,7 @@ rm -f %{buildroot}%{_libdir}/ucx/lib*.a
|
|||||||
%doc README AUTHORS NEWS
|
%doc README AUTHORS NEWS
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
%{_sysconfdir}/ucx/ucx.conf
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/uc*
|
%{_includedir}/uc*
|
||||||
@ -288,6 +290,10 @@ library internals, protocol objects, transports status, and more.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 01 2024 Kamal Heib <kheib@redhat.com> - 1.16.0-1
|
||||||
- Update to upstream release 1.16.0
|
- Update to upstream release 1.16.0
|
||||||
- Resolves: RHEL-24468, RHEL-31249
|
- Resolves: RHEL-24468, RHEL-31249
|
||||||
|
Loading…
Reference in New Issue
Block a user