diff mbox series

[ovs-dev] rhel: fix libunwind dev package

Message ID tencent_8C05B4DDAA8E6659E086022D3E731231AE09@qq.com
State Accepted
Headers show
Series [ovs-dev] rhel: fix libunwind dev package | expand

Commit Message

Yalei Li Jan. 12, 2021, 11:05 a.m. UTC
From: Yalei Li <liyl43@chinatelecom.cn>

Fixes: 7e0c91eb0714 ("debian and rhel: Add libunwind dev package.")
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@chinatelecom.cn>

---
 rhel/openvswitch.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tonghao Zhang Jan. 12, 2021, 11:47 a.m. UTC | #1
On Tue, Jan 12, 2021 at 7:07 PM Yalei Li <274268859@qq.com> wrote:
>
> From: Yalei Li <liyl43@chinatelecom.cn>
>
> Fixes: 7e0c91eb0714 ("debian and rhel: Add libunwind dev package.")
> 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@chinatelecom.cn>
Acked-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> ---
>  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
>
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Ilya Maximets Jan. 13, 2021, 11:33 p.m. UTC | #2
On 1/12/21 12:47 PM, Tonghao Zhang wrote:
> On Tue, Jan 12, 2021 at 7:07 PM Yalei Li <274268859@qq.com> wrote:
>>
>> From: Yalei Li <liyl43@chinatelecom.cn>
>>
>> Fixes: 7e0c91eb0714 ("debian and rhel: Add libunwind dev package.")
>> 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@chinatelecom.cn>
> Acked-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
>> ---

Thanks!  Applied to master and backported down to 2.13.

Best regards, Ilya Maximets.
diff mbox series

Patch

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