From 20c9de43a0ad357125503ad79ef0e40bc0f9e637 Mon Sep 17 00:00:00 2001 From: webbuilder_pel7ppc64bebuilder0 Date: Sat, 13 Jul 2019 16:43:45 +0200 Subject: [PATCH] radicale make build changes for dependencies Signed-off-by: webbuilder_pel7ppc64bebuilder0 --- SPECS/radicale.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SPECS/radicale.spec b/SPECS/radicale.spec index 52a548a..6bf1625 100644 --- a/SPECS/radicale.spec +++ b/SPECS/radicale.spec @@ -54,8 +54,8 @@ version 3. Summary: A simple CalDAV (calendar) and CardDAV (contact) server Requires: python3-vobject >= 0.9.6 Requires: python3-dateutil >= 2.7.3 -Requires: python3-bcrypt -Requires: python3-passlib +Requires: python3-bcrypt +Requires: python3-passlib Provides: python-%{name} = %{version}-%{release} Obsoletes: python-%{name} < %{version}-%{release} @@ -83,6 +83,8 @@ httpd example config for Radicale (Python3). %autosetup -n Radicale-%{version} mkdir SELinux cp -p %{SOURCE4} %{SOURCE5} %{SOURCE6} SELinux +sed 's/0\.9\.6/0\.9\.0/g' -i setup.py +sed 's/2\.7\.3/2\.5\.6/g' -i setup.py %build %{__python3} setup.py build