Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
a1400b35c1 dist-git conversion 2010-07-29 14:36:20 +00:00
Bill Nottingham
a13c9aba3c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:13:15 +00:00
75438a13a7 1.5. 2009-04-13 14:03:42 +00:00
Jesse Keating
034d343277 Initialize branch F-10 for ucarp 2008-11-07 04:49:42 +00:00
5 changed files with 20 additions and 24 deletions

View file

View file

@ -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)

View file

@ -1 +1 @@
9e1765de2eea1bb59c9ad9c8596f4f89 ucarp-1.4.tar.bz2
5b50ca5553bc520f4e639964c9ad5056 ucarp-1.5.tar.bz2

View file

@ -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

View file

@ -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 <limb@jcomserv.net> - 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 <rel-eng@lists.fedoraproject.org> - 1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun Feb 3 2008 Matthias Saou <http://freshrpms.net/> 1.4-1
- Update to 1.4.
- Rip out all of the "list" stuff and 255.255.255.255 address hack (#427495).