packages: glusterfs/glusterfs.spec, glusterfs/glusterfs-transportdir.patch ...
matkor
matkor at pld-linux.org
Fri Dec 18 12:37:53 CET 2009
Author: matkor Date: Fri Dec 18 11:37:53 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- Version 2.0.9-1. Works for me. TODOs still pending.
---- Files affected:
packages/glusterfs:
glusterfs.spec (1.35 -> 1.36) , glusterfs-transportdir.patch (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/glusterfs/glusterfs.spec
diff -u packages/glusterfs/glusterfs.spec:1.35 packages/glusterfs/glusterfs.spec:1.36
--- packages/glusterfs/glusterfs.spec:1.35 Fri Jun 5 05:24:28 2009
+++ packages/glusterfs/glusterfs.spec Fri Dec 18 12:37:47 2009
@@ -12,16 +12,15 @@
Summary: Clustered File Storage that can scale to peta bytes
Summary(pl.UTF-8): Klastrowy system przechowywania plików skalujący się do petabajtów
Name: glusterfs
-Version: 2.0.1
+Version: 2.0.9
#%%define _rc {rc2}
%define _version %{version}
-Release: 0.1
+Release: 1
License: GPL v3+
Group: Applications/System
Source0: http://ftp.gluster.com/pub/gluster/glusterfs/2.0/LATEST/glusterfs-%{version}.tar.gz
-# Source0-md5: 712b6325abbd9f89ac927727a4bad658
+# Source0-md5: 0467740f423e32bdf2f66d2cf63467f3
Source1: glusterfsd.init
-Patch0: %{name}-transportdir.patch
URL: http://www.gluster.org/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -147,7 +146,6 @@
%prep
%setup -q -n %{name}-%{_version}
-%patch0 -p1
%{__sed} -i -e 's|-avoidversion|-avoid-version|g' */*/*/Makefile.am */*/*/*/Makefile.am
cp -l doc/examples/README README.examples
@@ -190,7 +188,9 @@
%attr(755,root,root) %ghost %{_libdir}/libglusterfsclient.so.0
%dir %{_libdir}/glusterfs
-# %attr(755,root,root) %{_libdir}/glusterfs/glusterfs-booster.so
+%attr(755,root,root) %{_libdir}/glusterfs/libglusterfs-booster.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/glusterfs/libglusterfs-booster.so.0
+
%dir %{_libdir}/glusterfs/%{_version}
%dir %{_libdir}/glusterfs/%{_version}/auth
%attr(755,root,root) %{_libdir}/glusterfs/%{_version}/auth/addr.so
@@ -255,16 +255,21 @@
%files client
%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/glusterfs-volgen
%attr(755,root,root) %{_sbindir}/glusterfs
%attr(755,root,root) %{_sbindir}/glusterfsd
%attr(755,root,root) /sbin/mount.glusterfs
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.36 2009/12/18 11:37:47 matkor
+- Version 2.0.9-1. Works for me. TODOs still pending.
+
Revision 1.35 2009/06/05 03:24:28 aredridel
- bcond around ib-verbs.so
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glusterfs/glusterfs.spec?r1=1.35&r2=1.36&f=u
More information about the pld-cvs-commit
mailing list