Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/selinux-policy
This commit is contained in:
commit
43c3b7f814
@ -67,7 +67,7 @@ Source35: container-selinux.tgz
|
|||||||
# Provide rpm macros for packages installing SELinux modules
|
# Provide rpm macros for packages installing SELinux modules
|
||||||
Source102: rpm.macros
|
Source102: rpm.macros
|
||||||
|
|
||||||
Url: %{git0-base}
|
Url: %{git0}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3 gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils-devel >= %{POLICYCOREUTILSVER} bzip2
|
BuildRequires: python3 gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils-devel >= %{POLICYCOREUTILSVER} bzip2
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
31
tests/tests.yml
Normal file
31
tests/tests.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-beakerlib
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
repositories:
|
||||||
|
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
||||||
|
dest: "selinux"
|
||||||
|
fmf_filter: "tier:1 | component:selinux-policy"
|
||||||
|
required_packages:
|
||||||
|
- dosfstools
|
||||||
|
- e2fsprogs
|
||||||
|
- gcc
|
||||||
|
- git
|
||||||
|
- grep
|
||||||
|
- checkpolicy
|
||||||
|
- libselinux
|
||||||
|
- libselinux-utils
|
||||||
|
- libsemanage
|
||||||
|
- libsepol
|
||||||
|
- libsepol-devel
|
||||||
|
- policycoreutils
|
||||||
|
- policycoreutils-python
|
||||||
|
- selinux-policy
|
||||||
|
- selinux-policy-devel
|
||||||
|
- selinux-policy-minimum
|
||||||
|
- selinux-policy-mls
|
||||||
|
- selinux-policy-targeted
|
||||||
|
- setools-console
|
||||||
|
- util-linux
|
Loading…
Reference in New Issue
Block a user