Compare commits

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

20 commits

Author SHA1 Message Date
Adam Jackson
c7be324f33 Suspend not supported under UMS. Not installed by default since F13. 2012-06-04 11:02:28 -04:00
Dennis Gilmore
bff1aa20a8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 01:46:05 -06:00
Fedora Release Engineering
421002f0bb dist-git conversion 2010-07-29 14:54:25 +00:00
Bill Nottingham
c999164668 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:19 +00:00
Dave Airlie
71ee7cd2cf - rebase to 1.2.1 and install the udev rules 2009-08-05 03:59:58 +00:00
Dave Airlie
905e49f044 update BR/reqs 2009-08-04 02:52:33 +00:00
Dave Airlie
53c7ca5ac8 - rebase to vbetool 1.2.0 2009-08-04 00:06:34 +00:00
Dave Airlie
f332e56010 - pciacccess.patch: post to use libpciaccess
- vgaarbpost.patch: use vga arb to post secondaries
2009-07-31 03:57:44 +00:00
Dave Airlie
c46609ebbc - pciacccess.patch: post to use libpciaccess
- vgaarbpost.patch: use vga arb to post secondaries
2009-07-31 01:54:39 +00:00
Jesse Keating
600f381b23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:44:54 +00:00
6090bddfce - ExcludeArch s390, s390x 2009-05-07 13:11:06 +00:00
Jesse Keating
9eb3199d15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 23:50:17 +00:00
Dennis Gilmore
640055636e exclude sparc arches no sys/io.h 2009-01-14 21:07:01 +00:00
Matthew Garrett
c41233a8c5 - update to version 1.1 2008-05-20 19:45:17 +00:00
6815259eec - remove overriding of CFLAGS for x86emu 2008-03-25 19:43:25 +00:00
Jesse Keating
693953cdeb - Autorebuild for GCC 4.3 2008-02-20 05:20:28 +00:00
f51c45e52b - libz.a is now in a -static subpackage, add to BR 2007-12-02 15:24:01 +00:00
Adam Jackson
ba7062d31a - Build with x86emu everywhere for uniformity of bugs and consistency with
X.
2007-11-13 22:29:22 +00:00
5cc59d3ebd add bug number of ppc(64) ExcludeArch bugs 2007-09-11 22:31:24 +00:00
de4614dd5e initial import 2007-09-10 22:56:27 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vbetool
# $Id$
NAME := vbetool
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 @@
Suspend not supported under UMS. Not installed by default since F13.

View file