Hello community, here is the log from the commit of package systemtap for openSUSE:Factory checked in at 2017-11-14 14:18:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemtap (Old) and /work/SRC/openSUSE:Factory/.systemtap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemtap" Tue Nov 14 14:18:56 2017 rev:96 rq:540630 version:3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes 2017-04-24 09:45:35.743011965 +0200 +++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap.changes 2017-11-14 14:18:59.539744882 +0100 @@ -1,0 +2,7 @@ +Fri Nov 10 12:48:28 UTC 2017 - [email protected] + +- Use pytho3 by default (fate#323526) + * Do not explicitly require python by subpackage, dependency gets + generated automatically + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemtap.spec ++++++ --- /var/tmp/diff_new_pack.9jmsgF/_old 2017-11-14 14:19:01.423676156 +0100 +++ /var/tmp/diff_new_pack.9jmsgF/_new 2017-11-14 14:19:01.423676156 +0100 @@ -42,6 +42,7 @@ BuildRequires: mozilla-nss-devel BuildRequires: mozilla-nss-tools BuildRequires: pkg-config +BuildRequires: python3-base BuildRequires: sqlite-devel BuildRequires: systemd Requires: %{name}-runtime = %{version}-%{release} @@ -84,7 +85,6 @@ Summary: Static probe support tools Group: Development/Tools/Debuggers Requires: %{name} = %{version}-%{release} -Requires: python-base %description sdt-devel SystemTap is an instrumentation system for systems running Linux. @@ -96,11 +96,14 @@ %patch2 -p1 %build -%configure --disable-docs --docdir=%{_docdir}/systemtap -make %{?_smp_mflags} +%configure \ + --disable-docs \ + --with-python3 \ + --docdir=%{_docdir}/systemtap +make %{?_smp_mflags} V=1 %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install # XXX rm -f %{buildroot}%{_libexecdir}/systemtap/stap-server-request # README, AUTHORS, NEWS, man3 and all examples packaged by systemtap-docs
