Hello community,

here is the log from the commit of package ModemManager for openSUSE:Factory 
checked in at 2014-08-25 11:54:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ModemManager (Old)
 and      /work/SRC/openSUSE:Factory/.ModemManager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ModemManager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ModemManager/ModemManager.changes        
2014-02-03 11:13:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes   
2014-08-25 11:54:28.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Aug 20 08:29:18 UTC 2014 - [email protected]
+
+- Add ModemManager-1.0.0-systemd-activation.patch: Fix systemd dbus
+  activation (bnc#892682). Systemd does not honor Alias= lines in
+  install sections; that only works if the service file in question
+  is actually enabled. So the dbus service file must refer to
+  ModemManager.service.
+
+-------------------------------------------------------------------

New:
----
  ModemManager-1.0.0-systemd-activation.patch

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

Other differences:
------------------
++++++ ModemManager.spec ++++++
--- /var/tmp/diff_new_pack.9uul1l/_old  2014-08-25 11:54:29.000000000 +0200
+++ /var/tmp/diff_new_pack.9uul1l/_new  2014-08-25 11:54:29.000000000 +0200
@@ -24,6 +24,8 @@
 Group:          Productivity/Networking/System
 Url:            http://cgit.freedesktop.org/ModemManager/ModemManager
 Source0:        
http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE ModemManager-1.0.0-systemd-activation.patch bnc#892682 
[email protected] -- Fix systemd dbus activation
+Patch0:         ModemManager-1.0.0-systemd-activation.patch
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.40.0
@@ -68,6 +70,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 pppddir=`ls -1d %{_libdir}/pppd/2*`

++++++ ModemManager-1.0.0-systemd-activation.patch ++++++
Index: ModemManager-1.0.0/data/org.freedesktop.ModemManager1.service.in
===================================================================
--- ModemManager-1.0.0.orig/data/org.freedesktop.ModemManager1.service.in
+++ ModemManager-1.0.0/data/org.freedesktop.ModemManager1.service.in
@@ -8,4 +8,4 @@
 Name=org.freedesktop.ModemManager1
 Exec=@sbindir@/ModemManager
 User=root
-SystemdService=dbus-org.freedesktop.ModemManager1.service
+SystemdService=ModemManager.service
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to