[zfs-fuse] Exclude ARM.

Jon Ciesla limb at fedoraproject.org
Tue Aug 13 20:04:14 UTC 2013


commit 334ff821cac63122a7e70296fa3452b2e08c2827
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Aug 13 14:58:24 2013 -0500

    Exclude ARM.

 zfs-fuse.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/zfs-fuse.spec b/zfs-fuse.spec
index f40067e..6a50410 100644
--- a/zfs-fuse.spec
+++ b/zfs-fuse.spec
@@ -1,7 +1,7 @@
 %define _hardened_build 1
 Name:             zfs-fuse
 Version:          0.7.0
-Release:          14%{?dist}
+Release:          15%{?dist}
 Summary:          ZFS ported to Linux FUSE
 Group:            System Environment/Base
 License:          CDDL
@@ -22,6 +22,7 @@ Requires(postun): systemd-units
 # (2010 karsten at redhat.com) zfs-fuse doesn't have s390(x) implementations for atomic instructions
 ExcludeArch:      s390
 ExcludeArch:      s390x
+ExcludeArch:      %{arm}
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -139,6 +140,9 @@ fi
 %{_mandir}/man8/zstreamdump.8.gz
 
 %changelog
+* Tue Aug 13 2013 Jon Ciesla <limburgher at gmail.com> - 0.7.0-15
+- ExcludeArch ARM, BZ 993168.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list