[liveusb-creator] Fix the ExcludeArch for arm

Luke Macken lmacken at fedoraproject.org
Wed Aug 14 19:02:57 UTC 2013


commit 5725e1e8d38513aac8582d607041644273371970
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Aug 14 15:02:29 2013 -0400

    Fix the ExcludeArch for arm

 liveusb-creator.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/liveusb-creator.spec b/liveusb-creator.spec
index 6c906ea..5d3d126 100644
--- a/liveusb-creator.spec
+++ b/liveusb-creator.spec
@@ -8,7 +8,7 @@
 
 Name:           liveusb-creator
 Version:        3.11.8
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A liveusb creator
 
 Group:          Applications/System
@@ -20,7 +20,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 ExcludeArch:    ppc
 ExcludeArch:    ppc64
-ExcludeArch:    armhfp
+ExcludeArch:    %{arm}
 
 BuildRequires:  python-devel, python-setuptools, PyQt4-devel, desktop-file-utils gettext
 Requires:       syslinux, PyQt4, usermode, isomd5sum
@@ -84,6 +84,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
+* Wed Aug 14 2013 Luke Macken <lmacken at redhat.com> 3.11.8-6
+- Fix the ExcludeArch for arm
+
 * Sat Aug 10 2013 Luke Macken <lmacken at redhat.com> 3.11.8-5
 - Exclude building for armhfp, since syslinux is not available.
 


More information about the scm-commits mailing list