76b46e8d99
Allow rngd process to drop privileges with "-D user:group" Fix an error building with jitterentropy-3.4.0 Add a requirement for selinux-policy of a certain version Fix a build failure on ppc64 Small edits in test scripts Resolves: rhbz#2075977 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
19 lines
390 B
YAML
19 lines
390 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- selftest
|
|
required_packages:
|
|
- jitterentropy-devel
|
|
- jansson-devel
|
|
- libcap-devel
|
|
- libxml2
|
|
- libxml2-devel
|
|
- openssl-devel
|
|
- libcurl-devel
|
|
- libgcrypt-devel
|