rpms/liveusb-creator/devel liveusb-creator.spec,1.3,1.4

Luke Macken lmacken at fedoraproject.org
Fri Oct 3 19:28:28 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/liveusb-creator/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18935

Modified Files:
	liveusb-creator.spec 
Log Message:
* Fri Oct 03 2008 Luke Macken <lmacken at redhat.com> 3.0-2
- Exclude ppc and ppc64, as syslinux will not work on those architectures.




Index: liveusb-creator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liveusb-creator/devel/liveusb-creator.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- liveusb-creator.spec	2 Oct 2008 11:36:49 -0000	1.3
+++ liveusb-creator.spec	3 Oct 2008 19:27:58 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           liveusb-creator
 Version:        3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A liveusb creator
 
 Group:          Applications/System
@@ -12,6 +12,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+ExcludeArch:    ppc
+ExcludeArch:    ppc64
+
 BuildRequires:  python-devel, python-setuptools, PyQt4-devel, desktop-file-utils gettext
 Requires:       syslinux, PyQt4, usermode
 
@@ -61,6 +64,9 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
+* Fri Oct 03 2008 Luke Macken <lmacken at redhat.com> 3.0-2
+- Exclude ppc and ppc64, as syslinux will not work on those architectures.
+
 * Fri Aug 29 2008 Luke Macken <lmacken at redhat.com> 3.0-1
 - Latest upstream release, containing various bugfixes
 - Fedora 10 Beta support




More information about the scm-commits mailing list