From 976e81686e41ed11e67f91ddf08f126284ed2ac3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Oct 26 2017 10:08:23 +0000 Subject: packaging: drop EL6 bits We have bunch of systemd stuff in spec, so I have serious doubts it works on el6 given that there is no systemd. Signed-off-by: Igor Gnatenko --- diff --git a/files/pagure.spec b/files/pagure.spec index 484acd7..6b3e0a8 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -41,15 +41,9 @@ BuildRequires: python-munch BuildRequires: python-enum34 BuildRequires: python-redis -# EPEL6 -%if ( 0%{?rhel} && 0%{?rhel} == 6 ) -BuildRequires: python-sqlalchemy0.8 -Requires: python-sqlalchemy0.8 -%else BuildRequires: python-sqlalchemy > 0.8 Requires: python-sqlalchemy > 0.8 BuildRequires: systemd -%endif Requires: py-bcrypt Requires: python-alembic