rpms/zfs-fuse/F-10 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 zfs-fuse.spec, 1.6, 1.7

Uwe Kubosch donv at fedoraproject.org
Sun Nov 29 00:40:14 UTC 2009


Author: donv

Update of /cvs/pkgs/rpms/zfs-fuse/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18660

Modified Files:
	.cvsignore sources zfs-fuse.spec 
Log Message:
* Mon Nov 30 2009 Uwe Kubosh <uwe at kubosch.no> - 0.6.0-3
> - Updated the home page URL to http://zfs-fuse.net/
> 
> * Sat Nov 28 2009 Uwe Kubosh <uwe at kubosch.no> - 0.6.0-2
> - Corrected some KOJI build errors.
> 
> * Fri Nov 27 2009 Uwe Kubosh <uwe at kubosch.no> - 0.6.0-1
> - Updated to upstream version 0.6.0 BETA
> - Updated dependency to Fuse 2.8.0
> - Minor change in spec: Source0 to Source00 for consistency
> 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	1 Jan 2009 12:33:09 -0000	1.3
+++ .cvsignore	29 Nov 2009 00:40:13 -0000	1.4
@@ -1,4 +1,2 @@
-zfs-fuse-0.5.0.tar.bz2
+zfs-fuse-0.6.0.tar.bz2
 i386
-trunk-*
-zfs-fuse-*.src.rpm


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	21 Dec 2008 22:41:53 -0000	1.3
+++ sources	29 Nov 2009 00:40:13 -0000	1.4
@@ -1 +1 @@
-c5c0ecffc28a039301245773a83b3aa6  zfs-fuse-0.5.0.tar.bz2
+f1815b7955bc0d11b703e14817e29878  zfs-fuse-0.6.0.tar.bz2


Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zfs-fuse/F-10/zfs-fuse.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- zfs-fuse.spec	23 Jan 2009 23:48:24 -0000	1.6
+++ zfs-fuse.spec	29 Nov 2009 00:40:13 -0000	1.7
@@ -1,28 +1,29 @@
 Summary:          ZFS ported to Linux FUSE
 Name:             zfs-fuse
-Version:          0.5.0
-Release:          7.20081221%{?dist}
+Version:          0.6.0
+Release:          3%{?dist}
 Group:            System Environment/Base
 License:          CDDL
-URL:              http://www.wizy.org/wiki/ZFS_on_FUSE
+URL:              http://zfs-fuse.net/
 # The source for this package was pulled from upstream's vcs.  Use the
 # following command to generate the tarball:
-#   wget http://www.wizy.org/mercurial/zfs-fuse/trunk/archive/008c531499cd.tar.bz2
-#   mv 008c531499cd.tar.bz2 zfs-fuse-0.5.0.tar.bz2
-# The setup line below has been changed to reflect that the top directory of the
-# archive has a different name than the archive itself.
-Source0:          %{name}/%{name}-%{version}.tar.bz2
+#   wget http://zfs-fuse.net/releases/0.6.0/zfs-fuse-0.6.0-433snapshot.tar.bz2
+#   mv zfs-fuse-0.6.0-433snapshot.tar.bz2 zfs-fuse-0.6.0.tar.bz2
+Source00:         %{name}/%{name}-%{version}.tar.bz2
 Source01:         zfs-fuse.init
 Source02:         zfs-fuse.sysconfig
 BuildRequires:    fuse-devel libaio-devel scons zlib-devel
-Requires:         fuse >= 2.7.4-1
+Requires:         fuse >= 2.8.0-1
 Requires(post):   chkconfig
 Requires(preun):  chkconfig initscripts
 Requires(postun): initscripts
 # (2008-10-30)(uwe at kubosch.no) zfs-fuse doesn't have PPC and PPC64
 #                              implementations for atomic instructions
+# karsten at redhat.com:          neither does it have an implementation for s390(x)
 ExcludeArch:      ppc64
 ExcludeArch:      ppc
+ExcludeArch:      s390
+ExcludeArch:      s390x
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -33,7 +34,8 @@ This project is a port of ZFS to the FUS
 operating system.
 
 %prep
-%setup -q -n trunk-008c531499cd
+%setup -q
+
 f=LICENSE
 %{__mv} $f $f.iso88591
 iconv -o $f -f iso88591 -t utf8 $f.iso88591
@@ -87,6 +89,26 @@ fi
 %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* Mon Nov 30 2009 Uwe Kubosh <uwe at kubosch.no> - 0.6.0-3
+- Updated the home page URL to http://zfs-fuse.net/
+
+* Sat Nov 28 2009 Uwe Kubosh <uwe at kubosch.no> - 0.6.0-2
+- Corrected some KOJI build errors.
+
+* Fri Nov 27 2009 Uwe Kubosh <uwe at kubosch.no> - 0.6.0-1
+- Updated to upstream version 0.6.0 BETA
+- Updated dependency to Fuse 2.8.0
+- Minor change in spec: Source0 to Source00 for consistency
+
+* Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.0-9.20081221.1
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Jun 10 2009 Karsten Hopp <karsten at redhat.com> 0.5.0-8.20081221.1
+- excludearch s390, s390x as there is no implementation for atomic instructions
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.0-8.20081221
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Sat Jan 24 2009 Uwe Kubosh <uwe at kubosch.no> - 0.5.0-7.20081221
 - Updated etc/init.d/zfs-fuse init script after feedback from Rudd-O
   Removed limits for the fuse process which could lead to a hung system




More information about the fedora-extras-commits mailing list