Compare commits

...

4 Commits
master ... f9

Author SHA1 Message Date
Fedora Release Engineering 4ac24d5881 dist-git conversion 2010-07-29 11:22:45 +00:00
Bill Nottingham 1b9e50fc51 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:27:13 +00:00
Ville Skyttä be8dc8f198 Remove LSB 2.0 tarball from CVS, it's in the lookaside cache. 2009-08-08 21:26:07 +00:00
Jesse Keating 56bc50b49b Initialize branch F-9 for redhat-lsb 2008-04-21 18:14:46 +00:00
4 changed files with 2 additions and 21 deletions

View File

@ -6,3 +6,4 @@ redhat-lsb-3.1-2.tar.bz2
redhat-lsb-3.1-3.tar.bz2
redhat-lsb-3.1-4.tar.bz2
redhat-lsb-3.1-5.tar.bz2
lsb-release-2.0.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: redhat-lsb
# $Id: Makefile,v 1.1 2004/09/09 11:25:19 cvsdist Exp $
NAME := redhat-lsb
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)

Binary file not shown.

View File

@ -7,3 +7,4 @@ f252ed03702b93eb09e9448e48acd767 redhat-lsb-3.1-1.tar.bz2
5a80bf847206e339203f66eac9430c4b redhat-lsb-3.1-3.tar.bz2
7f388b809484b42faf92004995db3239 redhat-lsb-3.1-4.tar.bz2
12f2f2ee2e03d6c861109965326294ff redhat-lsb-3.1-5.tar.bz2
f4b50cc38065cf46e9102fd357d1eb0b lsb-release-2.0.tar.gz