Compare commits

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

13 commits

Author SHA1 Message Date
Fedora Release Engineering
76932e7aec dist-git conversion 2010-07-29 15:04:41 +00:00
c9d3028d4c In Fedora 11 and above, virt-df package has been rewritten using
libguestfs, and is now built as a subpackage of libguestfs.
2009-07-10 13:58:41 +00:00
ad9d60767f - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
2009-04-16 09:26:14 +00:00
8066b74b82 - New upstream version 2.1.5.
- Remove patch for camlp4, since it's now upstream.
2009-03-10 11:20:53 +00:00
Jesse Keating
adf4c24190 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 00:30:40 +00:00
3800fa32fb Patch to fix camlp4 parsing problem in 3.11.0. 2008-12-05 16:33:54 +00:00
223dea981c - Fix incorrect sources file.
- Remove bogus Plural-Forms line from zh_CN PO file.
2008-10-21 09:58:47 +00:00
2346b80b3a - New upstream version 2.1.4.
- Requires bitstring >= 2.0.0 because of data corruptor fix.
2008-10-21 09:28:15 +00:00
fd2d865283 - New upstream version 2.1.3.
- Rebuild with patch fuzz.
- bitmatch -> bitstring.
- Upload new sources.
2008-08-28 17:12:56 +00:00
c6eccc293f - New upstream version 2.1.3.
- Rebuild with patch fuzz.
- bitmatch -> bitstring.
2008-08-28 17:08:24 +00:00
07b6e46fcd Rebuild with patch fuzz. 2008-08-28 16:45:16 +00:00
31321536b0 - New upstream version 2.1.2. 2008-07-11 12:23:01 +00:00
ed7d0475de Initial import. 2008-05-19 16:34:47 +00:00
5 changed files with 3 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
virt-df-2.1.5.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: virt-df
# $Id$
NAME := virt-df
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
dead.package Normal file
View file

@ -0,0 +1,2 @@
In Fedora 11 and above, this package has been rewritten using
libguestfs, and is now built as a subpackage of libguestfs.

View file