diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-08-27 16:47:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-27 16:47:19 -0400 |
| commit | c3ef1f56f6b1fc4d7e0accaa2178df078f2afd08 (patch) | |
| tree | 5a64273d9dcf8f2477e3402469ff009ab6efdd35 | |
| parent | 16e3bd094f4c7c1b485ef164bf0a32267b7542c0 (diff) | |
| parent | 098cd5c388248fc97b3cd8bdab80f3c1bcc5094d (diff) | |
Merge pull request #4001 from brianjmurrell/patch-1
Add an empty %files section to main package
| -rw-r--r-- | fedora/jellyfin.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/jellyfin.spec b/fedora/jellyfin.spec index e179f9838..379ca5542 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 @@ -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 |
