From 50d12d6d2e680d32a5940afa0242c2c75df57d1f Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Fri, 28 Sep 2007 16:46:08 -0400 Subject: Misc small fixes * Remove the rpmbuild tree with the dist-clean target. * Move ipa-server-setupssl from /usr/sbin to /usr/share/ipa * Check in requirement change for generated freeipa-python.spec * Fix interactive hostname in ipa-server-install. --- 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 d7185d07..f2403582 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 python-krbV +Requires: python PyKerberos %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -- cgit