mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
- Removing shebangs (#!) from a bunch of python libraries
- Don't use a variable name in init scripts for the lock file
- Keep the init script name consistent with the binary name, so renamed
ipa-kpasswd.init to ipa_kpasswd.init
- Add status option to the init scripts
- Move most python scripts out of /usr/share/ipa and into the python
site-packages directories (ipaserver and ipaclient)
- Remove unnecessary sys.path.append("/usr/share/ipa")
- Fix the license string in the spec files
- Rename ipa-webgui to ipa_webgui everywhere
- Fix a couple of issues reported by pychecker in ipa-python
45 lines
988 B
RPMSpec
45 lines
988 B
RPMSpec
Name: ipa-radius-admintools
|
|
Version: VERSION
|
|
Release: 2%{?dist}
|
|
Summary: IPA authentication server - radius 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
|
|
|
|
Requires: python python-krbV ipa-python ipa-admintools
|
|
|
|
%description
|
|
IPA 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
|
|
* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
|
|
- Fixed License in specfile
|
|
|
|
* Fri Dec 21 2007 Karl MacMillan <kmacmill@redhat.com> - 0.6.0-1
|
|
- Version bump for release
|
|
|
|
* Tue Dec 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.5.0
|
|
- Initial rpm version
|