summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorYalei Li <liyl43@chinatelecom.cn>2021-01-12 19:05:37 +0800
committerIlya Maximets <i.maximets@ovn.org>2021-01-13 15:54:43 +0100
commitbdd58e62ea740577ff248a2e04f19ceed906f9a7 (patch)
tree5cddbf3797a53ca9997ca2531172bfad13ff07f4 /rhel
parent7f79ae2fb677649e00868bf03b42fc81f7f293a3 (diff)
downloadopenvswitch-bdd58e62ea740577ff248a2e04f19ceed906f9a7.tar.gz
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 <liyl43@chinatelecom.cn> Acked-by: Tonghao Zhang <xiangxia.m.yue@gmail.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/openvswitch.spec.in2
1 files changed, 1 insertions, 1 deletions
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