Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
abd5e9ff07 | ||
|
|
3f193d4f2e | ||
|
|
f5e81f5c17 | ||
|
|
56fd887922 |
5 changed files with 6 additions and 24 deletions
|
|
@ -1 +0,0 @@
|
|||
vbetool-1.2.1.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
vbetool-1.2.2.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
6a94f1c69c348de65e14a4ad9acbf795 vbetool-1.2.1.tar.bz2
|
||||
6d7ffb0c059b1a0d187ca7201efc3a73 vbetool-1.2.2.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: vbetool
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Run real-mode video BIOS code to alter hardware state
|
||||
|
||||
|
|
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_sysconfdir}/udev/rules.d/92-video-post.rules
|
||||
|
||||
%changelog
|
||||
* Fri Oct 02 2009 Dave Airlie <airlied@redhat.com> 1.2.2-1
|
||||
- update to 1.2.2 - fixes infinte loops on s/r (#516694)
|
||||
|
||||
* Wed Aug 05 2009 Dave Airlie <airlied@redhat.com> 1.2.1-1
|
||||
- rebase to 1.2.1 and install the udev rules
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue