Compare commits

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

17 commits

Author SHA1 Message Date
Matt Domsch
8f177d5c37 retire package 2011-06-23 09:46:04 -05:00
Matt Domsch
21476aad1e Package is retired 2011-06-23 09:45:11 -05:00
Dennis Gilmore
2f8f0e2ed3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:37:47 -06:00
Fedora Release Engineering
e54cbaacc1 dist-git conversion 2010-07-29 15:05:18 +00:00
Bill Nottingham
e4064a6daf Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:22 +00:00
Jesse Keating
89c93f00bb - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:55:23 +00:00
1563c4bee2 Forgot to add patch ... 2009-06-12 12:26:50 +00:00
0d33fe3023 - Fix for libvirt 0.6: Libvirt.D.memory_peek now requires write permission
to the hypervisor connection.
2009-06-12 12:23:16 +00:00
e092c6f872 - 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
Jesse Keating
03dcced931 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 00:33:26 +00:00
bb9170ff14 Avoid stack overflow on ppc64. 2008-12-05 20:25:43 +00:00
f82e6287b8 - Rebuild for OCaml 3.11.0.
- Fix for bitstring 2.0.0.
- Fix for dynlink.cma dep on camlp4.
2008-12-05 20:05:57 +00:00
91d954f77f Rebuild for OCaml 3.11.0. 2008-12-05 17:58:01 +00:00
33d9705eda - Forgot to add the new sources to previous release.
Mon Aug 25 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.1-1
- New upstream release 0.3.1.
2008-08-25 14:03:37 +00:00
ce6801be22 - New upstream release 0.3.1. 2008-08-25 13:57:28 +00:00
fc7864bd91 - Bump release to ensure upgrade path between releases. 2008-08-12 17:45:07 +00:00
3b773b8cf9 Initial import. 2008-08-12 17:40:06 +00:00
4 changed files with 15 additions and 21 deletions

View file

View file

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

15
dead.package Normal file
View file

@ -0,0 +1,15 @@
Package is retired
From devel-bounces@lists.fedoraproject.org Thu Jun 23 02:38:31 2011
Date: Thu, 23 Jun 2011 08:38:15 +0100
From: "Richard W.M. Jones" <rjones@redhat.com>
To: Matt Domsch <Matt_Domsch@dell.com>
Subject: Re: Fedora rawhide FTBFS status 2011-06-16 x86_64
Cc: devel@lists.fedoraproject.org
On Wed, Jun 22, 2011 at 07:17:45PM -0500, Matt Domsch wrote:
> virt-mem-0.3.1-9.fc12 (build/make) rjones,virtmaint
This is a dead.package, or if it's not then it's supposed to be dead.
Rich.

View file