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: skip certain tests on RHEL-10 because of their irrelevance
Date: Fri, 11 Sep 2026 13:23:02 GMT [thread overview]
Message-ID: <178913298205.1.2455274206578186747.tests-selinux-be07ded92919@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : be07ded92919d9c64f3fc01d07c78ac975f64712
Author : Milos Malik <mmalik@redhat.com>
Date : 2025-07-23T13:37:45+02:00
Stats : +6/-8 in 6 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/be07ded92919d9c64f3fc01d07c78ac975f64712?branch=pr775-checkpolicy-revdeps
Log:
skip certain tests on RHEL-10 because of their irrelevance
The following tests are not relevant for RHEL-10 because the required
packages are not available for RHEL-10:
* /selinux-policy/caddy-and-similar
* /selinux-policy/cups-pdf-and-similar
* /selinux-policy/ntpsec-and-similar
---
diff --git a/selinux-policy/caddy-and-similar/Makefile b/selinux-policy/caddy-and-similar/Makefile
index 7bd0661..30ed418 100644
--- a/selinux-policy/caddy-and-similar/Makefile
+++ b/selinux-policy/caddy-and-similar/Makefile
@@ -61,7 +61,7 @@ $(METADATA): Makefile
@echo "License: GPLv2" >> $(METADATA)
@echo "Confidential: no" >> $(METADATA)
@echo "Destructive: no" >> $(METADATA)
- @echo "Releases: -RHEL4 -RHEL5 -RHEL6 -RHEL7 -RHEL8" >> $(METADATA)
+ @echo "Releases: -RHEL4 -RHEL5 -RHEL6 -RHEL7 -RHEL10" >> $(METADATA)
@echo "Bug: 1706651" >> $(METADATA) # Fedora 30
@echo "Bug: 2122886" >> $(METADATA) # Fedora 36
diff --git a/selinux-policy/caddy-and-similar/main.fmf b/selinux-policy/caddy-and-similar/main.fmf
index cc426ee..be06a73 100644
--- a/selinux-policy/caddy-and-similar/main.fmf
+++ b/selinux-policy/caddy-and-similar/main.fmf
@@ -30,7 +30,7 @@ tag:
- NoRHIVOS
adjust:
- enabled: false
- when: distro == rhel-4, rhel-5, rhel-6, rhel-7
+ when: distro == rhel-4, rhel-5, rhel-6, rhel-7, centos-stream-10, rhel-10
because: the caddy package is not available there
link:
- verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1706651
diff --git a/selinux-policy/cups-pdf-and-similar/Makefile b/selinux-policy/cups-pdf-and-similar/Makefile
index c5b6428..4b09310 100644
--- a/selinux-policy/cups-pdf-and-similar/Makefile
+++ b/selinux-policy/cups-pdf-and-similar/Makefile
@@ -62,7 +62,7 @@ $(METADATA): Makefile
@echo "License: GPLv2" >> $(METADATA)
@echo "Confidential: no" >> $(METADATA)
@echo "Destructive: no" >> $(METADATA)
- @echo "Releases: -RHEL4 -RHEL5 -RHEL6 -RHEL7" >> $(METADATA)
+ @echo "Releases: -RHEL4 -RHEL5 -RHEL6 -RHEL7 -RHEL10" >> $(METADATA)
@echo "Bug: 560220" >> $(METADATA) # Fedora 12
@echo "Bug: 563977" >> $(METADATA) # Fedora 12
@echo "Bug: 570782" >> $(METADATA) # Fedora 12
diff --git a/selinux-policy/cups-pdf-and-similar/main.fmf b/selinux-policy/cups-pdf-and-similar/main.fmf
index fd859d9..f83fbee 100644
--- a/selinux-policy/cups-pdf-and-similar/main.fmf
+++ b/selinux-policy/cups-pdf-and-similar/main.fmf
@@ -35,7 +35,6 @@ tag:
- epel
- rhel8-epel
- rhel9-epel
- - rhel10-epel
- NoRHIVOS
link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=560220
@@ -50,7 +49,7 @@ link:
- verifies: https://bugzilla.redhat.com/show_bug.cgi?id=2234765
adjust:
- enabled: false
- when: distro == rhel-4, rhel-5, rhel-6, rhel-alt-7
+ when: distro == rhel-4, rhel-5, rhel-6, rhel-alt-7, rhel-10, centos-stream-10
continue: false
extra-nitrate: TC#0607292
extra-summary: /CoreOS/selinux-policy/Regression/cups-pdf-and-similar
diff --git a/selinux-policy/ntpsec-and-similar/Makefile b/selinux-policy/ntpsec-and-similar/Makefile
index e0800fe..bd21b6d 100644
--- a/selinux-policy/ntpsec-and-similar/Makefile
+++ b/selinux-policy/ntpsec-and-similar/Makefile
@@ -61,7 +61,7 @@ $(METADATA): Makefile
@echo "License: GPLv2" >> $(METADATA)
@echo "Confidential: no" >> $(METADATA)
@echo "Destructive: no" >> $(METADATA)
- @echo "Releases: -RHEL4 -RHEL5 -RHEL6 -RHEL7 -RHEL8 -RHEL9" >> $(METADATA)
+ @echo "Releases: -RHEL4 -RHEL5 -RHEL6 -RHEL7 -RHEL8 -RHEL10" >> $(METADATA)
@echo "Bug: 2246805" >> $(METADATA) # Fedora 38
@echo "Bug: RHEL-15085" >> $(METADATA) # RHEL-9
diff --git a/selinux-policy/ntpsec-and-similar/main.fmf b/selinux-policy/ntpsec-and-similar/main.fmf
index bee3455..ba88066 100644
--- a/selinux-policy/ntpsec-and-similar/main.fmf
+++ b/selinux-policy/ntpsec-and-similar/main.fmf
@@ -29,7 +29,6 @@ tag:
- NoRHEL8
- epel
- rhel9-epel
- - rhel10-epel
- targeted
- NoRHIVOS
tier: '3'
@@ -38,7 +37,7 @@ link:
- verifies: https://issues.redhat.com/browse/RHEL-15085
adjust:
- enabled: false
- when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8
+ when: distro == rhel-4, rhel-5, rhel-6, rhel-7, rhel-8, centos-stream-8, rhel-10, centos-stream-10
because: the ntpsec package is not available there
extra-summary: /CoreOS/selinux-policy/Regression/ntpsec-and-similar
extra-task: /CoreOS/selinux-policy/Regression/ntpsec-and-similar
reply other threads:[~2026-09-11 13:23 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=178913298205.1.2455274206578186747.tests-selinux-be07ded92919@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