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

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 179cfabade66988358f09703be95bcedd6707e2a
            Author : Milos Malik <mmalik@redhat.com>
            Date   : 2023-03-07T09:45:45+00:00
            Stats  : +37/-6 in 7 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/179cfabade66988358f09703be95bcedd6707e2a?branch=pr775-checkpolicy-revdeps

            Log:
            complete the list of required packages

Some of the automated tests call programs which are not required
in any form (package name or program location). The problem should
be fixed now.

---
diff --git a/libselinux/selinux_restorecon-functions/Makefile b/libselinux/selinux_restorecon-functions/Makefile
index 631f5a8..f826c98 100644
--- a/libselinux/selinux_restorecon-functions/Makefile
+++ b/libselinux/selinux_restorecon-functions/Makefile
@@ -53,7 +53,7 @@ $(METADATA): Makefile
 	@echo "Type:            Sanity" >> $(METADATA)
 	@echo "TestTime:        5m" >> $(METADATA)
 	@echo "RunFor:          libselinux" >> $(METADATA)
-	@echo "Requires:        libselinux libselinux-devel glibc strace" >> $(METADATA)
+	@echo "Requires:        libselinux libselinux-devel glibc strace gcc" >> $(METADATA)
 	@echo "Priority:        Normal" >> $(METADATA)
 	@echo "License:         GPLv2+" >> $(METADATA)
 	@echo "Confidential:    no" >> $(METADATA)

diff --git a/libselinux/selinux_restorecon-functions/main.fmf b/libselinux/selinux_restorecon-functions/main.fmf
index e3dd75c..528527d 100644
--- a/libselinux/selinux_restorecon-functions/main.fmf
+++ b/libselinux/selinux_restorecon-functions/main.fmf
@@ -8,6 +8,7 @@ recommend:
   - libselinux-devel
   - glibc
   - strace
+  - gcc
 enabled: true
 tag:
   - CI-Tier-1

diff --git a/libselinux/selinux_sestatus-functions/Makefile b/libselinux/selinux_sestatus-functions/Makefile
index d3ad9e8..0693800 100644
--- a/libselinux/selinux_sestatus-functions/Makefile
+++ b/libselinux/selinux_sestatus-functions/Makefile
@@ -41,7 +41,6 @@ build: $(BUILT_FILES)
 clean:
 	rm -f *~ $(BUILT_FILES)
 
-
 include /usr/share/rhts/lib/rhts-make.include
 
 $(METADATA): Makefile
@@ -53,7 +52,7 @@ $(METADATA): Makefile
 	@echo "Type:            Sanity" >> $(METADATA)
 	@echo "TestTime:        5m" >> $(METADATA)
 	@echo "RunFor:          libselinux" >> $(METADATA)
-	@echo "Requires:        libselinux libselinux-devel glibc" >> $(METADATA)
+	@echo "Requires:        libselinux libselinux-devel glibc gcc" >> $(METADATA)
 	@echo "Priority:        Normal" >> $(METADATA)
 	@echo "License:         GPLv2+" >> $(METADATA)
 	@echo "Confidential:    no" >> $(METADATA)
@@ -61,3 +60,4 @@ $(METADATA): Makefile
 	@echo "Releases:        -RHEL4 -RHELClient5 -RHELServer5 -RHEL6" >> $(METADATA)
 
 	rhts-lint $(METADATA)
+

diff --git a/libselinux/selinux_sestatus-functions/main.fmf b/libselinux/selinux_sestatus-functions/main.fmf
index 18c1a60..24abbb1 100644
--- a/libselinux/selinux_sestatus-functions/main.fmf
+++ b/libselinux/selinux_sestatus-functions/main.fmf
@@ -7,6 +7,7 @@ recommend:
   - libselinux
   - libselinux-devel
   - glibc
+  - gcc
 enabled: true
 tag:
   - CI-Tier-1

diff --git a/libselinux/selinux_set_callback/main.fmf b/libselinux/selinux_set_callback/main.fmf
index 3d61e91..22cbd2b 100644
--- a/libselinux/selinux_set_callback/main.fmf
+++ b/libselinux/selinux_set_callback/main.fmf
@@ -1 +1,30 @@
-path: /libselinux/selinux_set_callback
+summary: Test selinux_set_callback function
+description: ''
+contact: Milos Malik <mmalik@redhat.com>
+component:
+  - libselinux
+test: ./runtest.sh
+framework: beakerlib
+recommend:
+  - libselinux
+  - gcc
+  - glibc
+  - libselinux-devel
+duration: 5m
+enabled: true
+tag:
+  - CI-Tier-1
+  - NoRHEL4
+  - NoRHEL5
+  - TIPpass_Security
+  - TierCandidatesPASS
+  - f32friendly
+  - f33friendly
+  - targeted
+adjust:
+  - enabled: false
+    when: distro == rhel-4, rhel-5
+    continue: false
+extra-nitrate: TC#0540241
+extra-summary: /CoreOS/libselinux/Sanity/selinux_set_callback
+extra-task: /CoreOS/libselinux/Sanity/selinux_set_callback

diff --git a/libsemanage/verify-options-in-semanage-conf/Makefile b/libsemanage/verify-options-in-semanage-conf/Makefile
index 3f94665..83b6c9a 100644
--- a/libsemanage/verify-options-in-semanage-conf/Makefile
+++ b/libsemanage/verify-options-in-semanage-conf/Makefile
@@ -53,7 +53,7 @@ $(METADATA): Makefile
 	@echo "Type:            Sanity" >> $(METADATA)
 	@echo "TestTime:        10m" >> $(METADATA)
 	@echo "RunFor:          libsemanage" >> $(METADATA)
-	@echo "Requires:        libselinux libselinux-utils libsemanage policycoreutils policycoreutils-python selinux-policy selinux-policy-devel" >> $(METADATA)
+	@echo "Requires:        libselinux libselinux-utils libsemanage policycoreutils policycoreutils-python-utils selinux-policy selinux-policy-devel" >> $(METADATA)
 	@echo "Priority:        Normal" >> $(METADATA)
 	@echo "License:         GPLv2" >> $(METADATA)
 	@echo "Confidential:    no" >> $(METADATA)

diff --git a/libsemanage/verify-options-in-semanage-conf/main.fmf b/libsemanage/verify-options-in-semanage-conf/main.fmf
index 5f2c7e8..380bfad 100644
--- a/libsemanage/verify-options-in-semanage-conf/main.fmf
+++ b/libsemanage/verify-options-in-semanage-conf/main.fmf
@@ -14,7 +14,7 @@ recommend:
   - libselinux-utils
   - libsemanage
   - policycoreutils
-  - policycoreutils-python
+  - policycoreutils-python-utils
   - selinux-policy
   - selinux-policy-devel
 duration: 10m

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

only message in thread, other threads:[~2026-09-11 13:20 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:20 [tests/selinux] pr775-checkpolicy-revdeps: complete the list of 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