glusterfs-3.2.6-2, BZ 819916
Add BuildRequires: libxml2-devel
This commit is contained in:
parent
bb8b41bacd
commit
5977bca837
@ -74,6 +74,7 @@ Requires(postun): systemd-units
|
|||||||
BuildRequires: bison flex
|
BuildRequires: bison flex
|
||||||
BuildRequires: gcc make automake libtool
|
BuildRequires: gcc make automake libtool
|
||||||
BuildRequires: ncurses-devel readline-devel
|
BuildRequires: ncurses-devel readline-devel
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: python-ctypes
|
BuildRequires: python-ctypes
|
||||||
|
|
||||||
Obsoletes: %{name}-libs <= 2.0.0
|
Obsoletes: %{name}-libs <= 2.0.0
|
||||||
@ -219,7 +220,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
%{__make} install DESTDIR=%{buildroot}
|
%{__make} install DESTDIR=%{buildroot}
|
||||||
# Install include directory
|
# Install include directory
|
||||||
%{__mkdir_p} %{buildroot}%{_includedir}/glusterfs
|
%{__mkdir_p} %{buildroot}%{_includedir}/glusterfs
|
||||||
@ -347,7 +348,7 @@ sed -i 's|option working-directory /etc/glusterd|option working-directory %{_sha
|
|||||||
/sbin/mount.glusterfs
|
/sbin/mount.glusterfs
|
||||||
/sbin/umount.glusterfs
|
/sbin/umount.glusterfs
|
||||||
%if 0%{?_with_fusermount:1}
|
%if 0%{?_with_fusermount:1}
|
||||||
%{_bindir}/fusermount-glusterfs
|
%{_bindir}/fusermount-glusterfs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -393,6 +394,9 @@ if [ $1 -ge 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 9 2012 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.2.6-2
|
||||||
|
- Add BuildRequires: libxml2-devel, BZ 819916
|
||||||
|
|
||||||
* Wed Mar 21 2012 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.2.6-1
|
* Wed Mar 21 2012 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.2.6-1
|
||||||
- Update to 3.2.6
|
- Update to 3.2.6
|
||||||
|
|
||||||
@ -435,10 +439,10 @@ fi
|
|||||||
- Update to 3.2.4
|
- Update to 3.2.4
|
||||||
|
|
||||||
* Mon Aug 22 2011 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.2.3-1
|
* Mon Aug 22 2011 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.2.3-1
|
||||||
- Update to 3.2.3
|
- Update to 3.2.3
|
||||||
|
|
||||||
* Mon Aug 22 2011 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.2.2-1
|
* Mon Aug 22 2011 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.2.2-1
|
||||||
- Update to 3.2.2
|
- Update to 3.2.2
|
||||||
|
|
||||||
* Fri Aug 19 2011 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.2.2-0
|
* Fri Aug 19 2011 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.2.2-0
|
||||||
- Update to 3.2.2
|
- Update to 3.2.2
|
||||||
|
Loading…
Reference in New Issue
Block a user