Update to latest CVS

This commit is contained in:
Daniel Williams 2004-10-12 15:04:51 +00:00
parent 88875efd4b
commit 52d9ce4a5c
2 changed files with 15 additions and 6 deletions

View File

@ -10,7 +10,7 @@ ExcludeArch: s390 s390x
Name: NetworkManager
Summary: A network link manager and user applications
Version: 0.2
Release: 3
Release: 4
Group: System Environment/Base
License: GPL
Source: %{name}-%{version}.tar.gz
@ -99,8 +99,10 @@ rm -rf $RPM_BUILD_ROOT
# Post-install
##################################
%post
/sbin/chkconfig --add NetworkManager
/sbin/chkconfig --level 123456 NetworkManager off
if ! chkconfig --list | grep NetworkManager | grep on; then
/sbin/chkconfig --add NetworkManager
/sbin/chkconfig --level 123456 NetworkManager off
fi
##################################
@ -141,18 +143,25 @@ fi
%files gnome
%defattr(-,root,root)
%{_bindir}/NetworkManagerInfo
%{_libexecdir}/NMWirelessApplet
%{_libdir}/bonobo/servers/NMWirelessApplet.server
%{_libexecdir}/NetworkManagerNotification
%{_sysconfdir}/dbus-1/system.d/NetworkManagerInfo.conf
%{_datadir}/pixmaps/NMWirelessApplet/*
%{_datadir}/gnome-2.0/ui/*
%{_datadir}/NetworkManagerInfo
%{_datadir}/NMWirelessApplet/wireless-applet.glade
%{_datadir}/icons/hicolor/48x48/apps/*.png
##################################
# Changelog
##################################
%changelog
* Tue Oct 12 2004 Dan Williams <dcbw@redhat.com> 0.2-4
- Update from CVS
- Improvements:
o Better link checking on wireless cards
o Panel applet now a Notification Area icon
o Static IP configuration support
* Mon Sep 13 2004 Dan Williams <dcbw@redhat.com> 0.2-3
- Update from CVS

View File

@ -1 +1 @@
9d0fc5a83f55cebe5aecb9a6f1f6ef7e NetworkManager-0.2.tar.gz
565f108911be8c5607a52f8c0153ae46 NetworkManager-0.2.tar.gz