From ab5fca033c0d3ccd73e1d0f4acc86eb8cc3441fb Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 22 Mar 2021 13:27:10 +0100 Subject: [PATCH] Drop git BuildRequires and just apply patches with regular patch This avoids a large build dep, and for most patches, regular patch -p1 works just fine (the package doesn't have any downstream patches right now). --- gvfs.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gvfs.spec b/gvfs.spec index 72fa7bc..bd4e361 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -31,7 +31,6 @@ Source0: https://download.gnome.org/sources/gvfs/1.47/gvfs-%{version}.tar.xz BuildRequires: meson BuildRequires: gcc -BuildRequires: git BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(dbus-glib-1) @@ -220,7 +219,7 @@ The gvfs-tests package contains tests that can be used to verify the functionality of the installed gvfs package. %prep -%autosetup -p1 -S git +%autosetup -p1 %build %meson -Dinstalled_tests=true \