public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: skip certain tests on RHEL-10 because of their irrelevance
@ 2026-09-11 13:23 Milos Malik
  0 siblings, 0 replies; only message in thread
From: Milos Malik @ 2026-09-11 13:23 UTC (permalink / raw)
  To: git-commits

            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

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

only message in thread, other threads:[~2026-09-11 13:23 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:23 [tests/selinux] pr775-checkpolicy-revdeps: skip certain tests on RHEL-10 because of their irrelevance Milos Malik

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