Added missing dependencies of Sanity/rebuild-glibc test.
This commit is contained in:
parent
3c30ab4799
commit
02ae2beb4c
@ -10,7 +10,9 @@ framework: beakerlib
|
|||||||
require:
|
require:
|
||||||
- audit-libs-devel
|
- audit-libs-devel
|
||||||
- binutils
|
- binutils
|
||||||
|
- bison
|
||||||
- gcc
|
- gcc
|
||||||
|
- gcc-c++
|
||||||
- gd-devel
|
- gd-devel
|
||||||
- glibc-devel
|
- glibc-devel
|
||||||
- glibc-static
|
- glibc-static
|
||||||
@ -26,8 +28,11 @@ require:
|
|||||||
- nss-devel
|
- nss-devel
|
||||||
- nss-softokn-devel
|
- nss-softokn-devel
|
||||||
- nss-util-devel
|
- nss-util-devel
|
||||||
|
- python3-devel
|
||||||
- rpm-build
|
- rpm-build
|
||||||
- systemtap-sdt-devel
|
- systemtap-sdt-devel
|
||||||
|
- texinfo
|
||||||
|
- valgrind
|
||||||
- yum-utils
|
- yum-utils
|
||||||
recommend:
|
recommend:
|
||||||
- glibc-devel.ppc
|
- glibc-devel.ppc
|
||||||
@ -64,6 +69,9 @@ adjust:
|
|||||||
- libstdc++-static.i686
|
- libstdc++-static.i686
|
||||||
- libstdc++-static.x86_64
|
- libstdc++-static.x86_64
|
||||||
when: arch == x86_64
|
when: arch == x86_64
|
||||||
|
- require-:
|
||||||
|
- python3-devel
|
||||||
|
when: distro < rhel-8
|
||||||
- enabled: false
|
- enabled: false
|
||||||
when: collection is defined
|
when: collection is defined
|
||||||
continue: false
|
continue: false
|
||||||
|
Loading…
Reference in New Issue
Block a user