public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/selinux-policy] f44: Move the awk post-requires to the minimum subpackage
@ 2026-06-12 19:10 Fxzx micah
  0 siblings, 0 replies; only message in thread
From: Fxzx micah @ 2026-06-12 19:10 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/selinux-policy
            Branch : f44
            Commit : f57bf3ed93e24679ba55418c883042063f11e7fc
            Author : Fxzx micah <fxzxmicah@outlook.com>
            Date   : 2026-06-05T21:25:37+02:00
            Stats  : +2/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/selinux-policy/c/f57bf3ed93e24679ba55418c883042063f11e7fc?branch=f44

            Log:
            Move the awk post-requires to the minimum subpackage

Only the minimum subpackage uses awk during the pre stage.

---
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 5656255..ca579c1 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -57,7 +57,7 @@ BuildRequires: make
 BuildRequires: systemd-rpm-macros
 BuildRequires: groff
 Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER}
-Requires(post): /bin/awk /usr/bin/sha512sum
+Requires(pre): /usr/bin/sha512sum
 Requires(meta): (rpm-plugin-selinux if rpm-libs)
 Requires: selinux-policy-any = %{version}-%{release}
 Provides: selinux-policy-base = %{version}-%{release}
@@ -663,6 +663,7 @@ exit 0
 Summary: SELinux minimum policy
 Provides: selinux-policy-any = %{version}-%{release}
 Requires(post): policycoreutils-python-utils >= %{POLICYCOREUTILSVER}
+Requires(pre): /bin/awk
 Requires(pre): coreutils
 Requires(pre): selinux-policy = %{version}-%{release}
 Requires: selinux-policy = %{version}-%{release}

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

only message in thread, other threads:[~2026-06-12 19:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 19:10 [rpms/selinux-policy] f44: Move the awk post-requires to the minimum subpackage Fxzx micah

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