mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Removing auto requires in the rpm
This commit is contained in:
parent
d423dba653
commit
4017a58446
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: kyoo_rpm
|
||||
path: ./rpm/**/*.rpm
|
||||
path: ./rpm/x86_64/*.rpm
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: kyoo_debian
|
||||
|
@ -1,3 +1,5 @@
|
||||
%define _build_id_links none
|
||||
|
||||
Name: kyoo
|
||||
Version: 0.0.1
|
||||
Release: 1
|
||||
@ -6,6 +8,7 @@ URL: https://github.com/AnonymusRaccoon/Kyoo
|
||||
License: GPL-3.0
|
||||
BuildArch: x86_64
|
||||
Requires: postgresql-server
|
||||
AutoReqProv: no
|
||||
|
||||
%description
|
||||
A media browser
|
||||
|
Loading…
x
Reference in New Issue
Block a user