diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-05-23 15:32:40 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-05-28 14:09:08 -0400 |
commit | 0f9b944ddec84b912107bfe81b2f9cde86bbe119 (patch) | |
tree | 969f43c70c56ef4cba303ab662f2a8b23af0fee6 | |
parent | f32f8d6d82bdbe177bddd277b81c6808520f107e (diff) | |
download | freeipa-0f9b944ddec84b912107bfe81b2f9cde86bbe119.tar.gz freeipa-0f9b944ddec84b912107bfe81b2f9cde86bbe119.tar.xz freeipa-0f9b944ddec84b912107bfe81b2f9cde86bbe119.zip |
Add python-configobj as a Requires and do some other specfile cleanups.
432814
-rwxr-xr-x | ipa-admintools/ipa-admintools.spec.in | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/ipa-admintools/ipa-admintools.spec.in b/ipa-admintools/ipa-admintools.spec.in index 508874fe8..4c1ea3576 100755 --- a/ipa-admintools/ipa-admintools.spec.in +++ b/ipa-admintools/ipa-admintools.spec.in @@ -1,19 +1,24 @@ Name: ipa-admintools Version: VERSION -Release: 1%{?dist} -Summary: IPA authentication server +Release: 2%{?dist} +Summary: IPA admin tools Group: System Environment/Base License: GPLv2 URL: http://www.freeipa.org Source0: %{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch -Requires: python python-krbV ipa-python +Requires: python +Requires: python-krbV +Requires: ipa-python +Requires: python-ldap +Requires: python-configobj %description -IPA is a server for identity, policy, and audit. +User, group, delegation and policy administration tools for IPA. IPA is a +server for identity, policy, and audit. %prep %setup -q @@ -35,6 +40,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Fri May 23 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-2 +- Add Requires for python-ldap and python-configobj + * Thu Apr 3 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-1 - Version bump for release |