diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 503525f..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: ucarp -# $Id$ -NAME := ucarp -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/sources b/sources index 377eabe..5c48d2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e1765de2eea1bb59c9ad9c8596f4f89 ucarp-1.4.tar.bz2 +5b50ca5553bc520f4e639964c9ad5056 ucarp-1.5.tar.bz2 diff --git a/ucarp.init b/ucarp.init index edaf06d..c7f6296 100755 --- a/ucarp.init +++ b/ucarp.init @@ -4,6 +4,16 @@ # chkconfig: - 91 09 # description: Starts and stops the common address redundancy protocol daemon +### BEGIN INIT INFO +# Provides: lsb-ucarp +# Required-Start: $local_fs $network $remote_fs +# Required-Stop: $local_fs $network $remote_fs +# Default-Start: +# Default-Stop: 0 1 6 +# Short-Description: start and stop ucarp +# Description: Common Address Redundancy Protocol (CARP) for Unix +### END INIT INFO + # Source function library. . /etc/init.d/functions diff --git a/ucarp.spec b/ucarp.spec index 27b0d95..0da0a6f 100644 --- a/ucarp.spec +++ b/ucarp.spec @@ -1,6 +1,6 @@ Summary: Common Address Redundancy Protocol (CARP) for Unix Name: ucarp -Version: 1.4 +Version: 1.5 Release: 1%{?dist} # See the COPYING file which details everything License: MIT and BSD @@ -97,8 +97,15 @@ fi %{_libexecdir}/ucarp/ %{_sbindir}/ucarp - %changelog +* Mon Apr 13 2009 Jon Ciesla - 1.5-1 +- Update to 1.5 BZ 458767. +- Added LSB header to init script, BZ 247082. +- New upstream should address BZ 427495, 449266, 455394. + +* Wed Feb 25 2009 Fedora Release Engineering - 1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Feb 3 2008 Matthias Saou 1.4-1 - Update to 1.4. - Rip out all of the "list" stuff and 255.255.255.255 address hack (#427495).