[mtdev] - drop ExcludeArch, mtdev becomes the required part of the desktop stack

Dan Horák sharkcz at fedoraproject.org
Wed May 21 08:52:07 UTC 2014


commit ff6af1db0307a52524ba8b1243d7722e90dcad03
Author: Dan Horák <dan at danny.cz>
Date:   Wed May 21 10:51:57 2014 +0200

    - drop ExcludeArch, mtdev becomes the required part of the desktop stack

 mtdev.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/mtdev.spec b/mtdev.spec
index fbbb2db..ef3100d 100644
--- a/mtdev.spec
+++ b/mtdev.spec
@@ -3,7 +3,7 @@
 
 Name:           mtdev
 Version:        1.1.5
-Release:        1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Release:        2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 Summary:        Multitouch Protocol Translation Library
 
 Group:          System Environment/Libraries
@@ -23,8 +23,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  autoconf automake libtool
 
-ExcludeArch: s390 s390x
-
 %description
 %{name} is a stand-alone library which transforms all variants of kernel MT
 events to the slotted type B protocol. The events put into mtdev may be from
@@ -75,6 +73,9 @@ rm -rf %{buildroot}
 %{_bindir}/mtdev-test
 
 %changelog
+* Wed May 21 2014 Dan Horák <dan[at]danny.cz> 1.1.5-2
+- drop ExcludeArch, mtdev becomes the required part of the desktop stack
+
 * Mon Mar 24 2014 Peter Hutterer <peter.hutterer at redhat.com> 1.1.5-1
 - mtdev 1.1.5
 


More information about the scm-commits mailing list