diff --git a/ccid.spec b/ccid.spec index 39db309..6f65b54 100644 --- a/ccid.spec +++ b/ccid.spec @@ -2,7 +2,7 @@ Name: ccid Version: 1.4.33 -Release: 2 +Release: 3 Summary: Provide a generic USB CCID driver and ICCD License: LGPLv2+ URL: https://ccid.apdu.fr/files/ @@ -16,7 +16,7 @@ Patch4: 0004-IFDHSetProtocolParameters-handle-ATR_GetConvention-e.patc Patch5: 0005-PPS_Match-fix-potential-read-of-uninitialized-buffer.patch Patch6: 0006-dw2i-fix-potential-integer-overflow.patch -BuildRequires: perl-interpreter perl-Getopt-Long libusb1-devel gnupg2 gcc git +BuildRequires: perl-interpreter perl-Getopt-Long libusb1-devel gnupg2 gcc BuildRequires: pcsc-lite-devel >= 1.8.9 Requires(post): systemd Requires(postun): systemd @@ -31,7 +31,7 @@ Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices).See the USB CCID and ICCD specifications from the USB working group. %prep -%autosetup -n ccid-%{version} -p1 -S git +%autosetup -n ccid-%{version} -p1 %build %configure --enable-twinserial @@ -55,6 +55,9 @@ cp -p src/openct/LICENSE LICENSE.openct %config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.4.33-3 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Fri Oct 30 2020 Zhiqiang Liu - 1.4.33-2 - backport some patches to fix some problems.