From fb5b455ddbf32af23dd220c37cae5acc0f872655 Mon Sep 17 00:00:00 2001 From: shine_ <358715406@qq.com> Date: Wed, 9 Jun 2021 12:24:50 +0800 Subject: [PATCH] %grep no longer patched with git --- pakchois.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pakchois.spec b/pakchois.spec index 645a7bf..eddcc3d 100644 --- a/pakchois.spec +++ b/pakchois.spec @@ -1,7 +1,7 @@ Summary: The library wraped for PKCS#11 Name: pakchois Version: 0.4 -Release: 19 +Release: 20 License: LGPLv2+ URL: http://www.manyfish.co.uk/pakchois/ 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. %prep -%autosetup -n pakchois-%{version} -p1 -S git +%autosetup -n pakchois-%{version} -p1 %build %configure --enable-module-path=%{_libdir}/pkcs11:%{_libdir}/gnome-keyring:%{_libdir} @@ -48,5 +48,8 @@ The pakchois PKCS#11 wrapped development library. %{_libdir}/*.a %changelog +* Web 09 Jun 2021 zhaoyao - 0.4-20 +- %prep no longer patched with git + * Thu Apr 30 2020 Jeffery.Gao - 0.4-19 - Package init