mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-15 10:51:56 -06:00
288128d560
Updated freeipa-python to depend on PyKerberos package.
49 lines
1.1 KiB
RPMSpec
Executable File
49 lines
1.1 KiB
RPMSpec
Executable File
Name: freeipa-admintools
|
|
Version: VERSION
|
|
Release: 4%{?dist}
|
|
Summary: FreeIPA authentication server
|
|
|
|
Group: System Environment/Base
|
|
License: GPL
|
|
URL: http://www.freeipa.org
|
|
Source0: %{name}-%{version}.tgz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildArch: noarch
|
|
|
|
Requires: python freeipa-python
|
|
|
|
%description
|
|
FreeIPA is a server for identity, policy, and audit.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
mkdir -p %{buildroot}%{_sbindir}
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{_sbindir}/ipa*
|
|
|
|
%changelog
|
|
* Fri Aug 17 2007 Karl MacMillan <kmacmill@redhat.com> - 0.2.0-4
|
|
- Package additional utilities.
|
|
|
|
* 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
|
|
- Update tools to do kerberos
|
|
- Add User class
|
|
|
|
* Fri Jul 27 2007 Karl MacMillan <kmacmill@localhost.localdomain> - 0.1.0-1
|
|
- Initial rpm version
|