Compare commits

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

14 commits

Author SHA1 Message Date
remi
cf4357f4aa EL-4 is now EOL, so become unuseful 2012-03-01 16:48:19 +01:00
Dennis Gilmore
752b62676c - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:31:01 -06:00
Dennis Gilmore
0d04b30dcc - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 02:18:21 -06:00
David Malcolm
b8468c39c9 recompiling .py files against Python 2.7 (rhbz#623421) 2010-08-11 18:42:56 -04:00
Fedora Release Engineering
3ea8656ad7 dist-git conversion 2010-07-29 16:25:50 +00:00
bcf9093981 improve python 2.6 patch - fix FTBFS #564994 2010-02-14 07:08:50 +00:00
Bill Nottingham
5007f4a434 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:36 +00:00
064a8c6c16 fix python 2.6 warnings (#521869) 2009-09-26 13:55:32 +00:00
Jesse Keating
5842f0fa4f - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:56:58 +00:00
cac20c6946 fix python 2.6 issue (with is a reserved keyword) 2009-05-16 19:01:30 +00:00
Jesse Keating
9eecab6b93 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 18:21:35 +00:00
Ignacio Vazquez-Abrams
7e45f67d04 Rebuild for Python 2.6 2008-12-01 15:00:56 +00:00
Jason ティビツ
6e893ccd6d - Fix license tag. 2008-08-11 23:58:01 +00:00
bdb4d27039 auto-import yum-arch-2.2.2-2.fc7 on branch devel from
yum-arch-2.2.2-2.fc7.src.rpm
2007-02-20 16:09:11 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: yum-arch
# $Id$
NAME := yum-arch
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)

1
dead.package Normal file
View file

@ -0,0 +1 @@
EL-4 is now EOL, so become unuseful

View file