base-specs/nwam-manager.spec
changeset 14595 3de6dfb2e100
parent 14574 6b0ced9e7c94
child 14805 786d1403a6d2
--- a/base-specs/nwam-manager.spec	Thu Nov 13 14:35:23 2008 +0000
+++ b/base-specs/nwam-manager.spec	Thu Nov 13 17:22:10 2008 +0000
@@ -20,6 +20,8 @@
 %endif
 # date:2008-11-10 owner:dkenny type:bug bugzilla:4677
 Patch1:       nwam-manager-01-wpa.diff
+# date:2008-11-13 owner:dkenny type:bug bugster:6764186
+Patch2:       nwam-manager-02-new-aps.diff
 URL:          http://www.opensolaris.org/os/project/nwam
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_defaultdocdir}/%{name}
@@ -51,6 +53,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 %ifos linux
@@ -113,6 +116,10 @@
 %{_includedir}/nwam/*
 
 %changelog
+* Thu Nov 13 2008 - [email protected]
+- Added patch nwam-manager-02-new-aps.diff to fix bug#6764186 where on some
+  machines there are a lot of notifications of new wireless networks being
+  found.
 * Mon Nov 10 2008 - [email protected]
 - Added patch to fix bug#4677 where WPA passwords are not being passed to NWAM
   when requested.