public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milos Malik <mmalik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: install the required packages
Date: Fri, 11 Sep 2026 13:19:41 GMT	[thread overview]
Message-ID: <178913278161.1.16746191899227261996.tests-selinux-7a766b5ecdf5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 7a766b5ecdf594d01f6e0587d59b5dab72aa2c48
            Author : Milos Malik <mmalik@redhat.com>
            Date   : 2022-02-24T13:17:44+00:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/7a766b5ecdf594d01f6e0587d59b5dab72aa2c48?branch=pr775-checkpolicy-revdeps

            Log:
            install the required packages

For unknown reason, the selinux-policy-mls package is not installed
before execution of the TC, even though it it a required package.
From now on, the TC will install the package explicitely.

---
diff --git a/checkpolicy/checkpolicy/runtest.sh b/checkpolicy/checkpolicy/runtest.sh
index 7bdfbba..821d735 100644
--- a/checkpolicy/checkpolicy/runtest.sh
+++ b/checkpolicy/checkpolicy/runtest.sh
@@ -35,6 +35,7 @@ PACKAGE="checkpolicy"
 rlJournalStart
     rlPhaseStartSetup
         rlAssertRpm ${PACKAGE}
+        rlRun "yum -y install selinux-policy-minimum selinux-policy-mls selinux-policy-targeted"
         rlAssertRpm selinux-policy-minimum
         rlAssertRpm selinux-policy-mls
         rlAssertRpm selinux-policy-targeted

                 reply	other threads:[~2026-09-11 13:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178913278161.1.16746191899227261996.tests-selinux-7a766b5ecdf5@fedoraproject.org \
    --to=mmalik@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox