From 08b6c5bc81010dbaa6df2ecda389a79310ebd863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 9 Nov 2020 00:05:12 +0100 Subject: [PATCH] BuildRequire git-core instead of full blown git Switch from git %autosetup to git_am, the patches are commits. --- shared-mime-info.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared-mime-info.spec b/shared-mime-info.spec index 70ebc00..9c16228 100644 --- a/shared-mime-info.spec +++ b/shared-mime-info.spec @@ -24,7 +24,7 @@ BuildRequires: glib2-devel BuildRequires: gettext BuildRequires: itstool BuildRequires: meson -BuildRequires: git +BuildRequires: git-core # Disable pkgconfig autodep %global __requires_exclude ^/usr/bin/pkg-config$ @@ -38,7 +38,7 @@ a file. This is generally done by examining the file's name or contents, and looking up the correct MIME type in a database. %prep -%autosetup -S git +%autosetup -S git_am tar xjf %SOURCE6 mv xdgmime-*/ xdgmime/