Update to 3.2.1
This commit is contained in:
parent
a4a755692c
commit
f97a94dd14
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ glusterfs-3.0.5.tar.gz
|
|||||||
/glusterfs-3.1.2.tar.gz
|
/glusterfs-3.1.2.tar.gz
|
||||||
/glusterfs-3.1.3.tar.gz
|
/glusterfs-3.1.3.tar.gz
|
||||||
/glusterfs-3.1.4.tar.gz
|
/glusterfs-3.1.4.tar.gz
|
||||||
|
/glusterfs-3.2.1.tar.gz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# No RDMA Support on s390(x)
|
|
||||||
%ifarch s390 s390x
|
|
||||||
%global _without_rdma 1
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%{?_without_rdma:%global _without_rdma --disable-ibverbs}
|
%{?_without_rdma:%global _without_rdma --disable-ibverbs}
|
||||||
%{?_without_epoll:%global _without_epoll --disable-epoll}
|
%{?_without_epoll:%global _without_epoll --disable-epoll}
|
||||||
%{?_with_fusermount:%gobal _with_fusermount --enable-fusermount}
|
%{?_with_fusermount:%gobal _with_fusermount --enable-fusermount}
|
||||||
|
|
||||||
|
# No RDMA Support on x390(x)
|
||||||
|
%ifarch s390 s390x
|
||||||
|
%{?_without_rdma:%global _without_rdma --disable-ibverbs}
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 3.1.4
|
Version: 3.2.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Clustered file-system
|
Summary: Clustered file-system
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -31,7 +31,7 @@ BuildRequires: bison
|
|||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: ncurses-devel, readline-devel
|
BuildRequires: ncurses-devel, readline-devel, python-ctypes
|
||||||
|
|
||||||
Requires(post): /sbin/chkconfig
|
Requires(post): /sbin/chkconfig
|
||||||
Requires(preun): /sbin/service
|
Requires(preun): /sbin/service
|
||||||
@ -252,6 +252,7 @@ sed -i 's|option working-directory /etc/glusterd|option working-directory %{_sha
|
|||||||
%{_sbindir}/glusterfs*
|
%{_sbindir}/glusterfs*
|
||||||
%{_sbindir}/gluster
|
%{_sbindir}/gluster
|
||||||
%{_sbindir}/glusterd
|
%{_sbindir}/glusterd
|
||||||
|
%{_libexecdir}/glusterfs
|
||||||
%{_mandir}/man8/*gluster*.8*
|
%{_mandir}/man8/*gluster*.8*
|
||||||
%dir %{_localstatedir}/log/glusterfs
|
%dir %{_localstatedir}/log/glusterfs
|
||||||
%if 0%{!?_without_rdma:1}
|
%if 0%{!?_without_rdma:1}
|
||||||
@ -331,8 +332,11 @@ if [ $1 -ge 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat May 14 2011 Dan Horák <dan[at]danny.cz> - 3.1.4-2
|
* Thu Jun 16 2011 Jonathan Steffan <jsteffan@fedoraproject.org> - 3.2.1-1
|
||||||
- Disable RDMA support on s390(x)
|
- Update to 3.2.1
|
||||||
|
|
||||||
|
* Tue Jun 01 2011 Jonathan Steffan <jsteffan@fedoraproject.org> - 3.2.0-1
|
||||||
|
- Update to 3.2.0
|
||||||
|
|
||||||
* Tue May 10 2011 Jonathan Steffan <jsteffan@fedoraproject.org> - 3.1.4-1
|
* Tue May 10 2011 Jonathan Steffan <jsteffan@fedoraproject.org> - 3.1.4-1
|
||||||
- Update to 3.1.4
|
- Update to 3.1.4
|
||||||
|
Loading…
Reference in New Issue
Block a user