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: complete the list of required packages
Date: Fri, 11 Sep 2026 13:20:33 GMT [thread overview]
Message-ID: <178913283302.1.12016389048271306802.tests-selinux-179cfabade66@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-11 13:20 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=178913283302.1.12016389048271306802.tests-selinux-179cfabade66@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