Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2019-03-13 09:09:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-mini (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint-mini.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint-mini"

Wed Mar 13 09:09:44 2019 rev:91 rq:679245 version:1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes        
2019-01-03 18:03:30.748306582 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new.28833/rpmlint-mini.changes     
2019-03-13 09:09:49.859420173 +0100
@@ -1,0 +2,10 @@
+Mon Feb 25 13:58:53 UTC 2019 - matthias.gerst...@suse.com
+
+- Add dependency to new polkit-whitelisting subpackage of polkit-default-privs
+  and embed the JSON file for polkit rules.d whitelistings. This is necessary
+  for the upcoming implementation of a new rpmlint-check to cover files in
+  /etc/polkit-1/rules.d and /usr/share/polkit-1/rules.d (bsc#1125314).
+- For this we will also need the json python module, since the new whitelist
+  will be in the JSON format.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmlint-mini.spec ++++++
--- /var/tmp/diff_new_pack.cN0l7i/_old  2019-03-13 09:09:52.255419926 +0100
+++ /var/tmp/diff_new_pack.cN0l7i/_new  2019-03-13 09:09:52.287419923 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmlint-mini
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -38,6 +38,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  polkit-default-privs
+BuildRequires:  polkit-whitelisting
 BuildRequires:  rpmlint
 #!BuildIgnore:  rpmlint-mini
 Requires:       cpio
@@ -79,6 +80,7 @@
 # extra data
 install -m 755 -d %{buildroot}/opt/testing/share/rpmlint/data
 install -m 644 %{_sysconfdir}/polkit-default-privs.standard 
%{buildroot}/opt/testing/share/rpmlint/data
+install -m 644 %{_sysconfdir}/polkit-rules-whitelist.json 
%{buildroot}/opt/testing/share/rpmlint/data
 #
 pushd %{_libdir}/python%{py3_ver}/
 for f in $(<%{SOURCE100}); do

++++++ polkit-default-privs.config ++++++
--- /var/tmp/diff_new_pack.cN0l7i/_old  2019-03-13 09:09:52.799419870 +0100
+++ /var/tmp/diff_new_pack.cN0l7i/_new  2019-03-13 09:09:52.815419868 +0100
@@ -1,2 +1,3 @@
 # vim: syntax=python
 setOption("PolkitPrivsFiles", [ 
"/opt/testing/share/rpmlint/data/polkit-default-privs.standard" ])
+setOption("PolkitRulesWhitelist", [ 
"/opt/testing/share/rpmlint/data/polkit-rules-whitelist.json" ])

++++++ rpmlint-deps.txt ++++++
--- /var/tmp/diff_new_pack.cN0l7i/_old  2019-03-13 09:09:52.995419850 +0100
+++ /var/tmp/diff_new_pack.cN0l7i/_new  2019-03-13 09:09:53.011419848 +0100
@@ -51,6 +51,11 @@
 importlib/machinery.py
 importlib/util.py
 io.py
+json/decoder.py
+json/scanner.py
+json/encoder.py
+json/__init__.py
+json/tool.py
 keyword.py
 lib-dynload/array.cpython-3?m-*-linux-gnu*.so
 lib-dynload/_asyncio.cpython-3?m-*-linux-gnu*.so


Reply via email to