From 15c4d73def66608c68d6979af2625f92d0eac957 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:25:30 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- cachefilesd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cachefilesd.spec b/cachefilesd.spec index b62a359..b9e3304 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -1,13 +1,13 @@ Name: cachefilesd Version: 0.10.10 -Release: 7 +Release: 8 Summary: CacheFiles user-space management daemon Group: System Environment/Daemons License: GPLv2+ URL: http://people.redhat.com/~dhowells/fscache/ Source0: https://people.redhat.com/dhowells/cachefs/cachefilesd-%{version}.tar.bz2 -BuildRequires: gcc systemd-units git +BuildRequires: gcc systemd-units Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -25,7 +25,7 @@ Summary:Files for cachefilesd help Files for cachefilesd help %prep -%autosetup -n %{name}-%{version} -S git -p1 +%autosetup -n %{name}-%{version} -p1 %build make all CFLAGS="-Wall -Werror $RPM_OPT_FLAGS $RPM_LD_FLAGS $ARCH_OPT_FLAGS" @@ -62,6 +62,9 @@ install -D -m 644 cachefilesd.service %{buildroot}%{_unitdir}/cachefilesd.servic %{_mandir}/*/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.10.10-8 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Tue Sep 8 2020 lihaotian - 0.10.10-7 - Type:bugfix - ID:NA