From 3763ac51eb71162e2fd608fb86a42e8ac1bf3a65 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:58:39 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- libecap.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libecap.spec b/libecap.spec index c62addf..76d195b 100644 --- a/libecap.spec +++ b/libecap.spec @@ -1,13 +1,13 @@ Name: libecap Version: 1.0.1 -Release: 4 +Release: 5 Summary: an loadable eCAP adapter for Squid HTTP-Proxy License: BSD URL: http://www.e-cap.org/ Source0: http://www.e-cap.org/archive/%{name}-%{version}.tar.gz Source1: autoconf.h -BuildRequires: git gcc gcc-c++ +BuildRequires: gcc gcc-c++ %description eCAP is a software interface that allows a network application, @@ -27,7 +27,7 @@ BuildArch: noarch Help files for %{name} %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build %configure @@ -63,5 +63,8 @@ make check %doc README %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.0.1-5 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Wed Aug 28 2019 openEuler Buildteam - 1.0.1-4 - Package init -- Gitee