- Close private D-Bus connections. (#232691)
This commit is contained in:
parent
a86ffd5557
commit
759f628567
@ -10,7 +10,7 @@ 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.5.svn2474%{?dist}
|
Release: 0.6.svn2474%{?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/
|
||||||
@ -18,6 +18,7 @@ Source: %{name}-%{version}.svn2474.tar.gz
|
|||||||
Source1: nm-applet-0.6.5.svn63.tar.gz
|
Source1: nm-applet-0.6.5.svn63.tar.gz
|
||||||
Patch0: NetworkManager-0.6.4-startup-dhcdbd.patch
|
Patch0: NetworkManager-0.6.4-startup-dhcdbd.patch
|
||||||
Patch1: NetworkManager-0.6.5-fixup-internal-applet-build.patch
|
Patch1: NetworkManager-0.6.5-fixup-internal-applet-build.patch
|
||||||
|
Patch2: NetworkManager-0.6.5-dbus-connection-close.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
PreReq: chkconfig
|
PreReq: chkconfig
|
||||||
@ -121,6 +122,8 @@ NetworkManager functionality from applications that use glib.
|
|||||||
tar -xzf %{SOURCE1}
|
tar -xzf %{SOURCE1}
|
||||||
%patch1 -p1 -b .buildfix
|
%patch1 -p1 -b .buildfix
|
||||||
|
|
||||||
|
%patch2 -p1 -b .dbus-connection-close
|
||||||
|
|
||||||
%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
|
||||||
# so that if the user installs it, NM will use it automatically
|
# so that if the user installs it, NM will use it automatically
|
||||||
@ -244,6 +247,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 28 2007 Matthew Barnes <mbarnes@redhat.com> 1:0.6.5-0.6.svn2474
|
||||||
|
- Close private D-Bus connections. (#232691)
|
||||||
|
|
||||||
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> 1:0.6.5-0.5.svn2474
|
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> 1:0.6.5-0.5.svn2474
|
||||||
- Fix a directory ownership issue. (#233763)
|
- Fix a directory ownership issue. (#233763)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user