psss / rpms / libguestfs

Forked from rpms/libguestfs 5 years ago
Clone
Blob Blame History Raw
From a61d5f78cad9d28df1955dc33755a5d822dca208 Mon Sep 17 00:00:00 2001
From: Richard W.M. Jones <rjones@redhat.com>
Date: Fri, 22 Jun 2012 13:15:49 +0100
Subject: [PATCH 17/20] EPEL 5: Remove Fedora MD test images.

On RHEL 5, mdadm is not able to create md devices with aliases,
eg. '/dev/md/boot'.
---
 tests/guests/Makefile.am |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

diff --git a/tests/guests/Makefile.am b/tests/guests/Makefile.am
index 77ce61b..ad8ca5a 100644
--- a/tests/guests/Makefile.am
+++ b/tests/guests/Makefile.am
@@ -38,7 +38,7 @@ EXTRA_DIST = \
 
 # This is 'check_DATA' because we don't need it until 'make check'
 # time and we need the tools we have built in order to make it.
-check_DATA = debian.img fedora.img fedora-md1.img fedora-md2.img ubuntu.img windows.img
+check_DATA = debian.img fedora.img ubuntu.img windows.img
 
 CLEANFILES = $(check_DATA) stamp-fedora-md.img
 
@@ -51,19 +51,6 @@ fedora.img: guest-aux/make-fedora-img.pl \
 	LAYOUT=partitions \
 	../../run --test $<
 
-# Make a (dummy) Fedora image using md devices
-fedora-md1.img fedora-md2.img: stamp-fedora-md.img
-
-stamp-fedora-md.img: guest-aux/make-fedora-img.pl \
-		guest-aux/fedora-name.db \
-		guest-aux/fedora-packages.db
-	rm -f $@
-	TMPDIR=$(top_builddir) \
-	SRCDIR=$(srcdir) \
-	LAYOUT=partitions-md \
-	../../run --test $<
-	touch $@
-
 guest-aux/fedora-name.db: guest-aux/fedora-name.db.txt
 	rm -f $@ $@-t
 	mkdir -p guest-aux
-- 
1.7.4.1