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():