From ba2139062ad99c040134706cb257527c36a4826b Mon Sep 17 00:00:00 2001 From: Robert Relyea Date: Mon, 10 Jul 2006 21:04:55 +0000 Subject: [PATCH] pcsc-lite uses libusb which does not exist on s390. Since smart cards don't exist either, pcsc-lite isn't needed for s390. --- pcsc-lite.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pcsc-lite.spec b/pcsc-lite.spec index 4d0281f..6dfd37c 100644 --- a/pcsc-lite.spec +++ b/pcsc-lite.spec @@ -1,6 +1,6 @@ Name: pcsc-lite Version: 1.3.1 -Release: 2 +Release: 3 Summary: PC/SC Lite smart card framework and applications Group: System Environment/Daemons @@ -16,6 +16,7 @@ BuildRequires: doxygen Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig Requires: pcsc-ifd-handler +ExcludeArch: s390 s390x # 390 does not have libusb or smartCards %description The purpose of PC/SC Lite is to provide a Windows(R) SCard interface @@ -139,6 +140,9 @@ fi %changelog +* Mon Jul 10 2006 Bob Relyea - 1.3.1-3 +- remove s390 from the build + * Mon Jun 5 2006 Bob Relyea - 1.3.1-2 - Move to Fedora Core. - Remove dependency on graphviz.