Update to 3.2.2
This commit is contained in:
parent
10e6d3fbdf
commit
6380838f86
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ glusterfs-3.0.5.tar.gz
|
||||
/glusterfs-3.1.3.tar.gz
|
||||
/glusterfs-3.1.4.tar.gz
|
||||
/glusterfs-3.2.1.tar.gz
|
||||
/glusterfs-3.2.2.tar.gz
|
||||
|
@ -8,8 +8,8 @@
|
||||
%endif
|
||||
|
||||
Name: glusterfs
|
||||
Version: 3.2.1
|
||||
Release: 3%{?dist}
|
||||
Version: 3.2.2
|
||||
Release: 0%{?dist}
|
||||
Summary: Clustered file-system
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -161,7 +161,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
%{__make}
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%{__rm} -rf %{buildroot}
|
||||
%{__make} install DESTDIR=%{buildroot}
|
||||
|
||||
# We'll use our init.d
|
||||
@ -274,7 +274,7 @@ sed -i 's|option working-directory /etc/glusterd|option working-directory %{_sha
|
||||
/sbin/mount.glusterfs
|
||||
/sbin/umount.glusterfs
|
||||
%if 0%{?_with_fusermount:1}
|
||||
%{_bindir}/fusermount-glusterfs
|
||||
%{_bindir}/fusermount-glusterfs
|
||||
%endif
|
||||
|
||||
|
||||
@ -332,6 +332,9 @@ if [ $1 -ge 1 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Thu Aug 18 2011 Kaleb S. KEITHLEY <kkeithle@redhat.com> - 3.2.2-0
|
||||
- Update to 3.2.2
|
||||
|
||||
* Wed Jun 29 2011 Dan Horák <dan[at]danny.cz> - 3.2.1-3
|
||||
- disable InfiniBand on s390(x) unconditionally
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user