From 43c3b7f8147d934e8a93d4abd97b511f8eee6fd0 Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Oct 04 2018 14:28:36 +0000 Subject: Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/selinux-policy --- diff --git a/selinux-policy.spec b/selinux-policy.spec index 222dad4..20d9656 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -67,7 +67,7 @@ Source35: container-selinux.tgz # Provide rpm macros for packages installing SELinux modules Source102: rpm.macros -Url: %{git0-base} +Url: %{git0} BuildArch: noarch BuildRequires: python3 gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils-devel >= %{POLICYCOREUTILSVER} bzip2 BuildRequires: gcc diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..d749802 --- /dev/null +++ b/tests/tests.yml @@ -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