From 5f75ea2001ea51709b1a77a067c0f918284f4ccd Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 26 Jul 2017 11:25:25 +0200 Subject: [PATCH] Fix typo in samba-dc requirements --- samba.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 86613e7..675a3f9 100644 --- a/samba.spec +++ b/samba.spec @@ -347,7 +347,7 @@ Requires: %{name}-winbind = %{samba_depver} %if %{with_dc} # samba-tool requirements, explicitly require python2 right now Requires: python2 -Requires: python2-python = %{samba_depver} +Requires: python2-%{name} = %{samba_depver} Requires: python2-crypto ### Note that samba-dc right now cannot be used with Python 3