Don't print GSM cell location at default log level (rh #1194492)
This commit is contained in:
parent
b8d878710c
commit
02ab402def
@ -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@redhat.com> - 1.4.4-2
|
||||
- Don't print location information in logs (rh #1194492)
|
||||
|
||||
* Wed Feb 11 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.4.4-1
|
||||
- Update to 1.4.4 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user