[flterm] - no serial port on s390(x)

Dan Horák sharkcz at fedoraproject.org
Thu Nov 18 09:08:41 UTC 2010


commit df739f3241958d73a4be06d2fd55aa1ce6105989
Author: Dan Horák <dan at danny.cz>
Date:   Thu Nov 18 10:09:37 2010 +0100

    - no serial port on s390(x)

 .gitignore            |    1 +
 flterm.spec           |    6 +++++-
 milkymist-0.9.tar.bz2 |  Bin 9789995 -> 0 bytes
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..66ba891 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/milkymist-0.9.tar.bz2
diff --git a/flterm.spec b/flterm.spec
index caeb6c0..8eb2a30 100644
--- a/flterm.spec
+++ b/flterm.spec
@@ -1,6 +1,6 @@
 Name:           flterm
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Firmware download program
 
 Group:          Applications/Engineering
@@ -9,6 +9,7 @@ URL:            http://milkymist.org
 Source0:        http://milkymist.org/socdist/milkymist-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  clang
+ExcludeArch:    s390 s390x
 
 %description
 %{name} is a serial terminal, and firmware download program.
@@ -38,6 +39,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Nov 18 2010 Dan Horák <dan[at]danny.cz> - 0.9-3
+- no serial port on s390(x)
+
 * Sun Nov 07 2010 Shakthi Kannan <shakthimaan [AT] fedoraproject DOT com> - 0.9-2
 - Remove gd-devel dependency and use make flterm.
 


More information about the scm-commits mailing list