- Update to CVS
- Updates to link detection, DHCP code - Remove NMLaunchHelper so we start up faster and don't block for a connection. This means services that depend on the network may fail if they start right after NM - Make sure DHCP renew/rebinding works
This commit is contained in:
parent
d644ecdc1c
commit
2a53d4571d
@ -10,7 +10,7 @@ ExcludeArch: s390 s390x
|
|||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: A network link manager and user applications
|
Summary: A network link manager and user applications
|
||||||
Version: 0.3.2
|
Version: 0.3.2
|
||||||
Release: 3.cvs20041117
|
Release: 4.3.cvs20041208
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
@ -133,7 +133,6 @@ fi
|
|||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_includedir}/NetworkManager/NetworkManager.h
|
%{_includedir}/NetworkManager/NetworkManager.h
|
||||||
%{_bindir}/NMLoadModules
|
%{_bindir}/NMLoadModules
|
||||||
%{_bindir}/NMLaunchHelper
|
|
||||||
%{_bindir}/NetworkManagerDispatcher
|
%{_bindir}/NetworkManagerDispatcher
|
||||||
%dir %{_sysconfdir}/dbus-1/system.d
|
%dir %{_sysconfdir}/dbus-1/system.d
|
||||||
%config %{_sysconfdir}/dbus-1/system.d/%{name}.conf
|
%config %{_sysconfdir}/dbus-1/system.d/%{name}.conf
|
||||||
@ -155,6 +154,14 @@ fi
|
|||||||
# Changelog
|
# Changelog
|
||||||
##################################
|
##################################
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 8 2004 <dcbw@redhat.com> - 0.3.2-4.3.cvs20041208
|
||||||
|
- Update to CVS
|
||||||
|
- Updates to link detection, DHCP code
|
||||||
|
- Remove NMLaunchHelper so we start up faster and don't
|
||||||
|
block for a connection. This means services that depend
|
||||||
|
on the network may fail if they start right after NM
|
||||||
|
- Make sure DHCP renew/rebinding works
|
||||||
|
|
||||||
* Wed Nov 17 2004 <dcbw@redhat.com> - 0.3.2-3.cvs20041117
|
* Wed Nov 17 2004 <dcbw@redhat.com> - 0.3.2-3.cvs20041117
|
||||||
- Update to CVS
|
- Update to CVS
|
||||||
- Fixes to link detection
|
- Fixes to link detection
|
||||||
|
Loading…
Reference in New Issue
Block a user