From eb18ab3403f30ec126010d95d812d7bde3105184 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Thu, 27 Aug 2020 11:34:41 -0400 Subject: [PATCH 1/2] Add an empty %files section to main package In order for the jellyfin meta-package to exist, there has to be an empty %files section for it. Fixes: #3701 Signed-off-by: Brian J. Murrell --- fedora/jellyfin.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora/jellyfin.spec b/fedora/jellyfin.spec index e179f98381..9d3ea70acf 100644 --- a/fedora/jellyfin.spec +++ b/fedora/jellyfin.spec @@ -74,6 +74,9 @@ EOF %{__install} -D -m 0755 %{SOURCE14} %{buildroot}%{_libexecdir}/jellyfin/restart.sh %{__install} -D -m 0644 %{SOURCE16} %{buildroot}%{_prefix}/lib/firewalld/services/jellyfin.xml +%files +# empty as this is just a meta-package + %files server %attr(755,root,root) %{_bindir}/jellyfin %{_libdir}/jellyfin/*.json From 098cd5c388248fc97b3cd8bdab80f3c1bcc5094d Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Thu, 27 Aug 2020 16:36:24 -0400 Subject: [PATCH 2/2] Bump the Release To reflect the spec change, adding the %files. Signed-off-by: Brian J. Murrell --- fedora/jellyfin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/jellyfin.spec b/fedora/jellyfin.spec index 9d3ea70acf..379ca55428 100644 --- a/fedora/jellyfin.spec +++ b/fedora/jellyfin.spec @@ -8,7 +8,7 @@ Name: jellyfin Version: 10.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Free Software Media System License: GPLv3 URL: https://jellyfin.org