[ModemManager] Don't print GSM cell location at default log level (rh #1194492)

Daniel Williams dcbw at fedoraproject.org
Mon Mar 2 20:41:05 UTC 2015


commit 02ab402defdb7eb506537727867ef12924b3e8fb
Author: Dan Williams <dcbw at redhat.com>
Date:   Mon Mar 2 14:40:42 2015 -0600

    Don't print GSM cell location at default log level (rh #1194492)

 ModemManager.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/ModemManager.spec b/ModemManager.spec
index ab58c07..5592bd5 100644
--- a/ModemManager.spec
+++ b/ModemManager.spec
@@ -7,7 +7,7 @@
 Summary: Mobile broadband modem management service
 Name: ModemManager
 Version: 1.4.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 #
 # Source from http://freedesktop.org/software/ModemManager/
 #
@@ -34,6 +34,7 @@ BuildRequires: vala-tools vala-devel
 BuildRequires: dbus
 
 Patch0: buildsys-hates-openpty.patch
+Patch1: 0001-iface-modem-location-don-t-print-location-info-to-sy.patch
 
 %description
 The ModemManager service manages WWAN modems and provides a consistent API for
@@ -83,6 +84,7 @@ Vala bindings for ModemManager
 %prep
 %setup -q
 %patch0 -p1 -b .pty
+%patch1 -p1 -b .dont-print-location
 
 %build
 
@@ -170,6 +172,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/vala/vapi/libmm-glib.*
 
 %changelog
+* Mon Mar  2 2015 Dan Williams <dcbw at redhat.com> - 1.4.4-2
+- Don't print location information in logs (rh #1194492)
+
 * Wed Feb 11 2015 Lubomir Rintel <lkundrak at v3.sk> - 1.4.4-1
 - Update to 1.4.4 release
 


More information about the scm-commits mailing list