From 1882b18fac31c1551a5eb7c9c51c38a17732243b Mon Sep 17 00:00:00 2001 From: Jakub Ruzicka Date: Jul 14 2017 15:04:42 +0000 Subject: Add runtime dependency on pbr --- diff --git a/python-pymod2pkg.spec b/python-pymod2pkg.spec index 6c52f9a..5b0db8e 100644 --- a/python-pymod2pkg.spec +++ b/python-pymod2pkg.spec @@ -6,7 +6,7 @@ Name: python-pymod2pkg Version: 0.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: python module name to package name map License: ASL 2.0 URL: https://github.com/openstack/pymod2pkg.git @@ -21,6 +21,7 @@ their corresponding distro package names. %package -n python2-%{sname} Summary: python module name to package name map +Requires: python2-pbr BuildRequires: python-setuptools BuildRequires: python2-devel BuildRequires: python2-pbr @@ -34,6 +35,7 @@ their corresponding distro package names. %if 0%{?with_python3} %package -n python3-%{sname} Summary: python module name to package name map +Requires: python3-pbr BuildRequires: python3-setuptools BuildRequires: python3-devel BuildRequires: python3-pbr @@ -96,6 +98,9 @@ ln -s ./%{sname}-%{python2_version} %{buildroot}%{_bindir}/%{sname} %changelog +* Fri Jul 14 2017 Jakub Ruzicka 0.6.1-4 +- Add runtime dependency on pbr + * Sat Feb 11 2017 Fedora Release Engineering - 0.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild