From 7b969737112c7a26711c3d4a9713ef1ca30f1be8 Mon Sep 17 00:00:00 2001 From: "rcritten@redhat.com" Date: Fri, 21 Sep 2007 10:24:36 -0400 Subject: Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive mode Add ipa-passwd tool Add simple field validation package This patch adds a package requirement, python-krbV. This is needed to determine the current user based on their kerberos ticket. --- ipa-python/freeipa-python.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-python/freeipa-python.spec') diff --git a/ipa-python/freeipa-python.spec b/ipa-python/freeipa-python.spec index f2403582..d7185d07 100755 --- a/ipa-python/freeipa-python.spec +++ b/ipa-python/freeipa-python.spec @@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: python PyKerberos +Requires: python PyKerberos python-krbV %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -- cgit