- Don't prune networks until they've gone MIA for three scans, not one.
This commit is contained in:
parent
7608f788d8
commit
14607ee681
@ -15,7 +15,7 @@ ExcludeArch: s390 s390x
|
|||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Release: 15%{?nm_cvs_version}
|
Release: 16%{?nm_cvs_version}
|
||||||
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/
|
||||||
@ -23,6 +23,7 @@ Source: %{name}-%{version}%{?nm_cvs_version}.tar.gz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
Patch0: special-case-madwifi.patch
|
Patch0: special-case-madwifi.patch
|
||||||
|
Patch1: three-scan-prune.patch
|
||||||
|
|
||||||
PreReq: chkconfig
|
PreReq: chkconfig
|
||||||
Requires: wireless-tools >= %{wireless_tools_version}
|
Requires: wireless-tools >= %{wireless_tools_version}
|
||||||
@ -117,6 +118,7 @@ NetworkManager functionality from applications that use glib.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0 -b .madwifi
|
%patch0 -p0 -b .madwifi
|
||||||
|
%patch1 -p0 -b .three-scan-prune
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named --enable-notify=yes
|
%configure --with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named --enable-notify=yes
|
||||||
@ -214,6 +216,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 27 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-16.cvs20060227
|
||||||
|
- Don't prune networks until they've gone MIA for three scans, not one.
|
||||||
|
|
||||||
* Mon Feb 27 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-15.cvs20060227
|
* Mon Feb 27 2006 Christopher Aillon <caillon@redhat.com> 0.5.1-15.cvs20060227
|
||||||
- Update snapshot, which fixes up the libnotify stuff.
|
- Update snapshot, which fixes up the libnotify stuff.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user