Improve dependencies in CentOS
This commit is contained in:
parent
bd3f711f51
commit
60b0bbd082
1 changed files with 5 additions and 2 deletions
|
@ -9,8 +9,11 @@ URL: https://jellyfin.media
|
||||||
# Jellyfin Server tarball created by `make -f .copr/Makefile srpm`, real URL ends with `v%{version}.tar.gz`
|
# Jellyfin Server tarball created by `make -f .copr/Makefile srpm`, real URL ends with `v%{version}.tar.gz`
|
||||||
Source0: jellyfin-web-%{version}.tar.gz
|
Source0: jellyfin-web-%{version}.tar.gz
|
||||||
|
|
||||||
Requires(pre): shadow-utils
|
%if 0%{?centos}
|
||||||
BuildRequires: nodejs-yarn
|
BuildRequires: yarn
|
||||||
|
%else
|
||||||
|
BuildRequires nodejs-yarn
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
# Disable Automatic Dependency Processing
|
# Disable Automatic Dependency Processing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue