pcsc-lite uses libusb which does not exist on s390. Since smart cards don't

exist either, pcsc-lite isn't needed for s390.
This commit is contained in:
Robert Relyea 2006-07-10 21:04:55 +00:00
parent 522338d472
commit ba2139062a
1 changed files with 5 additions and 1 deletions

View File

@ -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 <rrelyea@redhat.com> - 1.3.1-3
- remove s390 from the build
* Mon Jun 5 2006 Bob Relyea <rrelyea@redhat.com> - 1.3.1-2
- Move to Fedora Core.
- Remove dependency on graphviz.