From e07356d63d1403a3af8c3359f4827d5c9ca036f5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 18 2016 09:29:25 +0000 Subject: Add missing R on python-redis --- diff --git a/python-fmn-consumer.spec b/python-fmn-consumer.spec index 1d33e9c..43f5c0c 100644 --- a/python-fmn-consumer.spec +++ b/python-fmn-consumer.spec @@ -8,7 +8,7 @@ Name: python-fmn-consumer Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Backend worker daemon for Fedora Notifications Group: Development/Libraries @@ -38,6 +38,7 @@ Requires: python-requests Requires: python-arrow Requires: python-bleach Requires: python-pika +Requires: python-redis Requires(post): systemd Requires(preun): systemd @@ -80,6 +81,9 @@ install -m 644 systemd/fmn-worker@.service \ %{_unitdir}/fmn-backend@.service %changelog +* Mon Jul 18 2016 Pierre-Yves Chibon - 1.0.1-3 +- Add missing deps on python-redis + * Mon Jul 18 2016 Pierre-Yves Chibon - 1.0.1-2 - Add systemd as BR