commit a597b237415344b89561bcda43734418b99b6cf6
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Thu May 28 07:13:26 2020 -0500
Use git to apply binary patch.
mythtv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 3d9baf4..9a3ac70 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -157,7 +157,7 @@ Requires(postun): systemd
BuildRequires: gcc-c++ lzo-devel
# For binary diff support
-BuildRequires: git
+BuildRequires: git-core
BuildRequires: perl-generators
BuildRequires: desktop-file-utils
BuildRequires: qt5-qtbase-devel >= 5.2
@@ -838,7 +838,7 @@ on demand content.
################################################################################
%prep
-%autosetup -p1 -n %{name}-%{version}
+%autosetup -S git -p1 -n %{name}-%{version}
# Remove exe permissions
Show replies by date