From 628015a4d7c041334206e36830b9a2f3abaf45c6 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Wed, 2 Feb 2005 22:38:51 +0000 Subject: [PATCH] Merge from FC-3 branch --- NetworkManager.spec | 17 ++++++++++++++++- sources | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NetworkManager.spec b/NetworkManager.spec index 6805896..cccdfa9 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -117,7 +117,14 @@ functionality from applications that use glib. %build -%configure --with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named + +%if %{build_fc4} +%define configure_args "--with-named=/usr/sbin/named --with-named-dir=/var/named/data --with-named-user=named" +%else +%define configure_args %{nil} +%endif + +%configure %{configure_args} make @@ -211,6 +218,14 @@ fi * Mon Jan 24 2005 Than Ngo 0.3.3-1.cvs20050112.4 - rebuilt against new wireless tool +* Thu Jan 21 2005 - 0.3.3-1.cvs20050118 +- Fix issue where NM wouldn't recognize that access points were + encrypted, and then would try to connect without encryption +- Refine packaging to put client library in separate package +- Remove bind+caching-nameserver dep for FC-3, use 'nscd -i hosts' + instead. DNS queries may timeout now right after device + activation due to this change. + * Wed Jan 12 2005 - 0.3.3-1.cvs20050112 - Update to latest CVS - Fixes to DHCP code diff --git a/sources b/sources index 6e1fb8a..b61082f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6bf092c1d36ff7198904d6bb2235b4b NetworkManager-0.3.3.tar.gz +423ebc72eecddeb75de9472a82d93dee NetworkManager-0.3.3.tar.gz