9aac0d6e13
removed patch base/libevent/files/libevent-disable-tests.patch Test: Build successfuly and deploy with 1 controller and 1 compute Both nodes enabled after deployment Task: 28040 Story: 2004203 Change-Id: I4d0e286d1398842189f196662cc0c20d8128209b
21 lines
606 B
Diff
21 lines
606 B
Diff
diff --git a/SPECS/libevent.spec b/SPECS/libevent.spec
|
|
index fd59ca3..9c6cc3e 100644
|
|
--- a/SPECS/libevent.spec
|
|
+++ b/SPECS/libevent.spec
|
|
@@ -13,6 +13,7 @@ BuildRequires: doxygen openssl-devel
|
|
Patch00: libevent-2.0.10-stable-configure.patch
|
|
# Disable network tests
|
|
Patch01: libevent-nonettests.patch
|
|
+Patch02: libevent-ipv6-client-socket.patch
|
|
|
|
%description
|
|
The libevent API provides a mechanism to execute a callback function
|
|
@@ -49,6 +50,7 @@ need to install %{name}-doc.
|
|
# 477685 - libevent-devel multilib conflict
|
|
%patch00 -p1
|
|
%patch01 -p1 -b .nonettests
|
|
+%patch02 -p1
|
|
|
|
%build
|
|
%configure \
|