!8 ccid delete -S git from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2021-07-31 02:40:33 +00:00 committed by Gitee
commit d9f8afe600

View File

@ -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 <chenyanpan@huawei.com> - 1.4.33-3
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Fri Oct 30 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.4.33-2
- backport some patches to fix some problems.