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

This commit is contained in:
chenyanpanHW 2021-07-30 22:57:36 +08:00
parent 2cdefcd510
commit eac3ee9325
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,6 +1,6 @@
Name: libXdmcp Name: libXdmcp
Version: 1.1.3 Version: 1.1.3
Release: 2 Release: 3
Summary: X Display Manager Control Protocol library Summary: X Display Manager Control Protocol library
License: MIT License: MIT
Url: https://xorg.freedesktop.org/ Url: https://xorg.freedesktop.org/
@ -8,7 +8,7 @@ Source0: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{ve
Patch0: 0003-Add-getentropy-emulation-through-syscall.patch Patch0: 0003-Add-getentropy-emulation-through-syscall.patch
BuildRequires: xorg-x11-util-macros xmlto xorg-x11-proto-devel autoconf automake libtool git BuildRequires: xorg-x11-util-macros xmlto xorg-x11-proto-devel autoconf automake libtool
%description %description
@ -26,7 +26,7 @@ The %{name}-devel package contains libraries and header files for %{name}.
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} -p1 -S git %autosetup -n %{name}-%{version} -p1
%build %build
autoreconf -ivf autoreconf -ivf
@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%doc README.md ChangeLog %doc README.md ChangeLog
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.1.3-3
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Sat Dec 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-2 * Sat Dec 28 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.3-2
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA