Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2017-07-08 12:34:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxc (Old)
 and      /work/SRC/openSUSE:Factory/.lxc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxc"

Sat Jul  8 12:34:15 2017 rev:73 rq:508214 version:2.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2017-05-27 13:17:16.336774253 
+0200
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes     2017-07-08 
12:34:44.331581436 +0200
@@ -1,0 +2,5 @@
+Tue Jul  4 19:41:07 UTC 2017 - [email protected]
+
+- added workaround for #bsc1041291 to allow builds on Tumbleweed with gcc7, 
until this bug in gcc7 is fixed...
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lxc.spec ++++++
--- /var/tmp/diff_new_pack.mIPl3A/_old  2017-07-08 12:34:44.919498510 +0200
+++ /var/tmp/diff_new_pack.mIPl3A/_new  2017-07-08 12:34:44.923497946 +0200
@@ -47,6 +47,10 @@
 BuildRequires:  pkg-config
 BuildRequires:  python3-devel
 
+%if 0%{?suse_version} >= 1320
+BuildRequires:  automake libtool
+%endif
+
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd
 %endif
@@ -96,6 +100,14 @@
 
 %build
 chmod 755 configure
+%if 0%{?suse_version} >= 1320
+sed -i 's/-Werror"/-Werror -Wno-error=format-truncation"/g' configure.ac
+grep Werror configure.ac
+%define _configure ./autogen.sh
+PATH=$PATH:/usr/sbin:/sbin %configure
+
+%define _configure ./configure
+%endif
 %configure --disable-examples \
        --disable-rpath \
        --with-init-script=systemd \



Reply via email to