delete -S git from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-08-02 10:15:26 +08:00
parent a289653052
commit 61407788dc
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,7 +1,7 @@
%define _hardened_build 1 %define _hardened_build 1
Name: realmd Name: realmd
Version: 0.16.3 Version: 0.16.3
Release: 23 Release: 24
Summary: AD integration detection Summary: AD integration detection
License: LGPLv2+ License: LGPLv2+
URL: https://cgit.freedesktop.org/realmd/realmd/ URL: https://cgit.freedesktop.org/realmd/realmd/
@ -15,7 +15,7 @@ Patch4: backport-Fix-for-ini-config-test-issue.patch
Patch9000: fix-build-bug-with-distro-of-openeuler.patch Patch9000: fix-build-bug-with-distro-of-openeuler.patch
BuildRequires: gcc automake autoconf intltool pkgconfig gettext-devel glib2-devel >= 2.32.0 BuildRequires: gcc automake autoconf intltool pkgconfig gettext-devel glib2-devel >= 2.32.0
BuildRequires: openldap-devel polkit-devel krb5-devel systemd-devel libxslt xmlto python3 git BuildRequires: openldap-devel polkit-devel krb5-devel systemd-devel libxslt xmlto python3
Requires: authselect polkit Requires: authselect polkit
%description %description
@ -25,7 +25,7 @@ realms/domains like Active Directory or IPA.
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 -S git %autosetup -n %{name}-%{version} -p1
%build %build
autoreconf -fi autoreconf -fi
@ -60,6 +60,9 @@ make check
%{_mandir}/man5/* %{_mandir}/man5/*
%changelog %changelog
* Mon Aug 02 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.16.3-24
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Sun Feb 7 2021 lirui <lirui130@huawei.com> - 0.16.3-23 * Sun Feb 7 2021 lirui <lirui130@huawei.com> - 0.16.3-23
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA