From 8fbff5d931987cb07f62cfc4e4bafd82317bcea8 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Apr 12 2017 16:36:58 +0000 Subject: Add missing requires python[3]-urllib3 --- diff --git a/python-etcd.spec b/python-etcd.spec index d26e228..ab55317 100644 --- a/python-etcd.spec +++ b/python-etcd.spec @@ -3,7 +3,7 @@ Name: %{srcname} Version: 0.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A python client library for etcd License: MIT @@ -47,6 +47,7 @@ election. Summary: %summary Requires: etcd Requires: python-dns +Requires: python-urllib3 %{?python_provide:%python_provide python2-%{modname}} %description -n python2-%{srcname} @@ -59,6 +60,7 @@ election. Summary: %summary Requires: etcd Requires: python3-dns +Requires: python3-urllib3 %{?python_provide:%python_provide python3-%{modname}} %description -n python3-%{srcname} @@ -97,6 +99,10 @@ nosetests src/etcd/tests/unit/ %{python3_sitelib}/* %changelog +* Wed Apr 12 2017 Matthew Barnes - 0.4.5-2 +- Add missing requires python[3]-urllib3 (rhbz#1440546). +- Patch from Oleg Gashev + * Thu Mar 2 2017 Steve Milner - 0.4.5-1 - Update to 0.4.5