From 4a65df23aa53d6736962a47951dc250d19c2dbf6 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Aug 08 2017 15:55:05 +0000 Subject: bodhi-server now depends on bodhi-client (#1479456). Signed-off-by: Randy Barlow --- diff --git a/bodhi.spec b/bodhi.spec index 79a24e2..7c6afda 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -1,6 +1,6 @@ Name: bodhi Version: 2.9.0 -Release: 2%{?dist} +Release: 3%{?dist} BuildArch: noarch License: GPLv2+ @@ -109,6 +109,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 @@ -348,6 +349,9 @@ virtualenv --system-site-packages --no-pip --never-download .test-virtualenv %changelog +* Tue Aug 08 2017 Randy Barlow - 2.9.0-3 +- bodhi-server now depends on bodhi-client for some of its CLI tools (#1479456). + * Tue Aug 08 2017 Randy Barlow - 2.9.0-2 - Depend on filesystem instead of bash-completion (#1479341).