瀏覽代碼

Add missing Requires

Turns out BuildRequires don't translate to Requires automatically (not
in this dirty setup, anyway).  Nasty as is, we have to add them by hand.
Yes, even devel.

Sorry I didn't know better, Java guys!
Alois Mahdal 8 年之前
父節點
當前提交
58808c72db
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      bisq-exchange.spec.in

+ 2
- 0
bisq-exchange.spec.in 查看文件

14
 BuildRequires: java-1.8.0-openjdk-openjfx
14
 BuildRequires: java-1.8.0-openjdk-openjfx
15
 BuildRequires: maven
15
 BuildRequires: maven
16
 
16
 
17
+Requires: java-1.8.0-openjdk-devel
18
+Requires: java-1.8.0-openjdk-openjfx
17
 %description
19
 %description
18
 The decentralized bitcoin exchange https://bisq.network
20
 The decentralized bitcoin exchange https://bisq.network
19
 
21