Hello community, here is the log from the commit of package sysstat for openSUSE:Factory checked in at 2016-05-29 03:12:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sysstat (Old) and /work/SRC/openSUSE:Factory/.sysstat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sysstat" Changes: -------- --- /work/SRC/openSUSE:Factory/sysstat/sysstat.changes 2015-11-24 22:33:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sysstat.new/sysstat.changes 2016-05-29 03:13:21.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 25 01:57:31 CEST 2016 - [email protected] + +- skip libsensors on s390/s390x + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysstat.spec ++++++ --- /var/tmp/diff_new_pack.d86LzC/_old 2016-05-29 03:13:22.000000000 +0200 +++ /var/tmp/diff_new_pack.d86LzC/_new 2016-05-29 03:13:22.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package sysstat # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -40,7 +40,9 @@ # PATCH-FIX-OPENSUSE avoid build dates in generated files Patch4: sysstat-9.0.4-no-build-date.patch BuildRequires: findutils +%ifnarch s390 s390x BuildRequires: libsensors4-devel +%endif BuildRequires: pkg-config BuildRequires: sed BuildRequires: systemd-rpm-macros @@ -91,8 +93,10 @@ --enable-nls \ --disable-man-group \ --enable-debug-info \ - --disable-stripping \ - --enable-sensors +%ifnarch s390 s390x + --enable-sensors \ +%endif + --disable-stripping make %{?_smp_mflags} %install
