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: require the service command instead of its package
Date: Fri, 11 Sep 2026 13:19:26 GMT [thread overview]
Message-ID: <178913276642.1.12086625354705976183.tests-selinux-735763c486c0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : 735763c486c0be541c4772b4b39be8e0b6134f92
Author : Milos Malik <mmalik@redhat.com>
Date : 2021-10-13T20:35:51+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/735763c486c0be541c4772b4b39be8e0b6134f92?branch=pr775-checkpolicy-revdeps
Log:
require the service command instead of its package
Recently, the service command was moved from the initscripts package
to the initscripts-service package. The service command is necessary
for operations with audit daemon, because it's not possible to
restart the audit daemon using the systemctl command.
Now, the SELinux beaker library requires the /usr/sbin/service command
instead of a package name.
---
diff --git a/selinux-policy/Library/common/Makefile b/selinux-policy/Library/common/Makefile
index 07d41bb..b274700 100644
--- a/selinux-policy/Library/common/Makefile
+++ b/selinux-policy/Library/common/Makefile
@@ -46,11 +46,11 @@ $(METADATA): Makefile
@echo "Description: Common library for SELinux related components" >> $(METADATA)
@echo "Type: Library" >> $(METADATA)
@echo "TestTime: 120m" >> $(METADATA)
- @echo "Requires: setools" >> $(METADATA)
@echo "Requires: setools-console" >> $(METADATA)
@echo "Requires: expect" >> $(METADATA)
@echo "Requires: policycoreutils" >> $(METADATA)
@echo "Requires: /usr/sbin/semanage" >> $(METADATA)
+ @echo "Requires: /usr/sbin/service" >> $(METADATA)
@echo "Requires: selinux-policy-devel" >> $(METADATA)
@echo "Requires: yum-utils" >> $(METADATA)
@echo "Requires: python3 sqlite" >> $(METADATA)
reply other threads:[~2026-09-11 13:19 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=178913276642.1.12086625354705976183.tests-selinux-735763c486c0@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