From bdd58e62ea740577ff248a2e04f19ceed906f9a7 Mon Sep 17 00:00:00 2001 From: Yalei Li Date: Tue, 12 Jan 2021 19:05:37 +0800 Subject: [PATCH] rhel: Fix libunwind dev package. There is no unwind-devel package, only libunwind-devel package is found. No error is reported with libunwind-devel during compilation. Fixes: 7e0c91eb0714 ("debian and rhel: Add libunwind dev package.") Signed-off-by: Yalei Li Acked-by: Tonghao Zhang Signed-off-by: Ilya Maximets --- 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 b0383ed75ed..ee8b3c9eac4 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