!6 remove python2 dependency

From: @xinghe_1
Reviewed-by: @SuperSix173
Signed-off-by: @SuperSix173
This commit is contained in:
openeuler-ci-bot 2020-10-30 10:42:45 +08:00 committed by Gitee
commit 8de042f298

View File

@ -1,6 +1,6 @@
Name: lttng-ust
Version: 2.10.1
Release: 7
Release: 8
Summary: LTTng Userspace Tracer library
License: LGPLv2 and GPLv2 and MIT
URL: https://lttng.org
@ -8,7 +8,7 @@ URL: https://lttng.org
Source0: https://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2
Patch0: Fix-namespace-our-gettid-wrapper.patch
BuildRequires: python2 libuuid-devel texinfo autoconf automake libtool
BuildRequires: libuuid-devel autoconf automake libtool
BuildRequires: userspace-rcu-devel >= 0.8.0
%description
@ -59,6 +59,9 @@ make check
%{_docdir}/%{name}/*
%changelog
* Fri Oct 30 2020 xinghe <xinghe1@huawei.com> - 2.10.1-8
- remove python2 dependency
* Thu Jul 30 2020 jinzhimin<jinzhimin2@huawei.com> - 2.10.1-7
- Add patch to build on glibc >= 2.30