From b716f690cab47781d4a29aa4f60bc877a6b9b671 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:35:22 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- ding-libs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ding-libs.spec b/ding-libs.spec index c08f748..9b8fcbd 100644 --- a/ding-libs.spec +++ b/ding-libs.spec @@ -7,7 +7,7 @@ Name: ding-libs Version: 0.6.1 -Release: 42 +Release: 43 Summary: 'Ding is not GLib' utility libraries License: LGPLv3+ URL: https://pagure.io/SSSD/ding-libs @@ -17,7 +17,7 @@ Patch1: INI-Remove-definiton-of-TRACE_LEVEL.patch Patch2: INI-Fix-detection-of-error-messages.patch Patch3: TEST-validators_ut_check-Fix-fail-with-new-glibc.patch -BuildRequires: autoconf,automake,check-devel,doxygen,gcc,git,libtool,m4,pkgconfig +BuildRequires: autoconf,automake,check-devel,doxygen,gcc,libtool,m4,pkgconfig Obsoletes: libpath_utils = %{Vpath_utils}, libdhash = %{Vdhash}, libref_array = %{Vref_array} Obsoletes: libcollection = %{Vcollection}, libbasicobjects = %{Vbasicobjects}, libini_config = %{Vini_config} Provides: libpath_utils = %{Vpath_utils}, libdhash = %{Vdhash}, libref_array = %{Vref_array} @@ -41,7 +41,7 @@ This package provides development libraries and other development files. %package_help %prep -%autosetup -p1 -Sgit +%autosetup -p1 autoreconf -fiv %build @@ -83,5 +83,8 @@ cp -pr ini/doc/html %{buildroot}%{_docdir}/%{name}-help/libini_config %{_docdir}/%{name}-help/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.6.1-43 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Fri Sep 06 2019 openEuler Buildteam - 0.6.1-42 - Package Init