Compare commits

...

4 Commits
master ... f12

Author SHA1 Message Date
Fedora Release Engineering af0849b7ea dist-git conversion 2010-07-28 17:42:38 +00:00
Bill Nottingham 716dd30a53 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:17:46 +00:00
Nalin Dahyabhai 6e3dae9fa2 add a disttag 2009-10-13 15:54:35 +00:00
Jesse Keating 6ecc3056ff Initialize branch F-12 for hesiod 2009-09-29 05:04:31 +00:00
3 changed files with 4 additions and 22 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: hesiod
# $Id: Makefile,v 1.1 2004/09/09 06:05:47 cvsdist Exp $
NAME := hesiod
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),)
# attempt 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,6 +1,6 @@
Name: hesiod
Version: 3.1.0
Release: 16
Release: 17%{?dist}
Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesiod-%{version}.tar.gz
Patch0: hesiod-3.1.0-classes.patch
Patch1: hesiod-3.1.0-env.patch
@ -34,6 +34,9 @@ ensure synchronize the files among multiple hosts. This package contains
the header files and libraries required for building programs which use Hesiod.
%changelog
* Tue Oct 13 2009 Nalin Dahyabhai <nalin@redhat.com> - 3.1.0-17
- add a disttag
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild