From f36140c2c72a0384b3f3f908dbe2449dfeec2514 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 11 Feb 2009 21:14:02 +0000 Subject: [PATCH] - remove excludearch s390, s390x (#467788) even though s390 does not have libusb or smartCards, the libusb packages are required to build other packages. --- pcsc-lite.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pcsc-lite.spec b/pcsc-lite.spec index 56c8422..aeb12d3 100644 --- a/pcsc-lite.spec +++ b/pcsc-lite.spec @@ -1,6 +1,6 @@ Name: pcsc-lite Version: 1.4.102 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PC/SC Lite smart card framework and applications Group: System Environment/Daemons @@ -21,8 +21,6 @@ Requires(preun): /sbin/chkconfig Requires(preun): initscripts Requires(postun): initscripts Requires: pcsc-ifd-handler -# 390 does not have libusb or smartCards -ExcludeArch: s390 s390x %description The purpose of PC/SC Lite is to provide a Windows(R) SCard interface @@ -149,6 +147,11 @@ fi %changelog +* Wed Feb 11 2009 Karsten Hopp 1.4.102-4 +- remove excludearch s390, s390x (#467788) + even though s390 does not have libusb or smartCards, the libusb + packages are required to build other packages. + * Thu Aug 18 2008 Bob Relyea - 1.4.102-3 - bump tag becaue the build system can't deal with mistakes.