From f6694199e637f67051b02ae423a4823a1594ee50 Mon Sep 17 00:00:00 2001 From: Kaleb KEITHLEY Date: Wed, 9 May 2012 14:06:58 -0400 Subject: glusterfs.spec.in, Add BuildRequires: libxml2-devel so that configure will DTRT on Fedora's Koji build system Change-Id: I14a64d2e562282e4e7d1d37b526c112c9f343454 BUG: 819916 Signed-off-by: Kaleb KEITHLEY Reviewed-on: http://review.gluster.com/3305 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Joe Julian Reviewed-by: Anand Avati --- glusterfs.spec.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index dccb5974b..569415f80 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -49,6 +49,7 @@ Requires(postun): /sbin/service BuildRequires: bison flex BuildRequires: gcc make automake libtool BuildRequires: ncurses-devel readline-devel openssl-devel +BuildRequires: libxml2-devel BuildRequires: python-ctypes %if 0%{?suse_version} BuildRequires: python-devel @@ -365,6 +366,10 @@ fi %{_libdir}/*.so %changelog +* Wed May 9 2012 Kaleb S. KEITHLEY +- Add BuildRequires: libxml2-devel so that configure will DTRT on for +- Fedora's Koji build system + * Wed Nov 9 2011 Joe Julian - git master - Merge fedora specfile into gluster's spec.in. - Add conditionals to allow the same spec file to be used for both 3.1 and 3.2 -- cgit