From f260401f00ec00136902b2060b1bc662f537be49 Mon Sep 17 00:00:00 2001 From: Suchakra Sharma Date: Thu, 6 Aug 2015 21:05:51 -0400 Subject: [PATCH] Remove remaining BR for SystemTap SDT and add python as a BR --- lttng-ust.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lttng-ust.spec b/lttng-ust.spec index 4f5fd5f..0558dc3 100644 --- a/lttng-ust.spec +++ b/lttng-ust.spec @@ -1,13 +1,14 @@ Name: lttng-ust Version: 2.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 and GPLv2 and MIT Group: Development/Libraries Summary: LTTng Userspace Tracer library URL: http://lttng.org Source0: http://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2 -BuildRequires: libuuid-devel texinfo systemtap-sdt-devel libtool +BuildRequires: python +BuildRequires: libuuid-devel texinfo libtool BuildRequires: userspace-rcu-devel >= 0.8.0 BuildRequires: libtool autoconf automake @@ -74,6 +75,9 @@ rm -vf %{buildroot}%{_libdir}/*.la %{_docdir}/%{name}/examples/* %changelog +* Thu Aug 6 2015 Suchakra Sharma - 2.6.2-2 +- Remove remaining BR for SystemTap SDT and add python as a BR + * Thu Jul 23 2015 Michael Jeanson - 2.6.2-1 - New upstream release - Drop SystemTap SDT support