diff options
| author | Brian J. Murrell <brian@interlinx.bc.ca> | 2020-08-27 11:34:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-27 11:34:41 -0400 |
| commit | eb18ab3403f30ec126010d95d812d7bde3105184 (patch) | |
| tree | 0d60c1e6e985d4d74356a724df8e20dad63ba379 | |
| parent | 16e3bd094f4c7c1b485ef164bf0a32267b7542c0 (diff) | |
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 <brian@interlinx.bc.ca>
| -rw-r--r-- | fedora/jellyfin.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fedora/jellyfin.spec b/fedora/jellyfin.spec index e179f9838..9d3ea70ac 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 |
