delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 22:35:22 +08:00
parent 1b0217c7e5
commit b716f690ca
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -7,7 +7,7 @@
Name: ding-libs Name: ding-libs
Version: 0.6.1 Version: 0.6.1
Release: 42 Release: 43
Summary: 'Ding is not GLib' utility libraries Summary: 'Ding is not GLib' utility libraries
License: LGPLv3+ License: LGPLv3+
URL: https://pagure.io/SSSD/ding-libs 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 Patch2: INI-Fix-detection-of-error-messages.patch
Patch3: TEST-validators_ut_check-Fix-fail-with-new-glibc.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: libpath_utils = %{Vpath_utils}, libdhash = %{Vdhash}, libref_array = %{Vref_array}
Obsoletes: libcollection = %{Vcollection}, libbasicobjects = %{Vbasicobjects}, libini_config = %{Vini_config} Obsoletes: libcollection = %{Vcollection}, libbasicobjects = %{Vbasicobjects}, libini_config = %{Vini_config}
Provides: libpath_utils = %{Vpath_utils}, libdhash = %{Vdhash}, libref_array = %{Vref_array} 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 %package_help
%prep %prep
%autosetup -p1 -Sgit %autosetup -p1
autoreconf -fiv autoreconf -fiv
%build %build
@ -83,5 +83,8 @@ cp -pr ini/doc/html %{buildroot}%{_docdir}/%{name}-help/libini_config
%{_docdir}/%{name}-help/* %{_docdir}/%{name}-help/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.6.1-43
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Fri Sep 06 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.6.1-42 * Fri Sep 06 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.6.1-42
- Package Init - Package Init