Hello community, here is the log from the commit of package mcstrans for openSUSE:Factory checked in at 2017-09-05 15:19:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mcstrans (Old) and /work/SRC/openSUSE:Factory/.mcstrans.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mcstrans" Tue Sep 5 15:19:57 2017 rev:19 rq:521033 version:0.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/mcstrans/mcstrans.changes 2015-06-23 11:56:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mcstrans.new/mcstrans.changes 2017-09-05 15:19:58.333159371 +0200 @@ -1,0 +2,6 @@ +Tue Sep 5 08:48:52 UTC 2017 - [email protected] + +- Added add_includes.patch to add additional includes and fix + Factory build + +------------------------------------------------------------------- New: ---- add_includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mcstrans.spec ++++++ --- /var/tmp/diff_new_pack.mHdQ54/_old 2017-09-05 15:19:59.964930003 +0200 +++ /var/tmp/diff_new_pack.mHdQ54/_new 2017-09-05 15:19:59.968929441 +0200 @@ -1,7 +1,7 @@ # # spec file for package mcstrans # -# Copyright (c) 2015 SUSE LINUX Products 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 @@ -19,13 +19,14 @@ Name: mcstrans Version: 0.3.3 Release: 0 -Url: http://fedora.redhat.com/ +Url: http://pkgs.fedoraproject.org/cgit/rpms/mcstrans.git Summary: SELinux Translation Daemon License: GPL-2.0+ Group: System/Management Source: %{name}-%{version}.tgz Source1: mcstransd.service Patch0: %{name}-%{version}-writepid.patch +Patch1: add_includes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: aaa_base BuildRequires: aaa_base @@ -54,6 +55,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build export CFLAGS="$RPM_OPT_FLAGS" ++++++ add_includes.patch ++++++ Index: mcstrans-0.3.3/src/mcstransd.c =================================================================== --- mcstrans-0.3.3.orig/src/mcstransd.c 2017-09-05 10:38:35.671557177 +0200 +++ mcstrans-0.3.3/src/mcstransd.c 2017-09-05 10:45:49.122557656 +0200 @@ -4,6 +4,7 @@ #include <sys/socket.h> #include <sys/poll.h> #include <sys/stat.h> +#include <sys/uio.h> #include <fcntl.h> #include <sys/un.h> #include <errno.h>
