!2 解除git依赖,避免冗余依赖缺失导致的error。

From: @shine_
Reviewed-by: @hht8,@miao_kaibo
Signed-off-by: @miao_kaibo
This commit is contained in:
openeuler-ci-bot 2021-06-16 10:40:27 +00:00 committed by Gitee
commit 52efb26af9

View File

@ -1,7 +1,7 @@
Summary: The library wraped for PKCS#11 Summary: The library wraped for PKCS#11
Name: pakchois Name: pakchois
Version: 0.4 Version: 0.4
Release: 19 Release: 20
License: LGPLv2+ License: LGPLv2+
URL: http://www.manyfish.co.uk/pakchois/ URL: http://www.manyfish.co.uk/pakchois/
Source0: http://www.manyfish.co.uk/pakchois/pakchois-%{version}.tar.gz Source0: http://www.manyfish.co.uk/pakchois/pakchois-%{version}.tar.gz
@ -20,7 +20,7 @@ Requires: pkgconfig, pakchois = %{version}-%{release}
The pakchois PKCS#11 wrapped development library. The pakchois PKCS#11 wrapped development library.
%prep %prep
%autosetup -n pakchois-%{version} -p1 -S git %autosetup -n pakchois-%{version} -p1
%build %build
%configure --enable-module-path=%{_libdir}/pkcs11:%{_libdir}/gnome-keyring:%{_libdir} %configure --enable-module-path=%{_libdir}/pkcs11:%{_libdir}/gnome-keyring:%{_libdir}
@ -48,5 +48,8 @@ The pakchois PKCS#11 wrapped development library.
%{_libdir}/*.a %{_libdir}/*.a
%changelog %changelog
* Web 09 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 0.4-20
- %prep no longer patched with git
* Thu Apr 30 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.4-19 * Thu Apr 30 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.4-19
- Package init - Package init