From b0cb0e829cef65cfffe6db45b834045ecfb8a881a0e34ef103c4aad13869ffa3 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 7 Jun 2018 10:00:03 +0000 Subject: [PATCH] silent rpmlint OBS-URL: https://build.opensuse.org/package/show/server:mail/mailutils?expand=0&rev=6 --- silent-rpmlint-with_initgroups.patch | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/silent-rpmlint-with_initgroups.patch b/silent-rpmlint-with_initgroups.patch index 190d622..fa48a5f 100644 --- a/silent-rpmlint-with_initgroups.patch +++ b/silent-rpmlint-with_initgroups.patch @@ -1,7 +1,8 @@ --- comsat/comsat.c | 1 + + comsat/comsat.h | 1 + pop3d/user.c | 4 +++- - 2 files changed, 4 insertions(+), 1 deletion(-) + 3 files changed, 5 insertions(+), 1 deletion(-) --- comsat/comsat.c +++ comsat/comsat.c 2018-06-07 08:51:30.882263156 +0000 @@ -13,6 +14,16 @@ setgid (pw->pw_gid); setuid (pw->pw_uid); chdir (pw->pw_dir); +--- comsat/comsat.h ++++ comsat/comsat.h 2018-06-07 09:57:24.467620564 +0000 +@@ -36,6 +36,7 @@ + #include + #include + #include ++#include + + #include + --- pop3d/user.c +++ pop3d/user.c 2018-06-07 08:56:38.448784813 +0000 @@ -38,8 +38,10 @@ pop3d_begin_session ()