commit 1d88947f40618a7a47096a4a6b449cfbba6e604e
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Fri Apr 23 12:56:59 2021 -0500
Drop dependencies no longer required
kodi.spec | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 77fc68e..f23d530 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -42,7 +42,7 @@
Name: kodi
Version: 19.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -254,15 +254,6 @@ Requires: libmad%{?_isa}
Requires: librtmp%{?_isa}
Requires: shairplay-libs%{?_isa}
-# needed when doing a minimal install, see
-#
https://bugzilla.rpmfusion.org/show_bug.cgi?id=1844
-Requires: glx-utils
-%if 0%{?fedora} > 33
-Requires: xdpyinfo
-%else
-Requires: xorg-x11-utils
-%endif
-
# This is just symlinked to, but needed both at build-time
# and for installation
Requires: python3-pillow%{?_isa}
@@ -465,6 +456,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%changelog
+* Fri Apr 23 2021 Michael Cronenworth <mike(a)cchtml.com> - 19.0-3
+- Drop old dependencies
+
* Thu Apr 22 2021 Michael Cronenworth <mike(a)cchtml.com> - 19.0-2
- Update dependency on xdpyinfo (rfbz#5979)