diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : modem-manager
version : 1.10.0
-release : 10
+release : 11
source :
- git|https://github.com/freedesktop/ModemManager.git : 1.10.0
license :
@@ -15,7 +15,6 @@
- pkgconfig(qmi-glib)
setup : |
%reconfigure --disable-static \
- --with-dbus-sys-dir=/usr/share/dbus-1/system.d \
--with-systemd-suspend-resume=yes \
--with-udev-base-dir=%libdir%/udev
build : |
@@ -23,6 +22,6 @@
install : |
%make_install
- # Create the required alias for it to start via dbus activation
- install -dm00755 $installdir/%libdir%/systemd/system
- ln -sf %libdir%/systemd/system/ModemManager.service $installdir/%libdir%/systemd/system/dbus-org.freedesktop.ModemManager1.service
+ # Enable modemmanager service by default
+ install -dm00755 $installdir/%libdir%/systemd/system/multi-user.target.wants
+ ln -sv %libdir%/systemd/system/ModemManager.service $installdir/%libdir%/systemd/system/multi-user.target.wants
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
modem-manager
- Philipp Trulson
- philipp@trulson.de
+ Jarno Turkki
+ watpi@posteo.net
GPL-2.0-or-later
LGPL-2.1-or-later
@@ -11,7 +11,7 @@
GNOME Modem Manager
GNOME Modem Manager
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
modem-manager
@@ -20,6 +20,7 @@
network.base
+ /etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf
/usr/bin/mmcli
/usr/lib/systemd/system/ModemManager.service
/usr/lib64/ModemManager/libmm-plugin-altair-lte.so
@@ -58,7 +59,7 @@
/usr/lib64/girepository-1.0/ModemManager-1.0.typelib
/usr/lib64/libmm-glib.so.0
/usr/lib64/libmm-glib.so.0.4.0
- /usr/lib64/systemd/system/dbus-org.freedesktop.ModemManager1.service
+ /usr/lib64/systemd/system/multi-user.target.wants/ModemManager.service
/usr/lib64/udev/rules.d/77-mm-cinterion-port-types.rules
/usr/lib64/udev/rules.d/77-mm-dell-port-types.rules
/usr/lib64/udev/rules.d/77-mm-ericsson-mbm.rules
@@ -98,7 +99,6 @@
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Sms.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.xml
/usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service
- /usr/share/dbus-1/system.d/org.freedesktop.ModemManager1.conf
/usr/share/gir-1.0/ModemManager-1.0.gir
/usr/share/icons/hicolor/22x22/apps/ModemManager.png
/usr/share/locale/cs/LC_MESSAGES/ModemManager.mo
@@ -126,7 +126,7 @@
programming.devel
- modem-manager
+ modem-manager
/usr/include/ModemManager/ModemManager-compat.h
@@ -190,12 +190,12 @@
-
- 2019-02-22
+
+ 2019-04-16
1.10.0
Packaging update
- Philipp Trulson
- philipp@trulson.de
+ Jarno Turkki
+ watpi@posteo.net
\ No newline at end of file