From 188485b36fe1423889558551fe0c494c3adf7b20 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 28 2015 12:47:53 +0000 Subject: Adjust the spec file No need to install python-pymilter to build the milter package as the file is installed using %install We need to have systemd-devel for the ev package as we are treating with systemd files/service. --- diff --git a/files/pagure.spec b/files/pagure.spec index 4a9931d..a73e2c4 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -83,7 +83,6 @@ create/merge pull-requests across or within projects. %package milters Summary: Milter to integrate pagure with emails BuildArch: noarch -BuildRequires: python-pymilter BuildRequires: systemd-devel Requires: python-pymilter Requires(post): systemd @@ -103,6 +102,7 @@ This is useful for example to allow commenting on a ticket by email. Summary: EventSource server for pagure BuildArch: noarch +BuildRequires: systemd-devel Requires: python-redis Requires: python-trollius Requires: python-trollius-redis