Hello community, here is the log from the commit of package bcc for openSUSE:Factory checked in at 2020-01-22 22:43:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bcc (Old) and /work/SRC/openSUSE:Factory/.bcc.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bcc" Wed Jan 22 22:43:15 2020 rev:35 rq:766225 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bcc/bcc.changes 2019-12-24 14:30:10.838582063 +0100 +++ /work/SRC/openSUSE:Factory/.bcc.new.26092/bcc.changes 2020-01-22 22:43:31.088492464 +0100 @@ -1,0 +2,6 @@ +Mon Jan 20 12:32:51 UTC 2020 - Ondřej Súkup <[email protected]> + +- drop python2 bindings +- don't require python3-devel package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bcc.spec ++++++ --- /var/tmp/diff_new_pack.WOwzem/_old 2020-01-22 22:43:32.488493168 +0100 +++ /var/tmp/diff_new_pack.WOwzem/_new 2020-01-22 22:43:32.492493170 +0100 @@ -1,7 +1,7 @@ # # spec file for package bcc # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -57,10 +57,7 @@ BuildRequires: luajit-devel %endif BuildRequires: pkg-config -BuildRequires: python-devel -BuildRequires: python-setuptools -BuildRequires: python3-devel -BuildRequires: python3-setuptools +BuildRequires: python3-base %description BCC is a toolkit for creating efficient kernel tracing and manipulation @@ -83,18 +80,6 @@ %description devel Headers and pkg-config build descriptions for developing BCC programs. -%package -n python2-bcc -Summary: Python2 bindings for the BPF Compiler Collection -Group: Development/Languages/Python -Requires: kernel >= 4.1.0 -Requires: kernel-devel >= 4.1.0 -Requires: libbcc0 = %{version} -Provides: python-bcc = %{version} -Obsoletes: python-bcc < %{version} - -%description -n python2-bcc -Python 2.x bindings for the BPF Compiler Collection. - %package -n python3-bcc Summary: Python3 bindings for the BPF Compiler Collection Group: Development/Languages/Python @@ -210,13 +195,6 @@ rm -f %{buildroot}/%{_bindir}/bps %endif -# For python2-bcc (should be removed in the future) -cmake -DPYTHON_CMD=python2 .. -pushd src/python/ -make %{?_smp_mflags} VERBOSE=1 -%make_install -popd - popd %post -n libbcc0 -p /sbin/ldconfig @@ -235,9 +213,6 @@ %{_libdir}/libbcc.so.* %{_libdir}/libbcc_bpf.so.* -%files -n python2-bcc -%{python_sitelib}/bcc* - %files -n python3-bcc %{python3_sitelib}/bcc*
