diff options
author | Kaleb KEITHLEY <kkeithle@redhat.com> | 2012-05-09 14:06:58 -0400 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-05-10 16:34:02 -0700 |
commit | f6694199e637f67051b02ae423a4823a1594ee50 (patch) | |
tree | ea69146bd4d44cd239d06d7770e80b4f969636c8 /glusterfs.spec.in | |
parent | 72da7808cb0497b4ac6df55c58c9bf34daeee7ac (diff) |
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 <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.com/3305
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Reviewed-by: Joe Julian <me@joejulian.name>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index dccb5974bc4..569415f8085 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 <kkeithle[at]redhat.com> +- Add BuildRequires: libxml2-devel so that configure will DTRT on for +- Fedora's Koji build system + * Wed Nov 9 2011 Joe Julian <me@joejulian.name> - 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 |