- BuildRequire wireless-tools-devel
- Update the BuildRoot tag
This commit is contained in:
parent
1951e3e98c
commit
6dfa3f98af
@ -27,7 +27,7 @@ Name: NetworkManager
|
|||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.6.4
|
Version: 0.6.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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/
|
||||||
@ -35,6 +35,7 @@ Source: %{name}-%{version}.cvs20060829.tar.gz
|
|||||||
Patch0: NetworkManager-0.6.4-old-dbus.patch
|
Patch0: NetworkManager-0.6.4-old-dbus.patch
|
||||||
Patch1: NetworkManager-0.6.4-fc5-specialcase-madwifi.patch
|
Patch1: NetworkManager-0.6.4-fc5-specialcase-madwifi.patch
|
||||||
Patch2: NetworkManager-0.6.4-startup-dhcdbd.patch
|
Patch2: NetworkManager-0.6.4-startup-dhcdbd.patch
|
||||||
|
Patch3: NetworkManager-0.6.4-applet-redraw.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
PreReq: chkconfig
|
PreReq: chkconfig
|
||||||
@ -140,6 +141,7 @@ NetworkManager functionality from applications that use glib.
|
|||||||
%patch1 -p1 -b .specialcase-madwifi
|
%patch1 -p1 -b .specialcase-madwifi
|
||||||
%endif
|
%endif
|
||||||
%patch2 -p1 -b .startup-dhcdbd
|
%patch2 -p1 -b .startup-dhcdbd
|
||||||
|
%patch3 -p1 -b .applet-redraw
|
||||||
|
|
||||||
%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
|
||||||
@ -240,6 +242,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 4 2006 Christopher Aillon <caillon@redhat.com> - 1:0.6.4-5
|
||||||
|
- Don't wake up to redraw if NM is inactive (#204850)
|
||||||
|
|
||||||
* Wed Aug 30 2006 Bill Nottingham <notting@redhat.com> - 1:0.6.4-4
|
* Wed Aug 30 2006 Bill Nottingham <notting@redhat.com> - 1:0.6.4-4
|
||||||
- add epochs in requirements
|
- add epochs in requirements
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user