Hello community,

here is the log from the commit of package upower for openSUSE:Factory checked 
in at 2018-08-28 09:19:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/upower (Old)
 and      /work/SRC/openSUSE:Factory/.upower.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "upower"

Tue Aug 28 09:19:08 2018 rev:63 rq:629423 version:0.99.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/upower/upower.changes    2018-08-02 
14:55:08.279975134 +0200
+++ /work/SRC/openSUSE:Factory/.upower.new/upower.changes       2018-08-28 
09:19:12.335840203 +0200
@@ -1,0 +2,9 @@
+Wed Aug 15 13:06:56 UTC 2018 - [email protected]
+
+- Add upower-remove-privatenetwork.patch: Remove
+  PrivateNetwork=true from upower.service. Upower needs to receive
+  device uevents via AF_NETLINK socket otherwise it can't detect
+  plug/unplug events.
+  See https://gitlab.freedesktop.org/upower/upower/issues/68
+
+-------------------------------------------------------------------

New:
----
  upower-remove-privatenetwork.patch

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

Other differences:
------------------
++++++ upower.spec ++++++
--- /var/tmp/diff_new_pack.kpU3Xh/_old  2018-08-28 09:19:12.875841921 +0200
+++ /var/tmp/diff_new_pack.kpU3Xh/_new  2018-08-28 09:19:12.879841934 +0200
@@ -32,6 +32,8 @@
 Source0:        
https://gitlab.freedesktop.org/upower/upower/uploads/9125ab7ee96fdc4ecc68cfefb50c1cab/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE upower-hibernate-insteadof-hybridsleep.patch 
boo#985741 [email protected] -- Set the system per default to hibernate, not 
hybridsleep
 Patch0:         upower-hibernate-insteadof-hybridsleep.patch
+# PATCH-FIX-UPSTREAM upower-remove-privatenetwork.patch -- Remove 
PrivateNetwork=true from upower.service
+Patch1:         upower-remove-privatenetwork.patch
 
 BuildRequires:  gobject-introspection-devel >= 0.9.9
 BuildRequires:  gtk-doc >= 1.11

++++++ upower-remove-privatenetwork.patch ++++++
From: Michael Biebl <[email protected]>
Date: Thu, 5 Jul 2018 14:04:22 +0200
Subject: Remove PrivateNetwork=true from upower.service

upower needs to receive device uevents via AF_NETLINK socket otherwise
it can't detect plug/unplug events.

See https://gitlab.freedesktop.org/upower/upower/issues/68

---
 src/upower.service.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/upower.service.in b/src/upower.service.in
index 835529a..6e58e33 100644
--- a/src/upower.service.in
+++ b/src/upower.service.in
@@ -16,9 +16,6 @@ ReadWritePaths=@historydir@
 ProtectHome=true
 PrivateTmp=true
 
-# Network
-PrivateNetwork=true
-
 # Execute Mappings
 MemoryDenyWriteExecute=true
 

Reply via email to