Hello community,

here is the log from the commit of package bolt for openSUSE:Factory checked in 
at 2019-02-26 22:19:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bolt (Old)
 and      /work/SRC/openSUSE:Factory/.bolt.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bolt"

Tue Feb 26 22:19:25 2019 rev:2 rq:678235 version:0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/bolt/bolt.changes        2019-01-21 
10:47:58.416193755 +0100
+++ /work/SRC/openSUSE:Factory/.bolt.new.28833/bolt.changes     2019-02-26 
22:19:50.130120784 +0100
@@ -1,0 +2,6 @@
+Fri Feb 22 13:22:06 UTC 2019 - Robert Frohl <rfr...@suse.com>
+
+- Move polkit rules file to into doc folder. The 'wheel' group has no special
+  privileges and the file did not have any effect. (boo#1125425)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bolt.spec ++++++
--- /var/tmp/diff_new_pack.yuSaM2/_old  2019-02-26 22:19:50.726120573 +0100
+++ /var/tmp/diff_new_pack.yuSaM2/_new  2019-02-26 22:19:50.730120572 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package usbguard
+# spec file for package bolt
 #
-# 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
@@ -64,6 +64,11 @@
 mkdir -p %{buildroot}/%{_sbindir}
 ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rcbolt
 
+# move polkit rules to doc folder: the wheel group does not have special
+# meaning on SUSE based distros
+mkdir -p %{buildroot}/%{_docdir}/bolt/
+mv %{buildroot}/usr/share/polkit-1/rules.d/org.freedesktop.bolt.rules 
%{buildroot}/%{_docdir}/bolt/
+
 %preun
 %service_del_preun bolt.service
 
@@ -84,10 +89,10 @@
 %{_sbindir}/rcbolt
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.bolt.conf
 %{_datadir}/polkit-1/actions/org.freedesktop.bolt.policy
-%{_datadir}/polkit-1/rules.d/org.freedesktop.bolt.rules
 %{_udevrulesdir}/90-bolt.rules
 %{_datadir}/dbus-1/interfaces/org.freedesktop.bolt.xml
 %{_datadir}/dbus-1/system-services/org.freedesktop.bolt.service 
+%{_docdir}/bolt/org.freedesktop.bolt.rules
 
 %files tools
 %{_bindir}/boltctl


Reply via email to