[ovs-dev] [PATCH] rhel: Change buildrequires unwind-devel to libunwind-devel

liyalei 274268859 at qq.com
Tue Jan 5 02:42:52 UTC 2021


There is no unwind-devel package, only libunwind-devel package is found.
No error is reported with libunwind-devel during compilation.

Signed-off-by: Yalei Li <liyl43 at chinatelecom.cn>
---
 rhel/openvswitch.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in
index b0383ed75..ee8b3c9ea 100644
--- a/rhel/openvswitch.spec.in
+++ b/rhel/openvswitch.spec.in
@@ -39,7 +39,7 @@ BuildRequires: checkpolicy, selinux-policy-devel
 BuildRequires: autoconf, automake, libtool
 BuildRequires: python3-sphinx
 BuildRequires: unbound-devel
-BuildRequires: unwind-devel
+BuildRequires: libunwind-devel
 
 %bcond_without check
 %bcond_with check_datapath_kernel
-- 
2.27.0



More information about the dev mailing list