From 0c12475d77fde4e81d73faa691a6488594caa6c2 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:25:04 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git (cherry picked from commit c317c9211feef7044cc39644d971014cf5848dc1) --- btrfs-progs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/btrfs-progs.spec b/btrfs-progs.spec index a1961f4..32f2eb2 100644 --- a/btrfs-progs.spec +++ b/btrfs-progs.spec @@ -1,6 +1,6 @@ Name: btrfs-progs Version: 5.7 -Release: 3 +Release: 4 Summary: btrfs userspace programs License: GPLv2 and GPL+ and LGPL-2.1+ and GPL-3.0+ and LGPL-2.1 and Artistic-1.0-Perl and MIT URL: https://btrfs.wiki.kernel.org/index.php/Main_Page @@ -9,7 +9,7 @@ Patch1: 0001-btrfs-progs-convert-prevent-32bit-overflow-for-cctx-.patch BuildRequires: python3-devel >= 3.4 BuildRequires: libacl-devel, e2fsprogs-devel, libblkid-devel, libuuid-devel, zlib-devel, libzstd-devel, lzo-devel -BuildRequires: git, gcc, asciidoc, systemd, xmlto, autoconf, automake +BuildRequires: gcc, asciidoc, systemd, xmlto, autoconf, automake %define _root_sbindir /sbin @@ -33,7 +33,7 @@ Requires: man This package includes man files for btrfs-progs %prep -%autosetup -n %{name}-v%{version} -p1 -S git +%autosetup -n %{name}-v%{version} -p1 %build ./autogen.sh @@ -69,6 +69,9 @@ make mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir %{_mandir}/man8/*.gz %changelog +* Fri Jul 30 2021 chenyanpanHW - 5.7-4 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Dec 10 2020 yanglongkang - 5.7-3 - fix URL error -- Gitee