rpms/zfs-fuse/devel zfs-fuse.spec,1.13,1.14

Karsten Hopp karsten at fedoraproject.org
Wed Jun 10 13:49:41 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/zfs-fuse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8531

Modified Files:
	zfs-fuse.spec 
Log Message:
- excludearch s390, s390x as there is no implementation for atomic instructions


Index: zfs-fuse.spec
===================================================================
RCS file: /cvs/extras/rpms/zfs-fuse/devel/zfs-fuse.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- zfs-fuse.spec	25 Feb 2009 18:37:57 -0000	1.13
+++ zfs-fuse.spec	10 Jun 2009 13:49:11 -0000	1.14
@@ -1,7 +1,7 @@
 Summary:          ZFS ported to Linux FUSE
 Name:             zfs-fuse
 Version:          0.5.0
-Release:          8.20081221%{?dist}
+Release:          8.20081221%{?dist}.1
 Group:            System Environment/Base
 License:          CDDL
 URL:              http://www.wizy.org/wiki/ZFS_on_FUSE
@@ -21,8 +21,11 @@ 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
@@ -87,6 +90,9 @@ fi
 %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* 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
 




More information about the fedora-extras-commits mailing list