From e7ec0c885ae7d44ae753707657edf4f217d2cb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Thu, 5 Jul 2018 18:19:21 +0200 Subject: [PATCH 1/2] Spec: fix typo in Url field (introduced in 51dc83b2d) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- selinux-policy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index e435aae5..56138ed7 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 From 7939eeafa8940d8587595107f5d984365297c185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Thu, 20 Sep 2018 18:51:04 +0200 Subject: [PATCH 2/2] Enable CI tests using the Standard Test Interface Adding initial set of selinux tests from the shared test repo according to the Standard Test Interface [1]. See Quick Start Guide [2] for brief introduction about how to run these tests and the Fedora CI portal [3] for more detailed info and links. [1] https://fedoraproject.org/wiki/CI/Standard_Test_Interface [2] https://fedoraproject.org/wiki/CI/Quick_Start_Guide [3] https://fedoraproject.org/wiki/CI --- tests/tests.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 00000000..d749802d --- /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