glusterfs-3.4.0~qa2
OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=15
This commit is contained in:
parent
a01b93d70c
commit
b71c647f86
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fc364b9198947eea1b9b0b7533aaeed6672a2f73e2ee4aada2004a64252d3ec9
|
|
||||||
size 1565592
|
|
3
glusterfs-3.4.0qa2.tar.xz
Normal file
3
glusterfs-3.4.0qa2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d25207e5c53ee6a79a8da10125f71d6635a9043ec9cab3b717a5453e7ffd5c9
|
||||||
|
size 1689560
|
@ -1,31 +0,0 @@
|
|||||||
From 9563572894a0685bdb575398c775cbd187df3a9c Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jan Engelhardt <jengelh@inai.de>
|
|
||||||
Date: Mon, 24 Sep 2012 06:08:36 +0200
|
|
||||||
Subject: [PATCH] init.d: use proper dependencies in SUSE init script
|
|
||||||
|
|
||||||
"/usr", the place where the binaries usually reside, requires
|
|
||||||
$remote_fs.
|
|
||||||
|
|
||||||
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
|
|
||||||
---
|
|
||||||
extras/init.d/glusterd-SuSE.in | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/extras/init.d/glusterd-SuSE.in b/extras/init.d/glusterd-SuSE.in
|
|
||||||
index 16cf8de..2c3fc02 100755
|
|
||||||
--- a/extras/init.d/glusterd-SuSE.in
|
|
||||||
+++ b/extras/init.d/glusterd-SuSE.in
|
|
||||||
@@ -2,8 +2,8 @@
|
|
||||||
#
|
|
||||||
### BEGIN INIT INFO
|
|
||||||
# Provides: glusterd
|
|
||||||
-# Required-Start: $local_fs $network
|
|
||||||
-# Required-Stop:
|
|
||||||
+# Required-Start: $remote_fs $network
|
|
||||||
+# Required-Stop: $remote_fs $network
|
|
||||||
# Default-Start: 3 5
|
|
||||||
# Default-Stop:
|
|
||||||
# Short-Description: Gluster File System service for volume management
|
|
||||||
--
|
|
||||||
1.7.10.4
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 9 21:47:11 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 3.4.0qa2
|
||||||
|
* No changelog provided by upstream
|
||||||
|
- Remove glusterfs-init.diff, merged upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 31 12:19:47 UTC 2012 - jengelh@inai.de
|
Wed Oct 31 12:19:47 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -16,24 +16,22 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
#git_master
|
|
||||||
%define master 0
|
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
%define lname_api libgfapi0
|
%define lname_api libgfapi0
|
||||||
%define lname_rpc libgfrpc0
|
%define lname_rpc libgfrpc0
|
||||||
%define lname_xdr libgfxdr0
|
%define lname_xdr libgfxdr0
|
||||||
%define lname_gf libglusterfs0
|
%define lname_gf libglusterfs0
|
||||||
Version: 3.3.1
|
Version: 3.4.0~qa2
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define rversion 3.4.0qa2
|
||||||
Summary: Aggregating distributed file system
|
Summary: Aggregating distributed file system
|
||||||
License: GPL-2.0+ ; GPL-3.0
|
License: GPL-2.0+ ; GPL-3.0
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: http://gluster.org/
|
Url: http://gluster.org/
|
||||||
|
|
||||||
#Git-Clone: git://github.com/gluster/glusterfs
|
#Git-Clone: git://github.com/gluster/glusterfs
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%rversion.tar.xz
|
||||||
Patch1: glusterfs-date.diff
|
Patch1: glusterfs-date.diff
|
||||||
Patch2: glusterfs-init.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -67,7 +65,7 @@ Translators from GNU Hurd kernel. Much of the code in GlusterFS is in
|
|||||||
user space and easily manageable.
|
user space and easily manageable.
|
||||||
|
|
||||||
%package -n %lname_api
|
%package -n %lname_api
|
||||||
Summary: GlusterFS WIP API library
|
Summary: GlusterFS API library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %lname_api
|
%description -n %lname_api
|
||||||
@ -115,8 +113,8 @@ This package provides development files such as headers and library
|
|||||||
links.
|
links.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -qn %name-%rversion
|
||||||
%patch -P 1 -P 2 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh;
|
./autogen.sh;
|
||||||
@ -191,6 +189,7 @@ perl -i -pe 's{\x0d\x0a}{\x0a}gs' %_docdir/%name/glusterfs-mode.el;
|
|||||||
%_initrddir/glusterd
|
%_initrddir/glusterd
|
||||||
%dir %_sysconfdir/%name
|
%dir %_sysconfdir/%name
|
||||||
%config(noreplace) %_sysconfdir/%name/glusterd.vol
|
%config(noreplace) %_sysconfdir/%name/glusterd.vol
|
||||||
|
%config(noreplace) %_sysconfdir/%name/glusterfs-logrotate
|
||||||
#%config %_sysconfdir/%name/*.sample
|
#%config %_sysconfdir/%name/*.sample
|
||||||
/sbin/mount.%name
|
/sbin/mount.%name
|
||||||
%_libexecdir/%name
|
%_libexecdir/%name
|
||||||
@ -201,11 +200,9 @@ perl -i -pe 's{\x0d\x0a}{\x0a}gs' %_docdir/%name/glusterfs-mode.el;
|
|||||||
%_localstatedir/lib/glusterd
|
%_localstatedir/lib/glusterd
|
||||||
%_localstatedir/log/%name
|
%_localstatedir/log/%name
|
||||||
|
|
||||||
%if %master
|
|
||||||
%files -n %lname_api
|
%files -n %lname_api
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libgfapi.so.0*
|
%_libdir/libgfapi.so.0*
|
||||||
%endif
|
|
||||||
|
|
||||||
%files -n %lname_rpc
|
%files -n %lname_rpc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -223,8 +220,6 @@ perl -i -pe 's{\x0d\x0a}{\x0a}gs' %_docdir/%name/glusterfs-mode.el;
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_includedir/%name
|
%_includedir/%name
|
||||||
%_libdir/*.so
|
%_libdir/*.so
|
||||||
%if %master
|
|
||||||
%_libdir/pkgconfig/*.pc
|
%_libdir/pkgconfig/*.pc
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user