Updated freeipa-admintool spec file to include additional tools.

Updated freeipa-python to depend on PyKerberos package.
This commit is contained in:
Karl MacMillan
-
parent 9238e3cb4a
commit 288128d560
4 changed files with 20 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
Name: freeipa-python
Version: VERSION
Release: 3%{?dist}
Release: 4%{?dist}
Summary: FreeIPA authentication server
Group: System Environment/Base
@@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: python
Requires: python PyKerberos
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -42,6 +42,9 @@ rm -rf %{buildroot}
%changelog
* Fri Aug 17 2007 Karl MacMillan <kmacmill@redhat.com> = 0.2.0-4
- Added PyKerberos dep.
* Mon Aug 5 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-3
- Abstracted client class to work directly or over RPC