From 5a5d2ae2a9f00990ed3bf0782d669757ef3b831e Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Sat, 22 Apr 2006 18:17:56 +0000 Subject: [PATCH] exclude archs that aren't building --- lvm2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lvm2.spec b/lvm2.spec index 613273e..914af8d 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,7 +1,7 @@ Summary: Userland logical volume management tools Name: lvm2 Version: 2.02.05 -Release: 1.0 +Release: 1.1 License: GPL Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -15,6 +15,7 @@ BuildRequires: readline-devel Requires: device-mapper >= 1.02.05 Conflicts: lvm Obsoletes: lvm +ExcludeArch: s390 s390x %define _exec_prefix /usr @@ -66,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT /var/lock/lvm %changelog +* Sat Apr 22 2006 Alasdair Kergon - 2.02.05-1.1 +- Exclude archs that aren't building. + * Fri Apr 21 2006 Alasdair Kergon - 2.02.05-1.0 - Fix VG uuid comparisons.