summaryrefslogtreecommitdiffstats
path: root/ipa-python/freeipa-python.spec
diff options
context:
space:
mode:
authorrcritten@redhat.com <rcritten@redhat.com>2007-09-21 10:24:36 -0400
committerrcritten@redhat.com <rcritten@redhat.com>2007-09-21 10:24:36 -0400
commit7b969737112c7a26711c3d4a9713ef1ca30f1be8 (patch)
tree27c9475aaa3951de88eabedfe2e1a125225fe2fe /ipa-python/freeipa-python.spec
parent919d037189cd3134d3eb4ba07b5ce131f018936f (diff)
downloadfreeipa.git-7b969737112c7a26711c3d4a9713ef1ca30f1be8.tar.gz
freeipa.git-7b969737112c7a26711c3d4a9713ef1ca30f1be8.tar.xz
freeipa.git-7b969737112c7a26711c3d4a9713ef1ca30f1be8.zip
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.
Diffstat (limited to 'ipa-python/freeipa-python.spec')
-rwxr-xr-xipa-python/freeipa-python.spec2
1 files changed, 1 insertions, 1 deletions
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()")}