From bc6e66790b4866b4dd81e7b8174c89c9c8796c20 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 16 2018 15:05:01 +0000 Subject: Adjust the spec file, remove no longer needed lines and fix requirements Signed-off-by: Pierre-Yves Chibon --- diff --git a/files/pagure.spec b/files/pagure.spec index c8ac59f..a377ad3 100644 --- a/files/pagure.spec +++ b/files/pagure.spec @@ -14,7 +14,7 @@ BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-nose -BuildRequires: py-bcrypt +BuildRequires: python-bcrypt BuildRequires: python-alembic BuildRequires: python-arrow BuildRequires: python-binaryornot @@ -45,7 +45,7 @@ BuildRequires: python-sqlalchemy > 0.8 Requires: python-sqlalchemy > 0.8 BuildRequires: systemd -Requires: py-bcrypt +Requires: python-bcrypt Requires: python-alembic Requires: python-arrow Requires: python-binaryornot @@ -333,25 +333,21 @@ install -p -m 644 pagure-ev/pagure_ev.service \ %files webhook %license LICENSE -%{_libexecdir}/pagure-webhook/ %{_unitdir}/pagure_webhook.service %files ci %license LICENSE -%{_libexecdir}/pagure-ci/ %{_unitdir}/pagure_ci.service %files logcom %license LICENSE -%{_libexecdir}/pagure-logcom/ %{_unitdir}/pagure_logcom.service %files loadjson %license LICENSE -%{_libexecdir}/pagure-loadjson/ %{_unitdir}/pagure_loadjson.service