From 81b012368e10a5a201e4c9f695bb7bf819a98b0f Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:06:51 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- mariadb-connector-c.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index 4f68fc4..dede5b6 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -1,13 +1,13 @@ Name: mariadb-connector-c Version: 3.0.6 -Release: 8 +Release: 9 Summary: MariaDB connector library in C License: LGPLv2+ URL: https://github.com/MariaDB/mariadb-connector-c Source0: https://downloads.mariadb.com/Connectors/c/connector-c-%{version}/mariadb-connector-c-%{version}-src.tar.gz BuildRequires: libcurl-devel zlib-devel openssl-devel -BuildRequires: cmake git gcc +BuildRequires: cmake gcc Provides: %{name}-config%{?_isa} %{name}-config Obsoletes: %{name}-config @@ -26,7 +26,7 @@ Requires: openssl-devel This package includes library and header files for development. %prep -%autosetup -n %{name}-%{version}-src -p1 -S git +%autosetup -n %{name}-%{version}-src -p1 %build %cmake . \ @@ -91,6 +91,9 @@ end %{_libdir}/*.so %changelog +* Fri Jul 30 2021 chenyanpanHW - 3.0.6-9 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Tue Jun 29 2021 zhouwenpei - 3.0.6-8 - add buildrequire gcc