From 37e676814d32ce92c8a8c8bf45512caba1fb1cf2 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 2 Feb 2020 00:38:39 +0300 Subject: [PATCH] ModemManager --- .../connection/mobile-broadband-provider-info/pspec.xml | 9 ++++++++- util/admin/logrotate/actions.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/network/connection/mobile-broadband-provider-info/pspec.xml b/network/connection/mobile-broadband-provider-info/pspec.xml index cf27dd673a..dfaacb6d23 100644 --- a/network/connection/mobile-broadband-provider-info/pspec.xml +++ b/network/connection/mobile-broadband-provider-info/pspec.xml @@ -12,7 +12,7 @@ data Service provider specific settings of mobile broadband providers in different countries The mobile-broadband-provider-info package contains listings of mobile broadband (3G) providers and associated network and plan information. - ftp://ftp.gnome.org/pub/gnome/sources/mobile-broadband-provider-info/20170310/mobile-broadband-provider-info-20170310.tar.xz + ftp://ftp.gnome.org/pub/gnome/sources/mobile-broadband-provider-info/20190618/mobile-broadband-provider-info-20190618.tar.xz @@ -23,6 +23,13 @@ + + 2020-02-02 + 20190618 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-14 20170310 diff --git a/util/admin/logrotate/actions.py b/util/admin/logrotate/actions.py index c68b14de40..cf0984b779 100644 --- a/util/admin/logrotate/actions.py +++ b/util/admin/logrotate/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - shelltools.system("sed -i '/exit 5/s/^/echo uncompress failed -- skipping #/' test/test") + #shelltools.system("sed -i '/exit 5/s/^/echo uncompress failed -- skipping #/' test/test") autotools.configure() def build():