From 69d3c7997259954738533b0032d7585a9c4a9eea Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Jul 27 2017 11:15:28 +0000 Subject: Don't use autosetup -S git Using the git autosetup requires BuildRequires: /usr/bin/git - not a big problem, but we don't maintain a big patch setup, so just use autosetup -p1. --- diff --git a/flatpak.spec b/flatpak.spec index 8935977..1dfacb9 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -106,7 +106,7 @@ This package contains libflatpak. %prep -%autosetup -S git +%autosetup -p1 %build