commit 05cfd372ab13169d25bc30087997c25d2818418f
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Wed Feb 27 09:11:50 2019 -0600
Add minizip-compat-devel for f30+.
mythtv.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 1d47e8e..d7d1764 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -277,7 +277,11 @@ BuildRequires: systemd-devel
%endif
%if %{with mythgame}
+ %if 0%{?fedora} >= 30
+BuildRequires: minizip-compat-devel
+ %else
BuildRequires: minizip-devel
+ %endif
%endif
@@ -876,9 +880,7 @@ on demand content.
################################################################################
%prep
-%setup -q -n %{name}-%{version}
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1 -n %{name}-%{version}
# Remove compiled python file
#find -name *.pyc -exec rm -f {} \;
Show replies by date