1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

38 commits

Author SHA1 Message Date
Joshua M. Boniface
8d1c34f80e Bump version to 10.8.11 2023-09-23 21:41:43 -04:00
Joshua M. Boniface
55714d5341 Bump version to 10.8.10 2023-04-23 11:01:37 -04:00
Joshua M. Boniface
72c66e91ed Bump version to 10.8.9 2023-01-22 14:09:15 -05:00
Joshua M. Boniface
b909369127 Bump version to 10.8.8 2022-11-29 13:43:09 -05:00
Joshua M. Boniface
de8ee44b22 Bump version to 10.8.7 2022-10-31 23:06:37 -04:00
Joshua M. Boniface
1b33cb6f9b Bump version to 10.8.6 2022-10-28 22:44:19 -04:00
Joshua M. Boniface
354157c003 Bump version to 10.8.5 2022-09-24 22:02:30 -04:00
Joshua Boniface
bb040b90d1 Bump version to 10.8.4 2022-08-13 21:52:06 -04:00
Joshua Boniface
2feaff3648 Bump version to 10.8.3 2022-08-01 20:22:02 -04:00
Joshua M. Boniface
45fe89c26f Bump version to 10.8.2 2022-08-01 14:27:58 -04:00
Joshua M. Boniface
e1ed816a13 Bump version to 10.8.1 2022-06-26 21:00:43 -04:00
Tarulia
5d5be25008 Move web-files to default location
* when running Jellyfin as a user from a terminal without passing
  arguments, it would not find the web-files. This moves them to the
  expected/default location.
* fixes #2059
2022-06-16 03:29:49 +02:00
Tarulia
390a0edf70 Standardise Fedora spec to packaging guidelines
* move actual building process to %build
* remove AutoReqProv as the package purely contains text files and
  fonts. There's no dependencies to begin with. This feature is also
  intended as sort of a "last resort" and we don't need this here.
* define LICENSE as %license, which automatically puts it in a
  standardised directory
2022-06-16 03:29:49 +02:00
Tarulia
2896cfbdb2 Adjust license in Fedora Spec according to LICENSE 2022-06-16 03:29:49 +02:00
Tarulia
2ff0a67e10 Rewrite Fedora build version detection
Rewrite so we don't need to constantly update with every new Fedora
release. This is especially useful when Fedora and Jellyfin release
cycles don't line up.

Version selection is as follows:
* TARGET environment variable, which is currently used already
* Currently running Fedora version
* Hardcoded Fallback version that can be updated occasionally
2022-06-16 03:29:49 +02:00
Joshua M. Boniface
e727eed1d1 Bump version to 10.8.0 2022-06-10 22:17:34 -04:00
Joshua M. Boniface
4582e6185a Bump version to 10.8.0-beta3 2022-05-15 20:17:00 -04:00
Joshua M. Boniface
9c9b2721c5 Bump version to 10.8.0-beta2 2022-04-17 15:53:31 -04:00
Joshua M. Boniface
b4fce063b0 Bump packaging version to 10.8.0~beta1 2022-03-27 12:12:46 -04:00
Bill Thornton
25c4718bee Fix centos build permissions 2021-12-29 15:17:18 -05:00
Bill Thornton
215a27b202 Fix fedora build version 2021-12-29 11:48:15 -05:00
Brian J. Murrell
8b6f2305d1 Fix for Fedora builds 2021-12-14 09:43:48 -05:00
Brian J. Murrell
ab899d46ea Fix to build on EL7 2021-12-14 09:05:32 -05:00
Brian J. Murrell
b907d08b86 Run bump_version in make srpm
Also add an "rpms" target that builds the RPMs using mock in a target
environment.

Fix BuildRequires: for RH platforms.

Fixes: #3221

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2021-12-13 13:01:48 -05:00
Brian J. Murrell
27c0cff47c
Remove chown -R root:root from specfile
%install is run as non-root and as such, chown root is not allowed to be done it.

The correct way of achieving a setting of ownership in RPM specfiles is to do it
in the %files section(s).

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2021-11-16 10:43:29 -05:00
Fernando Fernández
2f1d0be543 chore(npm): fix CI after switch 2021-04-09 01:12:20 +02:00
Fernando Fernández
6efef9680d Switch to npm 2021-04-08 00:34:03 +02:00
dkanada
f78426c1d0
revert release version bump in fedora spec 2021-03-23 13:35:15 +09:00
Brian J. Murrell
573c942202 pull fedora changes into master branch 2021-03-20 01:34:08 +09:00
Joshua M. Boniface
cb8ea6310f Bump version to 10.8.0 for next release 2020-12-04 21:58:48 -05:00
dkanada
2032322692
revert release bump for now 2020-09-16 04:23:48 +09:00
Brian J. Murrell
6553cea696
Add BR: git for all distros
Seems the Fedora yarn package also doesn't Requires: git so add it
as a BuildRequires:.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2020-09-03 10:33:59 -04:00
Joshua M. Boniface
2ff95140bb Merge pull request #1849 from brianjmurrell/patch-1
Add BuildRequires: git to Fedora specfile

(cherry picked from commit 5f1af65c2e)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-08-30 16:07:09 -04:00
Joshua M. Boniface
fc73a8a98a Bump master version to 10.7.0 for next release 2020-07-27 19:15:26 -04:00
dkanada
f9797c0658 add packaging step on azure and refactor pipelines 2020-06-13 00:18:20 +09:00
dkanada
c867677d70
update links
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-19 20:29:30 +09:00
Joshua M. Boniface
60b0bbd082 Improve dependencies in CentOS 2020-03-24 00:19:04 -04:00
Joshua M. Boniface
a52d37bfa9 Add Fedora package specification 2020-03-24 00:02:41 -04:00