From ca79d98cf170a3d71db959b2b48cab19aa5deefb Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 15:28:52 +0000 Subject: Fix wrongly converted requirement for python-python-oslo-i18n-lang --- diff --git a/python-oslo-i18n.spec b/python-oslo-i18n.spec index ba202a8..60044f7 100644 --- a/python-oslo-i18n.spec +++ b/python-oslo-i18n.spec @@ -40,7 +40,7 @@ BuildRequires: python2-babel Requires: python2-babel Requires: python2-six Requires: python2-fixtures -Requires: python2-%{pkg_name}-lang = %{version}-%{release} +Requires: python-%{pkg_name}-lang = %{version}-%{release} %description -n python2-oslo-i18n The oslo.i18n library contain utilities for working with internationalization @@ -61,7 +61,7 @@ BuildRequires: python3-fixtures Requires: python3-babel Requires: python3-six Requires: python3-fixtures -Requires: python2-%{pkg_name}-lang = %{version}-%{release} +Requires: python-%{pkg_name}-lang = %{version}-%{release} %description -n python3-oslo-i18n The oslo.i18n library contain utilities for working with internationalization