commit zfs-fuse for openSUSE:Factory

2012-10-12 Thread h_root
Hello community,

here is the log from the commit of package zfs-fuse for openSUSE:Factory 
checked in at 2012-10-12 14:52:54

Comparing /work/SRC/openSUSE:Factory/zfs-fuse (Old)
 and  /work/SRC/openSUSE:Factory/.zfs-fuse.new (New)


Package is zfs-fuse, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/zfs-fuse/zfs-fuse.changes2012-07-31 
14:00:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.zfs-fuse.new/zfs-fuse.changes   2012-10-12 
14:55:22.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct 11 10:13:34 UTC 2012 - g...@opensuse.org
+
+- make startproc wait for parent process to exit and pidfile to be
+  written, this fixes startup with systemd (bnc#783152)
+- fix the default runlevels in the init script
+- set nice value correctly
+
+---



Other differences:
--
++ zfs-fuse.init ++
--- /var/tmp/diff_new_pack.8rKvXL/_old  2012-10-12 14:55:24.0 +0200
+++ /var/tmp/diff_new_pack.8rKvXL/_new  2012-10-12 14:55:24.0 +0200
@@ -4,8 +4,9 @@
 # Provides:  zfs-fuse
 # Required-Start:$remote_fs
 # Required-Stop: $remote_fs
-# Default-Start: S
+# Default-Start: S 1 2 3 5
 # Default-Stop:  0 6
+# PIDFile:   /var/run/zfs/zfs-fuse.pid
 # Short-Description: ZFS FUSE
 # Description:   Start/stops the ZFS FUSE daemon and mounts/unmounts
 #existing ZFS filesystems
@@ -43,7 +44,7 @@
 function start
 {
 # start daemon
-startproc -l ${ZFS_NICE_LEVEL} -p ${PIDFILE} \
+startproc -n ${ZFS_NICE_LEVEL} -w -p ${PIDFILE} \
 ${ZFS_FUSE} --pidfile ${PIDFILE} /dev/null 21 || return $?
 read -r zfs_fuse_pid  ${PIDFILE}
 [[ ${zfs_fuse_pid} !=  ]] || return 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit zfs-fuse for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package zfs-fuse for openSUSE:Factory 
checked in at 2012-07-31 13:47:32

Comparing /work/SRC/openSUSE:Factory/zfs-fuse (Old)
 and  /work/SRC/openSUSE:Factory/.zfs-fuse.new (New)


Package is zfs-fuse, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/zfs-fuse/zfs-fuse.changes2012-06-05 
15:36:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.zfs-fuse.new/zfs-fuse.changes   2012-07-31 
14:00:18.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul 30 13:16:33 UTC 2012 - jeng...@inai.de
+
+- Use proper arch tags for SPARC
+
+---
+Mon Jul 30 11:59:59 UTC 2012 - g...@opensuse.org
+
+- mark as ExclusiveArch for x86 and Sparc
+
+---



Other differences:
--
++ zfs-fuse.spec ++
--- /var/tmp/diff_new_pack.ctij0z/_old  2012-07-31 14:00:22.0 +0200
+++ /var/tmp/diff_new_pack.ctij0z/_new  2012-07-31 14:00:22.0 +0200
@@ -50,6 +50,7 @@
 Requires(pre): %insserv_prereq
 Requires(pre): %fillup_prereq
 Provides:   fuse-zfs = %{version}
+ExclusiveArch:  %ix86 x86_64 %sparc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit zfs-fuse for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package zfs-fuse for openSUSE:Factory 
checked in at 2012-06-05 15:36:37

Comparing /work/SRC/openSUSE:Factory/zfs-fuse (Old)
 and  /work/SRC/openSUSE:Factory/.zfs-fuse.new (New)


Package is zfs-fuse, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/zfs-fuse/zfs-fuse.changes2011-09-23 
12:53:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.zfs-fuse.new/zfs-fuse.changes   2012-06-05 
15:36:39.0 +0200
@@ -1,0 +2,6 @@
+Fri May 25 15:54:56 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Enable parallel build
+
+---



Other differences:
--
++ zfs-fuse.spec ++
--- /var/tmp/diff_new_pack.ePM02f/_old  2012-06-05 15:36:41.0 +0200
+++ /var/tmp/diff_new_pack.ePM02f/_new  2012-06-05 15:36:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zfs-fuse
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
 #
 
 
-
 Name:   zfs-fuse
 Version:0.7.0
-Release:5
+Release:0
 Summary:A port of ZFS to the FUSE framework for the Linux operating 
system
 License:CDDL-1.0
 Group:  System/Filesystems
@@ -37,16 +36,16 @@
 %if 0%{?suse_version}  1140
 Patch5: zfs-fuse-0.7.0-fix-malloc-hook-def.patch
 %endif
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fuse-devel
-BuildRequires:  libattr-devel
-BuildRequires:  libaio-devel
 BuildRequires:  libacl-devel
-BuildRequires:  zlib-devel
-BuildRequires:  scons
-BuildRequires:  openssl-devel
-BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libaio-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libxslt
+BuildRequires:  openssl-devel
+BuildRequires:  scons
 BuildRequires:  udev
+BuildRequires:  zlib-devel
 Requires:   fuse
 Requires(pre): %insserv_prereq
 Requires(pre): %fillup_prereq
@@ -74,7 +73,7 @@
 %build
 export CCFLAGS=%{optflags}
 export CPPFLAGS=%{optflags}
-scons --no-cache -C src
+scons %{?jobs:-j%jobs} --no-cache -C src
 xsltproc --nonet \
 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
 %SOURCE4
@@ -96,9 +95,6 @@
 %__install -D -p -m 644 contrib/zfs_completion.bash \
 %{buildroot}%{_sysconfdir}/bash_completion.d/zfs-fuse.sh
 
-%clean
-%__rm -rf %{buildroot}
-
 %post
 %fillup_and_insserv %name
 %restart_on_update %name

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit zfs-fuse for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package zfs-fuse for openSUSE:Factory 
checked in at 2011-12-06 19:21:22

Comparing /work/SRC/openSUSE:Factory/zfs-fuse (Old)
 and  /work/SRC/openSUSE:Factory/.zfs-fuse.new (New)


Package is zfs-fuse, Maintainer is 

Changes:




Other differences:
--
++ zfs-fuse.spec ++
--- /var/tmp/diff_new_pack.G4yYhB/_old  2011-12-06 20:03:04.0 +0100
+++ /var/tmp/diff_new_pack.G4yYhB/_new  2011-12-06 20:03:04.0 +0100
@@ -21,7 +21,7 @@
 Version:0.7.0
 Release:5
 Summary:A port of ZFS to the FUSE framework for the Linux operating 
system
-License:CDDL 1.0
+License:CDDL-1.0
 Group:  System/Filesystems
 Url:http://zfs-fuse.net/
 Source: 
http://zfs-fuse.net/releases/%{version}/zfs-fuse-%{version}.tar.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit zfs-fuse for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package zfs-fuse for openSUSE:Factory
checked in at Mon Aug 29 14:44:47 CEST 2011.




--- zfs-fuse/zfs-fuse.changes   2011-08-20 20:54:50.0 +0200
+++ /mounts/work_src_done/STABLE/zfs-fuse/zfs-fuse.changes  2011-08-29 
12:48:46.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 29 10:48:05 UTC 2011 - g...@opensuse.org
+
+- removed unused LOCKFILE variable from init script
+
+---

calling whatdependson for head-i586




Other differences:
--
++ zfs-fuse.spec ++
--- /var/tmp/diff_new_pack.BcIE4h/_old  2011-08-29 14:44:01.0 +0200
+++ /var/tmp/diff_new_pack.BcIE4h/_new  2011-08-29 14:44:01.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   zfs-fuse
 Version:0.7.0
-Release:2
+Release:5
 Summary:A port of ZFS to the FUSE framework for the Linux operating 
system
 License:CDDL 1.0
 Group:  System/Filesystems

++ zfs-fuse.init ++
--- /var/tmp/diff_new_pack.BcIE4h/_old  2011-08-29 14:44:01.0 +0200
+++ /var/tmp/diff_new_pack.BcIE4h/_new  2011-08-29 14:44:01.0 +0200
@@ -16,7 +16,6 @@
 ZFS_NICE_LEVEL=0
 ZFS_ALLOW_RELOAD=no
 PIDFILE=/var/run/zfs/zfs-fuse.pid
-LOCKFILE=/var/lock/subsys/zfs-fuse
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 LC_ALL=C
 export PATH LC_ALL






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit zfs-fuse for openSUSE:Factory

2011-08-22 Thread h_root

Hello community,

here is the log from the commit of package zfs-fuse for openSUSE:Factory
checked in at Mon Aug 22 16:09:56 CEST 2011.




--- zfs-fuse/zfs-fuse.changes   2011-03-10 14:24:51.0 +0100
+++ /mounts/work_src_done/STABLE/zfs-fuse/zfs-fuse.changes  2011-08-20 
20:54:50.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug 20 18:50:05 UTC 2011 - g...@opensuse.org
+
+- added zfs-fuse-0.7.0-fix-malloc-hook-def.patch to adopt to the
+  different definition of __malloc_initialize_hook in glibc 2.14
+
+---

calling whatdependson for head-i586


New:

  zfs-fuse-0.7.0-fix-malloc-hook-def.patch



Other differences:
--
++ zfs-fuse.spec ++
--- /var/tmp/diff_new_pack.sxHBTf/_old  2011-08-22 16:07:37.0 +0200
+++ /var/tmp/diff_new_pack.sxHBTf/_new  2011-08-22 16:07:37.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   zfs-fuse
 Version:0.7.0
-Release:1
+Release:2
 Summary:A port of ZFS to the FUSE framework for the Linux operating 
system
 License:CDDL 1.0
 Group:  System/Filesystems
@@ -34,6 +34,9 @@
 Patch2: zfs-fuse-0.6.9-fix-strncat-usage.patch
 Patch3: zfs-fuse-0.6.9-fix-executable-stack.patch
 Patch4: zfs-fuse-0.7.0-fix-gcc-false-warnings.patch
+%if 0%{?suse_version}  1140
+Patch5: zfs-fuse-0.7.0-fix-malloc-hook-def.patch
+%endif
 BuildRequires:  fuse-devel
 BuildRequires:  libattr-devel
 BuildRequires:  libaio-devel
@@ -62,6 +65,9 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%if 0%{?suse_version}  1140
+%patch5 -p1
+%endif
 %__mkdir examples
 %__mv contrib/zfsstress.py contrib/arcstat.pl examples
 

++ zfs-fuse-0.7.0-fix-malloc-hook-def.patch ++
diff -urNp zfs-fuse-0.7.0.orig/src/lib/libumem/malloc.c 
zfs-fuse-0.7.0/src/lib/libumem/malloc.c
--- zfs-fuse-0.7.0.orig/src/lib/libumem/malloc.c2011-03-09 
16:22:30.0 +0100
+++ zfs-fuse-0.7.0/src/lib/libumem/malloc.c 2011-08-20 19:24:30.0 
+0200
@@ -453,7 +453,7 @@ static void __attribute__((constructor))
}
 }
 
-void (*__malloc_initialize_hook)(void) = umem_malloc_init_hook;
+void (*volatile __malloc_initialize_hook)(void) = umem_malloc_init_hook;
 
 #else
 void __attribute__((constructor))





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org