diff options
author | Simo Sorce <ssorce@redhat.com> | 2007-08-09 14:52:54 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2007-08-09 14:52:54 -0400 |
commit | a59c36b394dba5f8b371c1a6cdab0317a5507486 (patch) | |
tree | 91cbc96560da1e0aebe3b0dda64c8b3191495a0b /ipa-python/freeipa-python.spec | |
parent | 950bddf2a32b765ee97df5442a1ec9c0a358ccb3 (diff) | |
parent | cf93b1bc642a843242cc9aaf585c08c5475ad632 (diff) | |
download | freeipa.git-a59c36b394dba5f8b371c1a6cdab0317a5507486.tar.gz freeipa.git-a59c36b394dba5f8b371c1a6cdab0317a5507486.tar.xz freeipa.git-a59c36b394dba5f8b371c1a6cdab0317a5507486.zip |
merge in changes from upstream
Diffstat (limited to 'ipa-python/freeipa-python.spec')
-rwxr-xr-x | ipa-python/freeipa-python.spec | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ipa-python/freeipa-python.spec b/ipa-python/freeipa-python.spec index 61be3a5d..e9b1e708 100755 --- a/ipa-python/freeipa-python.spec +++ b/ipa-python/freeipa-python.spec @@ -1,6 +1,6 @@ Name: freeipa-python Version: 0.1.0 -Release: 1%{?dist} +Release: 3%{?dist} Summary: FreeIPA authentication server Group: System Environment/Base @@ -15,6 +15,7 @@ Requires: python %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %define pkgpythondir %{python_sitelib}/ipa +%define configdir /etc/ipa %description FreeIPA is a server for identity, policy, and audit. @@ -25,6 +26,7 @@ FreeIPA is a server for identity, policy, and audit. %install rm -rf %{buildroot} mkdir -p %{buildroot}%{pkgpythondir} +mkdir -p %{buildroot}%{configdir} make install DESTDIR=%{buildroot} @@ -36,9 +38,17 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{pkgpythondir}/* +%config(noreplace) %{configdir}/ipa.conf %changelog +* Mon Aug 5 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-3 +- Abstracted client class to work directly or over RPC + +* Wed Aug 1 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-2 +- Add User class +- Add kerberos authentication to the XML-RPC request made from tools. + * Fri Jul 27 2007 Karl MacMillan <kmacmill@localhost.localdomain> - 0.1.0-1 - Initial rpm version |