Update to 3.0.x
This commit is contained in:
parent
4c19322600
commit
3a1902d006
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
glusterfs-2.0.9.tar.gz
|
||||
glusterfs-3.0.5.tar.gz
|
||||
|
@ -14,12 +14,12 @@
|
||||
|
||||
Summary: GlusterFS - Cluster File System
|
||||
Name: glusterfs
|
||||
Version: 2.0.9
|
||||
Version: 3.0.5
|
||||
Release: 2%{?pre:.%{pre}}%{?dist}
|
||||
License: GPLv3+
|
||||
Group: System Environment/Base
|
||||
URL: http://www.gluster.org/
|
||||
Source0: http://ftp.gluster.com/pub/gluster/glusterfs/2.0/%{version}/glusterfs-%{version}%{?pre}.tar.gz
|
||||
Source0: http://ftp.gluster.com/pub/gluster/glusterfs/3.0/%{version}/glusterfs-%{version}%{?pre}.tar.gz
|
||||
Source1: glusterfsd.init
|
||||
Source2: glusterfsd.sysconfig
|
||||
Source3: umount.glusterfs
|
||||
@ -220,6 +220,7 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/glusterfs
|
||||
/sbin/mount.glusterfs
|
||||
/sbin/umount.glusterfs
|
||||
%{_mandir}/man8/mount.glusterfs.8*
|
||||
%endif
|
||||
|
||||
|
||||
@ -243,6 +244,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 28 2010 Jonathan Steffan <jsteffan@fedoraproject.org> - 3.0.5-1
|
||||
- Update to 3.0.x
|
||||
|
||||
* Sat Apr 10 2010 Jonathan Steffan <jsteffan@fedoraproject.org> - 2.0.9-2
|
||||
- Move python version requires into a proper BuildRequires otherwise
|
||||
the spec always turned off python bindings as python is not part
|
||||
|
Loading…
Reference in New Issue
Block a user