From f43cfe24e06d4dbcd613c479dfae12384142bd89 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 08 2018 22:30:14 +0000 Subject: add missing %systemd_requires for main package There are %post/%postun/etc. scripts in main package requiring systemd while Requires are missing. Signed-off-by: Igor Gnatenko --- diff --git a/pagure.spec b/pagure.spec index e8a82b3..bc0e480 100644 --- a/pagure.spec +++ b/pagure.spec @@ -82,6 +82,8 @@ Requires: python-munch Requires: python-redis Requires: mod_wsgi +%{?systemd_requires} + # No dependency of the app per se, but required to make it working. Requires: gitolite3