From 54f07b225adc084eaa2d10aa01e10a8190f4ee30 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Aug 08 2017 15:52:08 +0000 Subject: bodhi-server now depends on bodhi-client (#1479456). Signed-off-by: Randy Barlow --- diff --git a/bodhi.spec b/bodhi.spec index 5ca0f07..9df556b 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -1,6 +1,6 @@ Name: bodhi Version: 2.9.0 -Release: 3%{?dist} +Release: 4%{?dist} BuildArch: noarch License: GPLv2+ @@ -135,6 +135,7 @@ Common files shared by bodhi-client and bodhi-server. Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet +Requires: bodhi-client == %{version}-%{release} Requires: createrepo_c Requires: fedmsg Requires: fedmsg-base @@ -352,6 +353,9 @@ virtualenv --system-site-packages --no-pip --never-download .test-virtualenv %changelog +* Tue Aug 08 2017 Randy Barlow - 2.9.0-4 +- bodhi-server now depends on bodhi-client for some of its CLI tools (#1479456). + * Tue Aug 08 2017 Randy Barlow - 2.9.0-3 - Depend on filesystem instead of bash-completion (#1479341).