diff --git a/.cvsignore b/.cvsignore index a2fc063..fffbaf8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lldpad-0.9.29.tar.gz +lldpad-0.9.32.tar.gz diff --git a/lldpad-0.9.19-init-lsb.patch b/lldpad-0.9.19-init-lsb.patch index 2a35e01..aa61278 100644 --- a/lldpad-0.9.19-init-lsb.patch +++ b/lldpad-0.9.19-init-lsb.patch @@ -1,13 +1,14 @@ --- lldpad-0.9.26/lldpad.init.orig 2010-02-25 10:32:30.000000000 +0100 +++ lldpad-0.9.26/lldpad.init 2010-02-25 10:52:52.000000000 +0100 -@@ -151,12 +151,14 @@ +@@ -151,6 +151,7 @@ # See how we were called. case "$1" in start) + [ "$EUID" = "0" ] || exit 4 echo -n $"Starting $LLDPAD: " + $LLDPAD_BIN -k start_daemon $LLDPAD_BIN -d $OPTIONS - rc_status -v +@@ -158,6 +159,7 @@ [ $? -eq 0 ] && touch /var/lock/subsys/lldpad ;; stop) diff --git a/lldpad.spec b/lldpad.spec index c67222f..4c9bc82 100644 --- a/lldpad.spec +++ b/lldpad.spec @@ -1,6 +1,6 @@ Name: lldpad -Version: 0.9.29 -Release: 2%{?dist} +Version: 0.9.32 +Release: 1%{?dist} Summary: Intel LLDP Agent Group: System Environment/Daemons @@ -105,6 +105,10 @@ test -e %{_includedir}/dcbd && `rm -f %{_includedir}/dcbd` %changelog +* Mon Apr 12 2010 Jan Zeleny - 0.9.32-1 +- rebased to 0.9.32 (various enhancements and bugfixes, see + lldpad-0.9.32-relnotes.txt on http://e1000.sf.net for complete list) + * Thu Mar 25 2010 Jan Zeleny - 0.9.29-2 - added Provides and Obsoletes tags to devel subpackage diff --git a/sources b/sources index 3de0c04..c2fb1cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e008b98e5d2583e980ef127a245aec7 lldpad-0.9.29.tar.gz +72cb15898847b76ae8d2aaf5da00c7ad lldpad-0.9.32.tar.gz