public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: install the required packages
@ 2026-09-11 13:19 Milos Malik
  0 siblings, 0 replies; only message in thread
From: Milos Malik @ 2026-09-11 13:19 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:19 [tests/selinux] pr775-checkpolicy-revdeps: install the required packages Milos Malik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox