Hello community, here is the log from the commit of package lttng-ust for openSUSE:Factory checked in at 2018-01-21 15:47:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lttng-ust (Old) and /work/SRC/openSUSE:Factory/.lttng-ust.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lttng-ust" Sun Jan 21 15:47:54 2018 rev:3 rq:567670 version:2.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lttng-ust/lttng-ust.changes 2018-01-02 16:33:03.395113664 +0100 +++ /work/SRC/openSUSE:Factory/.lttng-ust.new/lttng-ust.changes 2018-01-21 15:47:55.504860897 +0100 @@ -1,0 +2,8 @@ +Fri Jan 19 11:50:18 UTC 2018 - [email protected] + +- Format with spec-cleaner +- Drop tex/asciidoc/xmlto dependencies as the manpages are already + generated in the tarball so we produce the same result and this + way we are not pulling in python2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lttng-ust.spec ++++++ --- /var/tmp/diff_new_pack.ljF8lM/_old 2018-01-21 15:47:56.164829929 +0100 +++ /var/tmp/diff_new_pack.ljF8lM/_new 2018-01-21 15:47:56.164829929 +0100 @@ -1,7 +1,7 @@ # # spec file for package lttng-ust # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,15 +30,11 @@ Source2: %{name}.keyring # PATCH-FIX-OPENSUSE lttng-ust-copying.patch Patch0: lttng-ust-copying.patch -BuildRequires: asciidoc BuildRequires: gcc-c++ BuildRequires: liburcu-devel BuildRequires: pkgconfig -BuildRequires: python -BuildRequires: texinfo -BuildRequires: xmlto BuildRequires: pkgconfig(uuid) -ExclusiveArch: %ix86 x86_64 aarch64 ppc64 ppc64le +ExclusiveArch: %{ix86} x86_64 aarch64 ppc64 ppc64le %description This library may be used by user space applications to generate @@ -90,12 +86,16 @@ %setup -q %patch0 -p1 +# Fix env shebang +sed -i -e "1s|^#!.*$|#!%{_bindir}/python3|" tools/lttng-gen-tp + %build %configure \ + --disable-silent-rules \ --docdir=%{_docdir}/%{name} \ --disable-static \ --disable-maintainer-mode -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %install %make_install @@ -103,11 +103,8 @@ rm -rf %{buildroot}/tmp/lttng-ust-divert %post -n liblttng-ust%{sover} -p /sbin/ldconfig - %postun -nliblttng-ust%{sover} -p /sbin/ldconfig - %post -n liblttng-ust-ctl%{sover_ctl} -p /sbin/ldconfig - %postun -nliblttng-ust-ctl%{sover_ctl} -p /sbin/ldconfig %files -n liblttng-ust%{sover}
