[python-blockdiag] devel packages require the base packages

Dridi Boukelmoune dridi at fedoraproject.org
Sun Feb 16 15:26:45 UTC 2014


commit 813a1217fe823ca67959667f4193e99515328cbf
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Sun Feb 16 16:26:03 2014 +0100

    devel packages require the base packages

 python-blockdiag.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/python-blockdiag.spec b/python-blockdiag.spec
index 4fa1f2f..5d8b791 100644
--- a/python-blockdiag.spec
+++ b/python-blockdiag.spec
@@ -56,6 +56,7 @@ This package installs the %{srcname} module for Python 3.
 
 %package -n python-%{srcname}-devel
 Summary:        Development files for python-%{srcname}
+Requires:       python-%{srcname} = %{version}-%{release}
 
 
 %description -n python-%{srcname}-devel
@@ -64,6 +65,7 @@ Development files for python-%{srcname}.
 
 %package -n python3-%{srcname}-devel
 Summary:        Development files for python3-%{srcname}
+Requires:       python3-%{srcname} = %{version}-%{release}
 
 
 %description -n python3-%{srcname}-devel


More information about the scm-commits mailing list