diff --git a/.cvsignore b/.cvsignore index 09aec27..fa23fc3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ NetworkManager-0.2.tar.gz NetworkManager-0.3.tar.gz NetworkManager-0.3.1.tar.gz +NetworkManager-0.3.2.tar.gz diff --git a/NetworkManager.spec b/NetworkManager.spec index 9b0c211..d7ecd67 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -10,14 +10,12 @@ ExcludeArch: s390 s390x Name: NetworkManager Summary: A network link manager and user applications Version: 0.3.2 -Release: 2.cvs20041029 +Release: 2.cvs20041115 Group: System Environment/Base License: GPL Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -Patch0: NetworkManager-0.3.2-full-device-support.patch - ######################## PreReq: chkconfig Requires: wireless-tools >= 27 @@ -71,8 +69,6 @@ networks. %prep %setup -q -%patch0 -p1 -b .full-device-support - ################################## # Build @@ -90,7 +86,7 @@ make rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT - +rm -f $RPM_BUILD_ROOT/%{_bindir}/dhcp_test ################################## # Clean @@ -159,6 +155,11 @@ fi # Changelog ################################## %changelog +* Mon Nov 11 2004 - 0.3.2-4.cvs20041115 +- Update to CVS +- Much better link detection, works with Open System authentication +- Blacklist wireless cards rather than whitelisting them + * Fri Oct 29 2004 - 0.3.2-2.cvs20041029 - #rh134893# NetworkManagerInfo and the panel-icon life-cycle - #rh134895# Status icon should hide when in Wired-only mode diff --git a/sources b/sources index 0e5bdf5..d464748 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a59d8c5a0e3d9b3ed42edda9fb932575 NetworkManager-0.3.2.tar.gz +eb99255c310e10058849a8ab173876b6 NetworkManager-0.3.2.tar.gz