From e4286e550ebdabd5cb0ec5a97379f03d3ea8df6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 11 Jan 2017 17:29:37 -0500 Subject: [PATCH] Also require sed and grep for libs %post https://bugzilla.redhat.com/show_bug.cgi?id=1392236#c12 --- systemd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd.spec b/systemd.spec index f9d8723..2fcbaaf 100644 --- a/systemd.spec +++ b/systemd.spec @@ -142,6 +142,8 @@ Obsoletes: systemd-compat-libs < 230 Obsoletes: nss-myhostname < 0.4 Provides: nss-myhostname = 0.4 Provides: nss-myhostname%{_isa} = 0.4 +Requires(post): sed +Requires(post): grep %description libs Libraries for systemd and udev.