From 5cf06f31c50a67a2b10b08161344995a7cff8bc5 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:38:23 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- gdbm.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gdbm.spec b/gdbm.spec index 51fdfb2..e9c1487 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -1,13 +1,13 @@ Name: gdbm Version: 1.20 -Release: 1 +Release: 2 Epoch: 1 Summary: A library of database functions that work similar to the standard UNIX dbm License: GPLv3+ URL: http://www.gnu.org/software/gdbm/ Source0: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz -BuildRequires: gcc libtool gettext readline-devel git +BuildRequires: gcc libtool gettext readline-devel Provides: %{name}-libs Provides: %{name}-libs%{?_isa} @@ -40,7 +40,7 @@ Requires: man info Man pages and other related documents for %{name}. %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build %configure --disable-static --disable-largefile --disable-rpath --enable-libgdbm-compat @@ -96,6 +96,9 @@ fi %{_infodir}/*.info* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.20-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Fri Jul 20 2021 yanglongkang - 1.20-1 - upgrade package to 1.20