From bd0a32e11f6060d57fb44c4c63d382a334846ac9 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Sep 14 2009 06:54:47 +0000 Subject: add e2fsprogs-devel to build dependencies --- diff --git a/xen.spec b/xen.spec index 8a370e9..2735b00 100644 --- a/xen.spec +++ b/xen.spec @@ -6,7 +6,7 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 3.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Group: Development/Libraries License: GPLv2+ and LGPLv2+ and BSD URL: http://xen.org/ @@ -66,6 +66,8 @@ BuildRequires: openssl-devel BuildRequires: pciutils-devel # modern compressed kernels BuildRequires: bzip2-devel xz-devel +# libfsimage +BuildRequires: e2fsprogs-devel Requires: bridge-utils Requires: udev >= 059 Requires: xen-runtime = %{version}-%{release} @@ -462,6 +464,9 @@ rm -rf %{buildroot} %{_libdir}/*.a %changelog +* Mon Sep 14 2009 Gerd Hoffmann - 3.4.1-4 +- add e2fsprogs-devel to build dependencies. + * Tue Sep 2 2009 Gerd Hoffmann - 3.4.1-3 - swap bzip2+xz linux kernel compression support patches. - backport one more bugfix (videoram option).