Hello community, here is the log from the commit of package setools for openSUSE:Factory checked in at 2017-06-28 10:36:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/setools (Old) and /work/SRC/openSUSE:Factory/.setools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "setools" Wed Jun 28 10:36:46 2017 rev:28 rq:506438 version:3.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/setools/setools.changes 2016-08-29 15:41:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.setools.new/setools.changes 2017-06-28 10:36:48.119000594 +0200 @@ -1,0 +2,6 @@ +Mon Jun 26 16:30:02 UTC 2017 - [email protected] + +- Added implicit-fortify-decl.patch to prevent warnings about implicit + declarations + +------------------------------------------------------------------- New: ---- implicit-fortify-decl.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ setools.spec ++++++ --- /var/tmp/diff_new_pack.DfdJE4/_old 2017-06-28 10:36:48.918887433 +0200 +++ /var/tmp/diff_new_pack.DfdJE4/_new 2017-06-28 10:36:48.918887433 +0200 @@ -1,7 +1,7 @@ # # spec file for package setools # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,6 +40,7 @@ Patch10: %{name}-libsepol.patch Patch23: add-to-header-define_cond_filename_trans.patch Patch24: setools-tclass.patch +Patch25: implicit-fortify-decl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf @@ -231,6 +232,7 @@ %patch10 -p1 %patch23 -p1 %patch24 -p1 +%patch25 -p1 %build autoreconf -fi ++++++ implicit-fortify-decl.patch ++++++ Index: setools3-setools-3.3.8/libqpol/src/policy.c =================================================================== --- setools3-setools-3.3.8.orig/libqpol/src/policy.c 2013-01-16 17:36:04.000000000 +0100 +++ setools3-setools-3.3.8/libqpol/src/policy.c 2017-06-26 16:13:22.393132548 +0200 @@ -26,6 +26,10 @@ #include <config.h> +#include <sys/types.h> +#include <sys/stat.h> +#include <unistd.h> + #include "qpol_internal.h" #include <assert.h> #include <byteswap.h>
