From c6fd07436947ae046711505bb1d30a88d8a753d2 Mon Sep 17 00:00:00 2001 From: Jonathan Steffan Date: Thu, 16 Jun 2011 17:28:48 -0600 Subject: [PATCH] Update to 3.2.1 --- .gitignore | 1 + glusterfs.spec | 18 ++++++++++++++---- sources | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f1703e8..e156280 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ glusterfs-3.0.5.tar.gz /glusterfs-3.1.2.tar.gz /glusterfs-3.1.3.tar.gz /glusterfs-3.1.4.tar.gz +/glusterfs-3.2.1.tar.gz diff --git a/glusterfs.spec b/glusterfs.spec index e8f5642..b9a38b1 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -8,14 +8,14 @@ %endif Name: glusterfs -Version: 3.1.4 -Release: 1%{?dist} +Version: 3.2.1 +Release: 2%{?dist} Summary: Clustered file-system Group: System Environment/Base License: AGPLv3 URL: http://www.gluster.org/ -Source0: http://download.gluster.com/pub/gluster/glusterfs/3.1/%{version}/glusterfs-%{version}.tar.gz +Source0: http://download.gluster.com/pub/gluster/glusterfs/3.2/%{version}/glusterfs-%{version}.tar.gz Source1: glusterd.init Source2: glusterd.sysconfig Source3: umount.glusterfs @@ -31,7 +31,7 @@ BuildRequires: bison BuildRequires: flex BuildRequires: gcc BuildRequires: make -BuildRequires: ncurses-devel, readline-devel +BuildRequires: ncurses-devel, readline-devel, python-ctypes Requires(post): /sbin/chkconfig Requires(preun): /sbin/service @@ -252,6 +252,7 @@ sed -i 's|option working-directory /etc/glusterd|option working-directory %{_sha %{_sbindir}/glusterfs* %{_sbindir}/gluster %{_sbindir}/glusterd +%{_libexecdir}/glusterfs %{_mandir}/man8/*gluster*.8* %dir %{_localstatedir}/log/glusterfs %if 0%{!?_without_rdma:1} @@ -331,6 +332,15 @@ if [ $1 -ge 1 ]; then fi %changelog +* Thu Jun 16 2011 Jonathan Steffan - 3.2.1-2 +- Fix Source0 URL + +* Thu Jun 16 2011 Jonathan Steffan - 3.2.1-1 +- Update to 3.2.1 + +* Tue Jun 01 2011 Jonathan Steffan - 3.2.0-1 +- Update to 3.2.0 + * Tue May 10 2011 Jonathan Steffan - 3.1.4-1 - Update to 3.1.4 diff --git a/sources b/sources index b22df36..6700092 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07ef28994ed94a79c1a84d9bc732e1fe glusterfs-3.1.4.tar.gz +eb9e499bb67a8a577785f4c014febe52 glusterfs-3.2.1.tar.gz