Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2018-05-10 15:44:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint"

Thu May 10 15:44:47 2018 rev:294 rq:605823 version:1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint-tests.changes    2018-02-25 
11:33:28.573977134 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint-tests.changes       
2018-05-10 15:44:49.975306729 +0200
@@ -1,0 +2,6 @@
+Wed May  9 11:48:47 UTC 2018 - lnus...@suse.de
+
+- add rpmlint-tests-sle15.patch to fix rpmlint-tests build for
+  sle/leap 15
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2018-05-06 
15:00:13.279772353 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes     2018-05-10 
15:44:52.087229329 +0200
@@ -1,0 +2,5 @@
+Fri May  4 17:06:53 UTC 2018 - ok...@suse.com
+
+- Add 'synapse' user and group.
+
+-------------------------------------------------------------------

New:
----
  rpmlint-tests-sle15.patch

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

Other differences:
------------------
++++++ rpmlint-tests.spec ++++++
--- /var/tmp/diff_new_pack.r06Y5G/_old  2018-05-10 15:44:53.443179634 +0200
+++ /var/tmp/diff_new_pack.r06Y5G/_new  2018-05-10 15:44:53.443179634 +0200
@@ -32,6 +32,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://www.opensuse.org/
 Source:         rpmlint-tests-%version.tar.xz
+Patch0:         rpmlint-tests-sle15.patch
 
 %description
 This package doesn't actually contain any files and is not meant to
@@ -40,6 +41,9 @@
 
 %prep
 %setup -q
+%if 0%{?sle_version} >= 1500
+%patch0 -p1
+%endif
 
 %build
 mkdir rpms

++++++ config ++++++
--- /var/tmp/diff_new_pack.r06Y5G/_old  2018-05-10 15:44:53.615173330 +0200
+++ /var/tmp/diff_new_pack.r06Y5G/_new  2018-05-10 15:44:53.619173184 +0200
@@ -468,6 +468,7 @@
     'sshd',
     'suse-ncc',
     'svn',
+    'synapse',
     'sys',
     'systemd-journal',
     'systemd-journal-gateway',
@@ -650,6 +651,7 @@
     'statd',
     'suse-ncc',
     'svn',
+    'synapse',
     'systemd-journal-gateway'
     'tftp',
     'tomcat',

++++++ rpmlint-tests-sle15.patch ++++++
>From af1ec4e64647ec4b6bf550ba822165c563a40ad6 Mon Sep 17 00:00:00 2001
From: Ludwig Nussel <ludwig.nus...@suse.de>
Date: Wed, 9 May 2018 13:50:54 +0200
Subject: [PATCH] Revert "polkit: adjust reference output to match
 corresponding change in rpmlint-checks"

This reverts commit f4dfbdc2cc367245537df410353a64d67cbcc519.
---
 tests/polkit.ref | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/polkit.ref b/tests/polkit.ref
index fb214ea..22dd180 100644
--- a/tests/polkit.ref
+++ b/tests/polkit.ref
@@ -1,6 +1,6 @@
 polkit: I: polkit-cant-acquire-privilege org.opensuse.test.bar 
(no:auth_admin:auth_admin)
+polkit: W: polkit-untracked-privilege org.opensuse.test.bar 
(no:auth_admin:auth_admin)
+polkit: W: polkit-untracked-privilege org.opensuse.test.foo 
(auth_admin:auth_admin:auth_admin)
 polkit: E: polkit-unauthorized-privilege (Badness: 10000) 
org.opensuse.test.baz (auth_admin:auth_admin:auth_self)
 polkit: E: polkit-unauthorized-privilege (Badness: 10000) 
org.opensuse.test.baz2 (auth_admin:auth_admin:yes)
-polkit: E: polkit-untracked-privilege (Badness: 10000) org.opensuse.test.bar 
(no:auth_admin:auth_admin)
-polkit: E: polkit-untracked-privilege (Badness: 10000) org.opensuse.test.foo 
(auth_admin:auth_admin:auth_admin)
-1 packages and 0 specfiles checked; 4 errors, 0 warnings.
+1 packages and 0 specfiles checked; 2 errors, 2 warnings.
-- 
2.16.3


Reply via email to