On Mon, Jan 4, 2021 at 10:45 PM 蜘蛛侠的邻居 <[email protected]> wrote: > > 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 <[email protected]> > > --- > 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 You should use the git send-email to send the patch and don't reply directly. And add fix tag in next patch version Fixes: 7e0c91eb0714 ("debian and rhel: Add libunwind dev package.") > > ------------------ 原始邮件 ------------------ > 发件人: "Tonghao Zhang" <[email protected]>; > 发送时间: 2021年1月4日(星期一) 晚上9:21 > 收件人: "蜘蛛侠的邻居"<[email protected]>; > 抄送: "ovs dev"<[email protected]>;"Ilya Maximets"<[email protected]>; > 主题: Re: [ovs-dev] [PATCH] Change BuildRequires unwind-devel to libunwind-devel > > On Fri, Jan 1, 2021 at 2:39 AM liyalei <[email protected]> wrote: > Hi > Thanks for your patch, you should change the patch title and add > "Signed-off-by" > with your real name. BTW, if bugfix, you should add fixes tag. > More details: > https://docs.openvswitch.org/en/latest/internals/contributing/submitting-patches/ > > > --- > > 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 > > > > Description: > > There is no unwind-devel package, only libunwind-devel package is found, > > and no error is reported with libunwind-devel during compilation > > _______________________________________________ > > dev mailing list > > [email protected] > > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > > > -- > Best regards, Tonghao
-- Best regards, Tonghao _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
