Fix Unhandled patch file issue
Resolves: RHEL-24811 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
eeacfc5ada
commit
5ce54c2b5f
8
ucx.spec
8
ucx.spec
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: ucx
|
Name: ucx
|
||||||
Version: 1.17.0
|
Version: 1.17.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: UCX is a communication library implementing high-performance messaging
|
Summary: UCX is a communication library implementing high-performance messaging
|
||||||
|
|
||||||
License: BSD-3-Clause AND MIT AND CC-PDDC AND (BSD-3-Clause OR Apache-2.0)
|
License: BSD-3-Clause AND MIT AND CC-PDDC AND (BSD-3-Clause OR Apache-2.0)
|
||||||
@ -30,7 +30,7 @@ URL: http://www.openucx.org
|
|||||||
Source: https://github.com/openucx/%{name}/releases/download/v%{version}/ucx-%{version}.tar.gz
|
Source: https://github.com/openucx/%{name}/releases/download/v%{version}/ucx-%{version}.tar.gz
|
||||||
# BUILD/CONFIG: Keep CFLAGS and CXXFLAGS separate
|
# BUILD/CONFIG: Keep CFLAGS and CXXFLAGS separate
|
||||||
# Fixes build for https://fedoraproject.org/wiki/Changes/PortingToModernC
|
# Fixes build for https://fedoraproject.org/wiki/Changes/PortingToModernC
|
||||||
Patch0: https://github.com/openucx/%{name}/pull/9558.patch
|
Patch0: 9558.patch
|
||||||
Patch1: UCS-TIME-Fix-undeclared-INFINITY-error-in-ucs_time_u.patch
|
Patch1: UCS-TIME-Fix-undeclared-INFINITY-error-in-ucs_time_u.patch
|
||||||
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
@ -321,6 +321,10 @@ status, and more.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 22 2024 Kamal Heib <kheib@redhat.com> - 1.17.0-2
|
||||||
|
- Fix Unhandled patch file issue
|
||||||
|
Resolves: RHEL-24811
|
||||||
|
|
||||||
* Wed Nov 13 2024 Kamal Heib <kheib@redhat.com> - 1.17.0-1
|
* Wed Nov 13 2024 Kamal Heib <kheib@redhat.com> - 1.17.0-1
|
||||||
- Update to upstream release 1.17.0
|
- Update to upstream release 1.17.0
|
||||||
Resolves: RHEL-24811
|
Resolves: RHEL-24811
|
||||||
|
Loading…
Reference in New Issue
Block a user