From patchwork Thu Sep 17 11:52:42 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: heinzm@sourceware.org X-Patchwork-Id: 48267 Received: from hormel.redhat.com (hormel1.redhat.com [209.132.177.33]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8HBqwI3025354 for ; Thu, 17 Sep 2009 11:52:58 GMT Received: from listman.util.phx.redhat.com (listman.util.phx.redhat.com [10.8.4.110]) by hormel.redhat.com (Postfix) with ESMTP id E7BB761A2C7; Thu, 17 Sep 2009 07:52:57 -0400 (EDT) Received: from int-mx02.intmail.prod.int.phx2.redhat.com (nat-pool.util.phx.redhat.com [10.8.5.200]) by listman.util.phx.redhat.com (8.13.1/8.13.1) with ESMTP id n8HBqvJj009170 for ; Thu, 17 Sep 2009 07:52:57 -0400 Received: from mx1.redhat.com (ext-mx09.extmail.prod.ext.phx2.redhat.com [10.5.110.13]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8HBquC5029223 for ; Thu, 17 Sep 2009 07:52:56 -0400 Received: from sourceware.org (sourceware.org [209.132.176.174]) by mx1.redhat.com (8.13.8/8.13.8) with SMTP id n8HBqhXk030090 for ; Thu, 17 Sep 2009 07:52:43 -0400 Received: (qmail 29709 invoked by uid 9450); 17 Sep 2009 11:52:42 -0000 Date: 17 Sep 2009 11:52:42 -0000 Message-ID: <20090917115242.29707.qmail@sourceware.org> From: heinzm@sourceware.org To: dm-cvs@sourceware.org, dm-devel@redhat.com X-RedHat-Spam-Score: -3.804 (AWL,RCVD_IN_DNSWL_MED) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.13 X-loop: dm-devel@redhat.com Cc: Subject: [dm-devel] dmraid dmraid.spec X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.5 Precedence: junk Reply-To: device-mapper development List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com CVSROOT: /cvs/dm Module name: dmraid Changes by: heinzm@sourceware.org 2009-09-17 11:52:42 Modified files: . : dmraid.spec Log message: Add device-mapper-event build dependency Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/dmraid.spec.diff?cvsroot=dm&r1=1.7&r2=1.8 --- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel --- dmraid/dmraid.spec 2009/09/16 13:17:09 1.7 +++ dmraid/dmraid.spec 2009/09/17 11:52:41 1.8 @@ -12,8 +12,13 @@ Group: System Environment/Base URL: http://people.redhat.com/heinzm/sw/dmraid BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -BuildRequires: device-mapper >= 1.02.02-2, device-mapper-devel, libselinux-devel, libsepol-devel -Requires: dmraid-events kpartx +BuildRequires: device-mapper >= 1.02.02-2 +BuildRequires: device-mapper-devel +BuildRequires: device-mapper-event +BuildRequires: libselinux-devel +BuildRequires: libsepol-devel +Requires: dmraid-events +Requires: kpartx Requires(postun): ldconfig Requires(post): ldconfig Source: ftp://people.redhat.com/heinzm/sw/dmraid/src/%{name}-%{version}.tar.bz2