- Guard against D-Bus LimitExceeded messages
This commit is contained in:
parent
05baa40a15
commit
dbe9cce746
@ -27,12 +27,13 @@ Name: NetworkManager
|
|||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.6.5
|
Version: 0.6.5
|
||||||
Release: 0.2.cvs20061025%{?dist}
|
Release: 0.3.cvs20061025%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.gnome.org/projects/NetworkManager/
|
URL: http://www.gnome.org/projects/NetworkManager/
|
||||||
Source: %{name}-%{version}.cvs20061025.tar.gz
|
Source: %{name}-%{version}.cvs20061025.tar.gz
|
||||||
Patch0: dbus1.patch
|
Patch0: dbus1.patch
|
||||||
|
Patch1: NetworkManager-0.6.4-DbusLimitExceeded.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
PreReq: chkconfig
|
PreReq: chkconfig
|
||||||
@ -135,6 +136,7 @@ NetworkManager functionality from applications that use glib.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-0.6.4
|
%setup -q -n %{name}-0.6.4
|
||||||
%patch0 -p1 -b .dbus1
|
%patch0 -p1 -b .dbus1
|
||||||
|
%patch1 -p1 -b .DbusLimitExceeded
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Even though we don't require named, we still build with it
|
# Even though we don't require named, we still build with it
|
||||||
@ -239,6 +241,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 8 2007 Christopher Aillon <caillon@redhat.com> - 1:0.6.5-0.3.cvs20061025
|
||||||
|
- Guard against D-Bus LimitExceeded messages
|
||||||
|
|
||||||
* Fri Feb 2 2007 Christopher Aillon <caillon@redhat.com> - 1:0.6.5-0.2.cvs20061025
|
* Fri Feb 2 2007 Christopher Aillon <caillon@redhat.com> - 1:0.6.5-0.2.cvs20061025
|
||||||
- Move .so file to -devel package
|
- Move .so file to -devel package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user