From 229523151ce7865e7c1554953c4e5f8d9edbcb23 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:41:40 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- ypbind.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ypbind.spec b/ypbind.spec index a35b6a0..1d8c412 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -1,7 +1,7 @@ Name: ypbind Epoch: 3 Version: 2.7.2 -Release: 1 +Release: 2 Summary: NIS binding software License: GPLv2 URL: http://www.linux-nis.org/nis/ypbind-mt/index.html @@ -13,7 +13,7 @@ Source4: ypbind-post-waitbind Patch0: ypbind-1.11-gettextdomain.patch Patch2: ypbind-2.4-gettext_version.patch -BuildRequires: git gcc systemd automake autoconf libxslt +BuildRequires: gcc systemd automake autoconf libxslt BuildRequires: dbus-glib-devel systemd-devel docbook-style-xsl BuildRequires: libtirpc-devel libnsl2-devel gettext-devel Requires(post): systemd @@ -34,7 +34,7 @@ Buildarch: noarch The help package contains doc files for ypbind. %prep -%autosetup -n %{name}-mt-%{version} -p1 -S git +%autosetup -n %{name}-mt-%{version} -p1 autoreconf -fiv %build @@ -82,6 +82,9 @@ install -m 644 etc/yp.conf %{buildroot}/%{_sysconfdir}/yp.conf %{_mandir}/*/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.7.2-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Tue Jul 28 2020 lunankun - 2.7.2-1 - Type:update - ID:NA -- Gitee