From 05e0955e8386eca5638deb65f5c398820bff7a25 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Wed, 1 Feb 2012 08:20:40 +0100 Subject: [PATCH] fix build requires Signed-off-by: Fabio M. Di Nitto --- dlm.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dlm.spec b/dlm.spec index 5e95a0b..74d889c 100644 --- a/dlm.spec +++ b/dlm.spec @@ -7,13 +7,12 @@ Group: System Environment/Kernel Summary: Cluster control daemon and tool URL: https://fedorahosted.org/cluster BuildRequires: glibc-kernheaders -BuildRequires: corosynclib-devel +BuildRequires: corosynclib-devel >= 1.99.0 +BuildRequires: libxml2-devel BuildRequires: systemd-units Requires: %{name}-lib = %{version}-%{release} Source0: http://people.redhat.com/teigland/%{name}-%{version}.tar.gz -BuildRequires: corosync >= 1.99.0 - Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units