2nd attempt of repoclosure fixes
This commit is contained in:
parent
1bfe5e5060
commit
b264f7f876
1 changed files with 22 additions and 4 deletions
|
|
@ -77,6 +77,7 @@ data:
|
|||
- libedit
|
||||
- libglvnd
|
||||
- libical
|
||||
- libICE
|
||||
- jbigkit
|
||||
- libjpeg-turbo
|
||||
- libselinux
|
||||
|
|
@ -110,8 +111,9 @@ data:
|
|||
- tcp_wrappers
|
||||
- time
|
||||
- xfsprogs
|
||||
- xorg-x11-xbitmaps
|
||||
- xorg-x11-proto-devel
|
||||
- xorg-x11-xbitmaps
|
||||
- xorg-x11-xtrans-devel
|
||||
# FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=1449809
|
||||
# https://koji.fedoraproject.org/koji/taskinfo?taskID=19489426
|
||||
# - libvirt
|
||||
|
|
@ -173,6 +175,7 @@ data:
|
|||
- libedit
|
||||
- libglvnd
|
||||
- libical
|
||||
- libICE
|
||||
- jbigkit
|
||||
- libjpeg-turbo
|
||||
- libselinux
|
||||
|
|
@ -206,8 +209,9 @@ data:
|
|||
- tcp_wrappers
|
||||
- time
|
||||
- xfsprogs
|
||||
- xorg-x11-xbitmaps
|
||||
- xorg-x11-proto-devel
|
||||
- xorg-x11-xbitmaps
|
||||
- xorg-x11-xtrans-devel
|
||||
# FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=1449809
|
||||
# https://koji.fedoraproject.org/koji/taskinfo?taskID=19489426
|
||||
# - libvirt
|
||||
|
|
@ -232,6 +236,8 @@ data:
|
|||
- git-email
|
||||
- git-gui
|
||||
- gtk2-immodules
|
||||
- libtool
|
||||
- libtool-ltdl-devel
|
||||
components:
|
||||
rpms:
|
||||
# libtool provides libtool-ltdl, a runtime library:
|
||||
|
|
@ -474,6 +480,18 @@ data:
|
|||
rationale: requirement for libX11.
|
||||
ref: f26
|
||||
buildorder: 8
|
||||
xorg-x11-xtrans-devel:
|
||||
rationale: requirement for libICE.
|
||||
ref: f26
|
||||
buildorder: 9
|
||||
libICE:
|
||||
rationale: requirement for libXt.
|
||||
ref: f26
|
||||
buildorder: 10
|
||||
libXau:
|
||||
rationale: Runtime requirement for libXp.
|
||||
ref: f26
|
||||
buildorder: 11
|
||||
libxcb:
|
||||
rationale: Runtime requirement for libX11-devel.
|
||||
ref: f26
|
||||
|
|
@ -490,7 +508,7 @@ data:
|
|||
# motif:
|
||||
# rationale: Component for shared userspace - motif.
|
||||
# ref: f26
|
||||
# buildorder: 10
|
||||
# buildorder: 12
|
||||
libXft:
|
||||
rationale: Requirement for motif.
|
||||
ref: f26
|
||||
|
|
@ -502,7 +520,7 @@ data:
|
|||
libXt:
|
||||
rationale: Requirement for motif.
|
||||
ref: f26
|
||||
buildorder: 5
|
||||
buildorder: 11
|
||||
xorg-x11-xbitmaps:
|
||||
rationale: Requirement for motif.
|
||||
ref: f26
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue