2009-10-12 15:00:00 -05:00
|
|
|
# Define ONLY_CLIENT to only make the ipa-client and ipa-python subpackages
|
2010-01-07 13:12:52 -06:00
|
|
|
%{!?ONLY_CLIENT:%global ONLY_CLIENT 0}
|
2009-10-12 15:00:00 -05:00
|
|
|
|
2010-01-07 13:12:52 -06:00
|
|
|
%global httpd_conf /etc/httpd/conf.d
|
|
|
|
%global plugin_dir %{_libdir}/dirsrv/plugins
|
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
%global POLICYCOREUTILSVER 1.33.12-1
|
2010-02-09 12:14:25 -06:00
|
|
|
%global gettext_domain ipa
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
Name: ipa
|
|
|
|
Version: __VERSION__
|
|
|
|
Release: __RELEASE__%{?dist}
|
|
|
|
Summary: The Identity, Policy and Audit system
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
2010-12-09 06:59:11 -06:00
|
|
|
License: GPLv3+
|
2009-02-02 12:50:53 -06:00
|
|
|
URL: http://www.freeipa.org/
|
|
|
|
Source0: freeipa-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2010-12-10 17:21:39 -06:00
|
|
|
BuildRequires: 389-ds-base-devel >= 1.2.7.4
|
2009-02-02 12:50:53 -06:00
|
|
|
BuildRequires: svrcore-devel
|
|
|
|
BuildRequires: nspr-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
BuildRequires: e2fsprogs-devel
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
BuildRequires: nss-devel
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: popt-devel
|
|
|
|
BuildRequires: /usr/share/selinux/devel/Makefile
|
|
|
|
BuildRequires: m4
|
|
|
|
BuildRequires: policycoreutils >= %{POLICYCOREUTILSVER}
|
2009-02-23 11:41:00 -06:00
|
|
|
BuildRequires: python-setuptools
|
|
|
|
BuildRequires: python-krbV
|
2011-01-13 13:29:16 -06:00
|
|
|
BuildRequires: python-nss
|
|
|
|
BuildRequires: python-netaddr
|
|
|
|
BuildRequires: python-kerberos
|
|
|
|
BuildRequires: python-ldap
|
|
|
|
BuildRequires: krb5-workstation
|
2009-09-24 18:49:16 -05:00
|
|
|
BuildRequires: xmlrpc-c-devel
|
2009-10-12 15:00:00 -05:00
|
|
|
BuildRequires: libcurl-devel
|
2010-02-09 12:14:25 -06:00
|
|
|
BuildRequires: gettext
|
2010-08-10 15:39:17 -05:00
|
|
|
BuildRequires: authconfig
|
2010-11-10 16:04:53 -06:00
|
|
|
BuildRequires: libuuid-devel
|
2009-10-12 15:00:00 -05:00
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%description
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof).
|
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
%package server
|
|
|
|
Summary: The IPA authentication server
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name}-python = %{version}-%{release}
|
|
|
|
Requires: %{name}-client = %{version}-%{release}
|
|
|
|
Requires: %{name}-admintools = %{version}-%{release}
|
|
|
|
Requires(post): %{name}-server-selinux = %{version}-%{release}
|
2010-12-10 17:21:39 -06:00
|
|
|
Requires: 389-ds-base >= 1.2.7.4
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: openldap-clients
|
|
|
|
Requires: nss
|
|
|
|
Requires: nss-tools
|
2010-09-09 17:10:14 -05:00
|
|
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: krb5-server
|
|
|
|
%endif
|
|
|
|
Requires: krb5-server-ldap
|
2010-12-13 13:46:09 -06:00
|
|
|
Requires: krb5-pkinit-openssl
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: cyrus-sasl-gssapi
|
|
|
|
Requires: ntp
|
|
|
|
Requires: httpd
|
2010-02-24 12:29:23 -06:00
|
|
|
Requires: mod_wsgi
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: mod_auth_kerb
|
2010-09-09 17:10:14 -05:00
|
|
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: mod_nss
|
|
|
|
%endif
|
|
|
|
Requires: python-ldap
|
|
|
|
Requires: python-krbV
|
|
|
|
Requires: acl
|
2009-12-01 13:02:46 -06:00
|
|
|
Requires: python-pyasn1 >= 0.0.9a
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: libcap
|
2010-10-14 13:42:30 -05:00
|
|
|
%{?fc12:Requires: selinux-policy >= 3.6.32-123}
|
|
|
|
%{?fc13:Requires: selinux-policy >= 3.7.19-40}
|
|
|
|
%if 0%{?fedora} >= 14 || 0%{?rhel} >= 6
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: selinux-policy
|
|
|
|
%endif
|
|
|
|
Requires(post): selinux-policy-base
|
2010-11-30 17:25:33 -06:00
|
|
|
Requires: slapi-nis >= 0.21
|
2011-01-13 12:17:36 -06:00
|
|
|
Requires: pki-ca >= 9.0.0
|
|
|
|
Requires: pki-silent >= 9.0.0
|
2010-12-04 14:42:14 -06:00
|
|
|
Requires(preun): python initscripts chkconfig
|
|
|
|
Requires(postun): python initscripts chkconfig
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%description server
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof). If you are installing an IPA server you need
|
|
|
|
to install this package (in other words, most people should NOT install
|
|
|
|
this package).
|
|
|
|
|
|
|
|
|
|
|
|
%package server-selinux
|
|
|
|
Summary: SELinux rules for ipa-server daemons
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name}-server = %{version}-%{release}
|
|
|
|
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER} libsemanage
|
|
|
|
|
|
|
|
%description server-selinux
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof). This package provides SELinux rules for the
|
|
|
|
daemons included in ipa-server
|
2009-10-12 15:00:00 -05:00
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
|
|
|
|
%package client
|
|
|
|
Summary: IPA authentication for use on clients
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name}-python = %{version}-%{release}
|
|
|
|
Requires: python-ldap
|
|
|
|
Requires: cyrus-sasl-gssapi
|
|
|
|
Requires: ntp
|
|
|
|
Requires: krb5-workstation
|
|
|
|
Requires: krb5-libs
|
|
|
|
Requires: authconfig
|
|
|
|
Requires: pam_krb5
|
2009-02-19 16:20:37 -06:00
|
|
|
Requires: wget
|
2009-10-12 15:00:00 -05:00
|
|
|
Requires: xmlrpc-c
|
|
|
|
Requires: libcurl
|
2010-08-16 16:55:07 -05:00
|
|
|
Requires: sssd >= 1.2.1
|
|
|
|
Requires: certmonger >= 0.26
|
2010-09-09 17:10:14 -05:00
|
|
|
Requires: nss-tools
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%description client
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof). If your network uses IPA for authentication,
|
|
|
|
this package should be installed on every client machine.
|
|
|
|
|
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
%package admintools
|
|
|
|
Summary: IPA administrative tools
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name}-python = %{version}-%{release}
|
2010-10-15 14:03:51 -05:00
|
|
|
Requires: %{name}-client = %{version}-%{release}
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: python-krbV
|
|
|
|
Requires: python-ldap
|
|
|
|
|
|
|
|
%description admintools
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof). This package provides command-line tools for
|
|
|
|
IPA administrators.
|
2009-10-12 15:00:00 -05:00
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%package python
|
|
|
|
Summary: Python libraries used by IPA
|
|
|
|
Group: System Environment/Libraries
|
2010-09-09 17:10:14 -05:00
|
|
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: python-kerberos >= 1.1-3
|
|
|
|
%endif
|
|
|
|
Requires: authconfig
|
|
|
|
Requires: gnupg
|
2009-02-19 16:20:37 -06:00
|
|
|
Requires: pyOpenSSL
|
2010-07-20 13:00:43 -05:00
|
|
|
Requires: python-nss >= 0.9-8
|
2009-11-23 15:52:06 -06:00
|
|
|
Requires: python-lxml
|
2010-11-08 21:34:14 -06:00
|
|
|
Requires: python-netaddr
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%description python
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
|
|
|
user, virtual machines, groups, authentication credentials), Policy
|
|
|
|
(configuration settings, access control information) and Audit (events,
|
|
|
|
logs, analysis thereof). If you are using IPA you need to install this
|
|
|
|
package.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n freeipa-%{version} -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="$CFLAGS %{optflags}"
|
|
|
|
export CPPFLAGS="$CPPFLAGS %{optflags}"
|
|
|
|
make version-update
|
2010-06-02 13:54:58 -05:00
|
|
|
cd ipa-client; ../autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir}; cd ..
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2011-01-12 16:14:06 -06:00
|
|
|
%if 0%{?fedora} >= 14 || 0%{?rhel} >= 6
|
2010-12-03 14:02:29 -06:00
|
|
|
cd daemons; ../autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir} --with-openldap; cd ..
|
|
|
|
%else
|
2009-02-03 15:56:41 -06:00
|
|
|
cd daemons; ../autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir}; cd ..
|
2010-12-03 14:02:29 -06:00
|
|
|
%endif
|
2009-02-03 15:56:41 -06:00
|
|
|
cd install; ../autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir}; cd ..
|
2009-10-12 15:00:00 -05:00
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
make IPA_VERSION_IS_GIT_SNAPSHOT=no %{?_smp_mflags} version-update all
|
|
|
|
cd selinux
|
|
|
|
# This isn't multi-process make capable yet
|
|
|
|
make all
|
2009-10-12 15:00:00 -05:00
|
|
|
%else
|
|
|
|
make IPA_VERSION_IS_GIT_SNAPSHOT=no %{?_smp_mflags} version-update client
|
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
cd selinux
|
|
|
|
make install DESTDIR=%{buildroot}
|
2009-11-23 15:19:14 -06:00
|
|
|
cd ..
|
2009-10-12 15:00:00 -05:00
|
|
|
%else
|
|
|
|
make client-install DESTDIR=%{buildroot}
|
|
|
|
%endif
|
2010-02-09 12:14:25 -06:00
|
|
|
%find_lang %{gettext_domain}
|
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
# Remove .la files from libtool - we don't want to package
|
|
|
|
# these files
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_pwd_extop.la
|
2009-09-14 16:04:08 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_enrollment_extop.la
|
2009-02-02 12:50:53 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_winsync.la
|
2010-06-24 09:31:52 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_repl_version.la
|
2010-10-15 09:49:29 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_uuid.la
|
2010-10-19 16:11:31 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_modrdn.la
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
# Some user-modifiable HTML files are provided. Move these to /etc
|
|
|
|
# and link back.
|
|
|
|
mkdir -p %{buildroot}/%{_sysconfdir}/ipa/html
|
|
|
|
mkdir -p %{buildroot}/%{_localstatedir}/cache/ipa/sysrestore
|
|
|
|
mkdir %{buildroot}%{_usr}/share/ipa/html/
|
|
|
|
ln -s ../../../..%{_sysconfdir}/ipa/html/ssbrowser.html \
|
|
|
|
%{buildroot}%{_usr}/share/ipa/html/ssbrowser.html
|
|
|
|
ln -s ../../../..%{_sysconfdir}/ipa/html/unauthorized.html \
|
|
|
|
%{buildroot}%{_usr}/share/ipa/html/unauthorized.html
|
|
|
|
|
2009-05-14 08:29:16 -05:00
|
|
|
# So we can own our Apache configuration
|
2009-09-16 12:04:14 -05:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/
|
|
|
|
/bin/touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/ipa.conf
|
|
|
|
/bin/touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/ipa-rewrite.conf
|
2010-12-04 14:42:14 -06:00
|
|
|
install -m755 ipa.init $RPM_BUILD_ROOT%{_initrddir}/ipa
|
2009-10-12 15:00:00 -05:00
|
|
|
%endif
|
2010-12-04 14:42:14 -06:00
|
|
|
|
2010-03-15 10:40:58 -05:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ipa/
|
|
|
|
/bin/touch $RPM_BUILD_ROOT%{_sysconfdir}/ipa/default.conf
|
2009-10-12 15:00:00 -05:00
|
|
|
mkdir -p %{buildroot}/%{_localstatedir}/lib/ipa-client/sysrestore
|
2009-05-14 08:29:16 -05:00
|
|
|
|
2009-11-23 15:19:14 -06:00
|
|
|
%if ! %{ONLY_CLIENT}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
|
|
|
|
install -pm 644 contrib/completion/ipa.bash_completion $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/ipa
|
|
|
|
%endif
|
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
%post server
|
|
|
|
if [ $1 = 1 ]; then
|
2010-12-04 14:42:14 -06:00
|
|
|
/sbin/chkconfig --add ipa
|
2009-02-02 12:50:53 -06:00
|
|
|
/sbin/chkconfig --add ipa_kpasswd
|
|
|
|
fi
|
|
|
|
if [ -e /usr/share/ipa/serial ]; then
|
|
|
|
mv /usr/share/ipa/serial /var/lib/ipa/ca_serialno
|
|
|
|
fi
|
|
|
|
/usr/sbin/ipa-upgradeconfig || :
|
|
|
|
|
|
|
|
%preun server
|
|
|
|
if [ $1 = 0 ]; then
|
2010-12-04 14:42:14 -06:00
|
|
|
/sbin/chkconfig --del ipa
|
2009-02-02 12:50:53 -06:00
|
|
|
/sbin/chkconfig --del ipa_kpasswd
|
2010-12-04 14:42:14 -06:00
|
|
|
/sbin/service ipa stop >/dev/null 2>&1 || :
|
2009-02-02 12:50:53 -06:00
|
|
|
fi
|
|
|
|
|
|
|
|
%postun server
|
|
|
|
if [ "$1" -ge "1" ]; then
|
2010-12-04 14:42:14 -06:00
|
|
|
/sbin/service ipa condrestart >/dev/null 2>&1 || :
|
2009-02-02 12:50:53 -06:00
|
|
|
fi
|
|
|
|
|
|
|
|
%pre server-selinux
|
|
|
|
if [ -s /etc/selinux/config ]; then
|
|
|
|
. %{_sysconfdir}/selinux/config
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/targeted/contexts/files/file_contexts
|
|
|
|
if [ "${SELINUXTYPE}" == targeted -a -f ${FILE_CONTEXT} ]; then \
|
|
|
|
cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.%{name}
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
%post server-selinux
|
2010-05-20 10:54:41 -05:00
|
|
|
semodule -s targeted -i /usr/share/selinux/targeted/ipa_kpasswd.pp /usr/share/selinux/targeted/ipa_httpd.pp /usr/share/selinux/targeted/ipa_dogtag.pp
|
2009-02-02 12:50:53 -06:00
|
|
|
. %{_sysconfdir}/selinux/config
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/targeted/contexts/files/file_contexts
|
|
|
|
selinuxenabled
|
|
|
|
if [ $? == 0 -a "${SELINUXTYPE}" == targeted -a -f ${FILE_CONTEXT}.%{name} ]; then
|
|
|
|
fixfiles -C ${FILE_CONTEXT}.%{name} restore
|
|
|
|
rm -f ${FILE_CONTEXT}.%name
|
|
|
|
fi
|
|
|
|
|
|
|
|
%preun server-selinux
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
if [ -s /etc/selinux/config ]; then
|
|
|
|
. %{_sysconfdir}/selinux/config
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/targeted/contexts/files/file_contexts
|
|
|
|
if [ "${SELINUXTYPE}" == targeted -a -f ${FILE_CONTEXT} ]; then \
|
|
|
|
cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.%{name}
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun server-selinux
|
|
|
|
if [ $1 = 0 ]; then
|
2010-05-20 10:54:41 -05:00
|
|
|
semodule -s targeted -r ipa_kpasswd ipa_httpd ipa_dogtag
|
2009-02-02 12:50:53 -06:00
|
|
|
. %{_sysconfdir}/selinux/config
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/targeted/contexts/files/file_contexts
|
|
|
|
selinuxenabled
|
|
|
|
if [ $? == 0 -a "${SELINUXTYPE}" == targeted -a -f ${FILE_CONTEXT}.%{name} ]; then
|
|
|
|
fixfiles -C ${FILE_CONTEXT}.%{name} restore
|
|
|
|
rm -f ${FILE_CONTEXT}.%name
|
|
|
|
fi
|
|
|
|
fi
|
2009-10-12 15:00:00 -05:00
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
%files server
|
2010-12-09 06:59:11 -06:00
|
|
|
%doc COPYING README Contributors.txt
|
2009-02-02 12:50:53 -06:00
|
|
|
%defattr(-,root,root,-)
|
2009-11-23 02:26:50 -06:00
|
|
|
%{_sbindir}/ipa-dns-install
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-server-install
|
|
|
|
%{_sbindir}/ipa-replica-install
|
|
|
|
%{_sbindir}/ipa-replica-prepare
|
|
|
|
%{_sbindir}/ipa-replica-manage
|
|
|
|
%{_sbindir}/ipa-server-certinstall
|
|
|
|
%{_sbindir}/ipa_kpasswd
|
|
|
|
%{_sbindir}/ipactl
|
|
|
|
%{_sbindir}/ipa-upgradeconfig
|
2010-12-04 14:42:14 -06:00
|
|
|
%attr(755,root,root) %{_initrddir}/ipa
|
2009-02-02 12:50:53 -06:00
|
|
|
%attr(755,root,root) %{_initrddir}/ipa_kpasswd
|
2011-01-05 14:51:56 -06:00
|
|
|
%dir %{python_sitelib}/ipaserver
|
2009-02-02 12:50:53 -06:00
|
|
|
%{python_sitelib}/ipaserver/*
|
|
|
|
%dir %{_usr}/share/ipa
|
2010-03-01 22:41:41 -06:00
|
|
|
%{_usr}/share/ipa/wsgi.py*
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_usr}/share/ipa/*.ldif
|
|
|
|
%{_usr}/share/ipa/*.uldif
|
|
|
|
%{_usr}/share/ipa/*.template
|
|
|
|
%dir %{_usr}/share/ipa/html
|
|
|
|
%{_usr}/share/ipa/html/ssbrowser.html
|
|
|
|
%{_usr}/share/ipa/html/unauthorized.html
|
2010-01-12 09:40:09 -06:00
|
|
|
%dir %{_usr}/share/ipa/migration
|
|
|
|
%{_usr}/share/ipa/migration/error.html
|
|
|
|
%{_usr}/share/ipa/migration/index.html
|
|
|
|
%{_usr}/share/ipa/migration/invalid.html
|
|
|
|
%{_usr}/share/ipa/migration/migration.css
|
|
|
|
%{_usr}/share/ipa/migration/migration.py*
|
2010-08-03 18:42:03 -05:00
|
|
|
%dir %{_usr}/share/ipa/static
|
2010-11-19 08:30:56 -06:00
|
|
|
%{_usr}/share/ipa/static/index.html
|
2010-08-03 18:42:03 -05:00
|
|
|
%{_usr}/share/ipa/static/*.png
|
2011-01-10 20:14:51 -06:00
|
|
|
%{_usr}/share/ipa/static/*.gif
|
2010-08-03 18:42:03 -05:00
|
|
|
%{_usr}/share/ipa/static/*.css
|
|
|
|
%{_usr}/share/ipa/static/*.js
|
2011-01-05 13:02:24 -06:00
|
|
|
%{_usr}/share/ipa/static/*.otf
|
HBAC Details Page
The UI framework has been extended to include a collection of widgets:
- ipa_widget: base class
- ipa_text_widget: text field
- ipa_radio_widget: radio button
- ipa_textarea_widget: textarea
- ipa_button_widget: button
- ipa_column_widget: column for table
- ipa_table_widget: table
These widgets can be used to create input controls. They can also be
extended to create custom controls.
The framework has also been enhanced to support custom layouts. This
can be used to change the look of the application without changing
the code. Initially this is only available in details section.
Layout consists of a collection of HTML templates. Each template is a
complete and valid HTML file representing a portion of a page. The
template will be loaded and initialized by the code, then filled with
the data from the server. The layouts are located in
install/static/layouts/<name> folder.
By default, if no templates are used, the fields in the details page
are rendered vertically using dd/dt/dd tags. For pages that require
different layout, a custom UI needs to be developed. There are two ways
to do that:
- write a custom widget to generate the UI dynamically
- create an HTML template and write the initialization code
For components that are quite complex or used frequently, it's might
be better to use the first method. For simple pages that are used only
in one location or need to support customization, the second method
might be preferable. Other benefits of templates:
- cleaner code and UI separation
- more flexibility in customization
- new pages can be developed quickly and require less coding
- multiple templates can be used with the same initialization code
- easier to maintain
The HBAC details page has been implemented using both methods. By
default it will use custom widgets to generate the page. To use a
custom layout, add the following parameter to the URL, then reload
the page:
&layout=<name>
Currently the only available layout is 'default' which produces the
same look as the custom widgets.
The HBAC details page is usable, but it still needs additional work.
The access time is not working yet. There is no undo button, hint,
or validation yet.
The table in the association facet has also been changed to use
ipa_association_widget which is derived from ipa_table_widget.
The Makefile has been updated to include the layouts. The unit tests
have been updated as well.
2010-11-02 20:16:55 -05:00
|
|
|
%dir %{_usr}/share/ipa/static/layouts
|
|
|
|
%dir %{_usr}/share/ipa/static/layouts/default
|
|
|
|
%{_usr}/share/ipa/static/layouts/default/*.html
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_sysconfdir}/ipa
|
|
|
|
%dir %{_sysconfdir}/ipa/html
|
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/ssbrowser.html
|
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/unauthorized.html
|
2009-11-25 16:16:06 -06:00
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf
|
2009-09-16 12:04:14 -05:00
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/httpd/conf.d/ipa-rewrite.conf
|
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/httpd/conf.d/ipa.conf
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_usr}/share/ipa/ipa.conf
|
|
|
|
%{_usr}/share/ipa/ipa-rewrite.conf
|
2009-03-04 13:07:27 -06:00
|
|
|
#%dir %{_usr}/share/ipa/ipaserver
|
|
|
|
#%{_usr}/share/ipa/ipaserver/*
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_usr}/share/ipa/updates/
|
|
|
|
%{_usr}/share/ipa/updates/*
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.so
|
2009-09-14 16:04:08 -05:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_enrollment_extop.so
|
2009-02-02 12:50:53 -06:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_winsync.so
|
2010-06-24 09:31:52 -05:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_repl_version.so
|
2010-10-15 09:49:29 -05:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_uuid.so
|
2010-10-19 16:11:31 -05:00
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_modrdn.so
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_localstatedir}/lib/ipa
|
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/sysrestore
|
|
|
|
%dir %{_localstatedir}/cache/ipa
|
|
|
|
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
|
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/cache/ipa/kpasswd
|
|
|
|
%{_mandir}/man1/ipa-replica-install.1.gz
|
|
|
|
%{_mandir}/man1/ipa-replica-manage.1.gz
|
|
|
|
%{_mandir}/man1/ipa-replica-prepare.1.gz
|
|
|
|
%{_mandir}/man1/ipa-server-certinstall.1.gz
|
|
|
|
%{_mandir}/man1/ipa-server-install.1.gz
|
2011-01-10 09:37:45 -06:00
|
|
|
%{_mandir}/man1/ipa-dns-install.1.gz
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_mandir}/man8/ipa_kpasswd.8.gz
|
|
|
|
%{_mandir}/man8/ipactl.8.gz
|
|
|
|
%{_mandir}/man1/ipa-compat-manage.1.gz
|
2009-05-07 09:51:44 -05:00
|
|
|
%{_mandir}/man1/ipa-nis-manage.1.gz
|
2010-12-10 17:21:39 -06:00
|
|
|
%{_mandir}/man1/ipa-host-net-manage.1.gz
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_mandir}/man1/ipa-ldap-updater.1.gz
|
|
|
|
|
|
|
|
%files server-selinux
|
|
|
|
%{_usr}/share/selinux/targeted/ipa_kpasswd.pp
|
2009-08-24 12:42:48 -05:00
|
|
|
%{_usr}/share/selinux/targeted/ipa_httpd.pp
|
2009-11-25 12:42:52 -06:00
|
|
|
%{_usr}/share/selinux/targeted/ipa_dogtag.pp
|
2009-10-12 15:00:00 -05:00
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%files client
|
2010-12-09 06:59:11 -06:00
|
|
|
%doc COPYING README Contributors.txt
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-client-install
|
|
|
|
%{_sbindir}/ipa-getkeytab
|
2009-12-04 15:29:09 -06:00
|
|
|
%{_sbindir}/ipa-rmkeytab
|
2009-09-14 16:04:08 -05:00
|
|
|
%{_sbindir}/ipa-join
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_usr}/share/ipa
|
|
|
|
%dir %{_usr}/share/ipa/ipaclient
|
|
|
|
%dir %{_localstatedir}/lib/ipa-client
|
|
|
|
%dir %{_localstatedir}/lib/ipa-client/sysrestore
|
|
|
|
%{_usr}/share/ipa/ipaclient/ipa.cfg
|
|
|
|
%{_usr}/share/ipa/ipaclient/ipa.js
|
|
|
|
%dir %{python_sitelib}/ipaclient
|
|
|
|
%{python_sitelib}/ipaclient/*.py*
|
|
|
|
%{_mandir}/man1/ipa-getkeytab.1.gz
|
2009-12-04 15:29:09 -06:00
|
|
|
%{_mandir}/man1/ipa-rmkeytab.1.gz
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_mandir}/man1/ipa-client-install.1.gz
|
2009-10-08 10:10:21 -05:00
|
|
|
%{_mandir}/man1/ipa-join.1.gz
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
%files admintools
|
2010-12-09 06:59:11 -06:00
|
|
|
%doc COPYING README Contributors.txt
|
2009-02-02 12:50:53 -06:00
|
|
|
%defattr(-,root,root,-)
|
2009-02-04 09:50:52 -06:00
|
|
|
%{_bindir}/ipa
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-ldap-updater
|
|
|
|
%{_sbindir}/ipa-compat-manage
|
2009-05-07 09:51:44 -05:00
|
|
|
%{_sbindir}/ipa-nis-manage
|
2010-12-10 17:21:39 -06:00
|
|
|
%{_sbindir}/ipa-host-net-manage
|
2009-11-23 15:19:14 -06:00
|
|
|
%{_sysconfdir}/bash_completion.d
|
2010-03-29 07:25:57 -05:00
|
|
|
%{_mandir}/man1/ipa.1.gz
|
2009-10-12 15:00:00 -05:00
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2010-02-09 12:14:25 -06:00
|
|
|
%files python -f %{gettext_domain}.lang
|
2010-12-09 06:59:11 -06:00
|
|
|
%doc COPYING README Contributors.txt
|
2009-02-02 12:50:53 -06:00
|
|
|
%defattr(-,root,root,-)
|
2009-02-05 14:03:08 -06:00
|
|
|
%dir %{python_sitelib}/ipapython
|
|
|
|
%{python_sitelib}/ipapython/*.py*
|
2011-01-05 14:51:56 -06:00
|
|
|
%dir %{python_sitelib}/ipalib
|
2009-05-21 14:25:57 -05:00
|
|
|
%{python_sitelib}/ipalib/*
|
2010-10-06 12:41:26 -05:00
|
|
|
%{python_sitearch}/default_encoding_utf8.so
|
2010-09-09 17:10:14 -05:00
|
|
|
%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
|
2009-02-05 14:03:08 -06:00
|
|
|
%{python_sitelib}/ipapython-*.egg-info
|
2009-10-12 15:00:00 -05:00
|
|
|
%{python_sitelib}/freeipa-*.egg-info
|
2010-10-06 12:41:26 -05:00
|
|
|
%{python_sitearch}/python_default_encoding-*.egg-info
|
2009-02-02 12:50:53 -06:00
|
|
|
%endif
|
2009-11-25 16:16:06 -06:00
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/default.conf
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
%changelog
|
2011-01-13 17:09:21 -06:00
|
|
|
* Thu Jan 13 2011 Simo Sorce <ssorce@redhat.com> - 1.99-39
|
|
|
|
- Remove dependency on nss_ldap/nss-pam-ldapd
|
|
|
|
- The official client is sssd and that's what we use by default.
|
|
|
|
|
2011-01-13 15:57:23 -06:00
|
|
|
* Thu Jan 13 2011 Simo Sorce <ssorce@redhat.com> - 1.99-38
|
|
|
|
- Remove radius subpackages
|
|
|
|
|
2011-01-13 12:17:36 -06:00
|
|
|
* Thu Jan 13 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-37
|
|
|
|
- Set minimum pki-ca and pki-silent versions to 9.0.0
|
|
|
|
|
2011-01-12 16:14:06 -06:00
|
|
|
* Wed Jan 12 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-36
|
|
|
|
- Drop BuildRequires on mozldap-devel
|
|
|
|
|
2010-12-13 13:46:09 -06:00
|
|
|
* Mon Dec 13 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-35
|
|
|
|
- Add Requires on krb5-pkinit-openssl
|
|
|
|
|
2010-12-10 17:21:39 -06:00
|
|
|
* Fri Dec 10 2010 Jr Aquino <jr.aquino@citrix.com> - 1.99-34
|
|
|
|
- Add ipa-host-net-manage script
|
|
|
|
|
2010-12-04 14:42:14 -06:00
|
|
|
* Tue Dec 7 2010 Simo Sorce <ssorce@redhat.com> - 1.99-33
|
|
|
|
- Add ipa init script
|
|
|
|
|
2010-11-19 10:16:23 -06:00
|
|
|
* Fri Nov 19 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-32
|
|
|
|
- Set minimum level of 389-ds-base to 1.2.7 for enhanced memberof plugin
|
|
|
|
|
2010-11-03 12:47:15 -05:00
|
|
|
* Wed Nov 3 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-31
|
|
|
|
- remove ipa-fix-CVE-2008-3274
|
|
|
|
|
2010-10-06 12:41:26 -05:00
|
|
|
* Wed Oct 6 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-30
|
|
|
|
- Remove duplicate %%files entries on share/ipa/static
|
|
|
|
- Add python default encoding shared library
|
|
|
|
|
2010-09-20 11:55:15 -05:00
|
|
|
* Mon Sep 20 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-29
|
|
|
|
- Drop requires on python-configobj (not used any more)
|
|
|
|
- Drop ipa-ldap-updater message, upgrades are done differently now
|
|
|
|
|
2010-09-09 17:10:14 -05:00
|
|
|
* Wed Sep 8 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-28
|
|
|
|
- Drop conflicts on mod_nss
|
|
|
|
- Require nss-pam-ldapd on F-14 or higher instead of nss_ldap (#606847)
|
|
|
|
- Drop a slew of conditionals on older Fedora releases (< 12)
|
|
|
|
- Add a few conditionals against RHEL 6
|
|
|
|
- Add Requires of nss-tools on ipa-client
|
|
|
|
|
2010-08-16 16:55:07 -05:00
|
|
|
* Fri Aug 13 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-27
|
|
|
|
- Set minimum version of certmonger to 0.26 (to pck up #621670)
|
|
|
|
- Set minimum version of pki-silent to 1.3.4 (adds -key_algorithm)
|
|
|
|
- Set minimum version of pki-ca to 1.3.6
|
|
|
|
- Set minimum version of sssd to 1.2.1
|
|
|
|
|
2010-08-10 15:39:17 -05:00
|
|
|
* Tue Aug 10 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-26
|
|
|
|
- Add BuildRequires for authconfig
|
|
|
|
|
2010-07-20 13:00:43 -05:00
|
|
|
* Mon Jul 19 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-25
|
|
|
|
- Bump up minimum version of python-nss to pick up nss_is_initialize() API
|
|
|
|
|
2010-07-26 10:57:29 -05:00
|
|
|
* Thu Jun 24 2010 Adam Young <ayoung@redhat.com> - 1.99-24
|
|
|
|
- Removed python-asset based webui
|
|
|
|
|
2010-06-24 16:28:29 -05:00
|
|
|
* Thu Jun 24 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-23
|
|
|
|
- Change Requires from fedora-ds-base to 389-ds-base
|
|
|
|
- Set minimum level of 389-ds-base to 1.2.6 for the replication
|
|
|
|
version plugin.
|
|
|
|
|
2010-06-01 13:24:37 -05:00
|
|
|
* Tue Jun 1 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-22
|
|
|
|
- Drop Requires of python-krbV on ipa-client
|
|
|
|
|
2010-05-20 10:54:41 -05:00
|
|
|
* Mon May 17 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-21
|
|
|
|
- Load ipa_dogtag.pp in post install
|
|
|
|
|
2010-05-03 14:15:43 -05:00
|
|
|
* Mon Apr 26 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-20
|
|
|
|
- Set minimum level of sssd to 1.1.1 to pull in required hbac fixes.
|
|
|
|
|
|
|
|
* Thu Mar 4 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-19
|
2010-03-04 09:58:37 -06:00
|
|
|
- No need to create /var/log/ipa_error.log since we aren't using
|
|
|
|
TurboGears any more.
|
|
|
|
|
2010-03-01 22:41:41 -06:00
|
|
|
* Mon Mar 1 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-18
|
|
|
|
- Fixed share/ipa/wsgi.py so .pyc, .pyo files are included
|
|
|
|
|
2010-02-24 12:29:23 -06:00
|
|
|
* Wed Feb 24 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-17
|
|
|
|
- Added Require mod_wsgi, added share/ipa/wsgi.py
|
|
|
|
|
2010-02-11 03:27:00 -06:00
|
|
|
* Thu Feb 11 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-16
|
|
|
|
- Require python-wehjit >= 0.2.2
|
|
|
|
|
2010-02-03 14:41:02 -06:00
|
|
|
* Wed Feb 3 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-15
|
|
|
|
- Add sssd and certmonger as a Requires on ipa-client
|
|
|
|
|
2010-01-27 01:44:00 -06:00
|
|
|
* Wed Jan 27 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-14
|
|
|
|
- Require python-wehjit >= 0.2.0
|
|
|
|
|
2009-12-04 15:29:09 -06:00
|
|
|
* Fri Dec 4 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-13
|
|
|
|
- Add ipa-rmkeytab tool
|
|
|
|
|
2009-12-01 13:02:46 -06:00
|
|
|
* Tue Dec 1 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-12
|
|
|
|
- Set minimum of python-pyasn1 to 0.0.9a so we have support for the ASN.1
|
|
|
|
Any type
|
|
|
|
|
2009-11-25 16:16:06 -06:00
|
|
|
* Wed Nov 25 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-11
|
|
|
|
- Remove v1-style /etc/ipa/ipa.conf, replacing with /etc/ipa/default.conf
|
|
|
|
|
2009-11-23 15:19:14 -06:00
|
|
|
* Fri Nov 13 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-10
|
|
|
|
- Add bash completion script and own /etc/bash_completion.d in case it
|
|
|
|
doesn't already exist
|
|
|
|
|
2009-11-03 14:26:00 -06:00
|
|
|
* Tue Nov 3 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-9
|
|
|
|
- Remove ipa_webgui, its functions rolled into ipa_httpd
|
|
|
|
|
2009-10-13 12:28:00 -05:00
|
|
|
* Mon Oct 12 2009 Jason Gerard DeRose <jderose@redhat.com> - 1.99-8
|
|
|
|
- Removed python-cherrypy from BuildRequires and Requires
|
|
|
|
- Added Requires python-assets, python-wehjit
|
|
|
|
|
2009-08-24 12:42:48 -05:00
|
|
|
* Mon Aug 24 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-7
|
|
|
|
- Added httpd SELinux policy so CRLs can be read
|
|
|
|
|
2009-05-21 14:25:57 -05:00
|
|
|
* Thu May 21 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-6
|
|
|
|
- Move ipalib to ipa-python subpackage
|
|
|
|
- Bump minimum version of slapi-nis to 0.15
|
|
|
|
|
2009-05-07 09:51:44 -05:00
|
|
|
* Thu May 6 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-5
|
|
|
|
- Set 0.14 as minimum version for slapi-nis
|
|
|
|
|
2009-04-22 16:14:09 -05:00
|
|
|
* Wed Apr 22 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-4
|
|
|
|
- Add Requires: python-nss to ipa-python sub-package
|
|
|
|
|
2009-03-06 09:29:48 -06:00
|
|
|
* Thu Mar 5 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-3
|
|
|
|
- Remove the IPA DNA plugin, use the DS one
|
|
|
|
|
|
|
|
* Wed Mar 4 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-2
|
2009-03-04 13:07:27 -06:00
|
|
|
- Build radius separately
|
|
|
|
- Fix a few minor issues
|
|
|
|
|
2009-02-04 09:50:52 -06:00
|
|
|
* Tue Feb 3 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-1
|
|
|
|
- Replace TurboGears requirement with python-cherrypy
|
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.1-3
|
|
|
|
- rebuild with new openssl
|
|
|
|
|
|
|
|
* Fri Dec 19 2008 Dan Walsh <dwalsh@redhat.com> - 1.2.1-2
|
|
|
|
- Fix SELinux code
|
|
|
|
|
|
|
|
* Mon Dec 15 2008 Simo Sorce <ssorce@redhat.com> - 1.2.1-1
|
|
|
|
- Fix breakage caused by python-kerberos update to 1.1
|
|
|
|
|
|
|
|
* Fri Dec 5 2008 Simo Sorce <ssorce@redhat.com> - 1.2.1-0
|
|
|
|
- New upstream release 1.2.1
|
|
|
|
|
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.2.0-4
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
|
|
|
* Fri Nov 14 2008 Simo Sorce <ssorce@redhat.com> - 1.2.0-3
|
|
|
|
- Respin after the tarball has been re-released upstream
|
|
|
|
New hash is 506c9c92dcaf9f227cba5030e999f177
|
|
|
|
|
|
|
|
* Thu Nov 13 2008 Simo Sorce <ssorce@redhat.com> - 1.2.0-2
|
|
|
|
- Conditionally restart also dirsrv and httpd when upgrading
|
|
|
|
|
|
|
|
* Wed Oct 29 2008 Rob Crittenden <rcritten@redhat.com> - 1.2.0-1
|
|
|
|
- Update to upstream version 1.2.0
|
|
|
|
- Set fedora-ds-base minimum version to 1.1.3 for winsync header
|
|
|
|
- Set the minimum version for SELinux policy
|
|
|
|
- Remove references to Fedora 7
|
|
|
|
|
|
|
|
* Wed Jul 23 2008 Simo Sorce <ssorce@redhat.com> - 1.1.0-3
|
|
|
|
- Fix for CVE-2008-3274
|
|
|
|
- Fix segfault in ipa-kpasswd in case getifaddrs returns a NULL interface
|
|
|
|
- Add fix for bug #453185
|
|
|
|
- Rebuild against openldap libraries, mozldap ones do not work properly
|
|
|
|
- TurboGears is currently broken in rawhide. Added patch to not build
|
|
|
|
the UI locales and removed them from the ipa-server files section.
|
|
|
|
|
|
|
|
* Wed Jun 18 2008 Rob Crittenden <rcritten@redhat.com> - 1.1.0-2
|
|
|
|
- Add call to /usr/sbin/upgradeconfig to post install
|
|
|
|
|
|
|
|
* Wed Jun 11 2008 Rob Crittenden <rcritten@redhat.com> - 1.1.0-1
|
|
|
|
- Update to upstream version 1.1.0
|
|
|
|
- Patch for indexing memberof attribute
|
|
|
|
- Patch for indexing uidnumber and gidnumber
|
|
|
|
- Patch to change DNA default values for replicas
|
|
|
|
- Patch to fix uninitialized variable in ipa-getkeytab
|
|
|
|
|
|
|
|
* Fri May 16 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-5
|
|
|
|
- Set fedora-ds-base minimum version to 1.1.0.1-4 and mod_nss minimum
|
|
|
|
version to 1.0.7-4 so we pick up the NSS fixes.
|
|
|
|
- Add selinux-policy-base(post) to Requires (446496)
|
|
|
|
|
|
|
|
* Tue Apr 29 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-4
|
|
|
|
- Add missing entry for /var/cache/ipa/kpasswd (444624)
|
|
|
|
- Added patch to fix permissions problems with the Apache NSS database.
|
|
|
|
- Added patch to fix problem with DNS querying where the query could be
|
|
|
|
returned as the answer.
|
|
|
|
- Fix spec error where patch1 was in the wrong section
|
|
|
|
|
|
|
|
* Fri Apr 25 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-3
|
|
|
|
- Added patch to fix problem reported by ldapmodify
|
|
|
|
|
|
|
|
* Fri Apr 25 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-2
|
|
|
|
- Fix Requires for krb5-server that was missing for Fedora versions > 9
|
|
|
|
- Remove quotes around test for fedora version to package egg-info
|
|
|
|
|
|
|
|
* Fri Apr 18 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-1
|
|
|
|
- Update to upstream version 1.0.0
|
|
|
|
|
|
|
|
* Tue Mar 18 2008 Rob Crittenden <rcritten@redhat.com> 0.99-12
|
|
|
|
- Pull upstream changelog 722
|
|
|
|
- Add Conflicts mod_ssl (435360)
|
|
|
|
|
|
|
|
* Thu Feb 29 2008 Rob Crittenden <rcritten@redhat.com> 0.99-11
|
|
|
|
- Pull upstream changelog 698
|
|
|
|
- Fix ownership of /var/log/ipa_error.log during install (435119)
|
|
|
|
- Add pwpolicy command and man page
|
|
|
|
|
|
|
|
* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> 0.99-10
|
|
|
|
- Pull upstream changelog 678
|
|
|
|
- Add new subpackage, ipa-server-selinux
|
|
|
|
- Add Requires: authconfig to ipa-python (bz #433747)
|
|
|
|
- Package i18n files
|
|
|
|
|
|
|
|
* Mon Feb 18 2008 Rob Crittenden <rcritten@redhat.com> 0.99-9
|
|
|
|
- Pull upstream changelog 641
|
|
|
|
- Require minimum version of krb5-server on F-7 and F-8
|
|
|
|
- Package some new files
|
|
|
|
|
|
|
|
* Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> 0.99-8
|
|
|
|
- Marked with wrong license. IPA is GPLv2.
|
|
|
|
|
|
|
|
* Tue Jan 29 2008 Rob Crittenden <rcritten@redhat.com> 0.99-7
|
|
|
|
- Ensure that /etc/ipa exists before moving user-modifiable html files there
|
|
|
|
- Put html files into /etc/ipa/html instead of /etc/ipa
|
|
|
|
|
|
|
|
* Tue Jan 29 2008 Rob Crittenden <rcritten@redhat.com> 0.99-6
|
|
|
|
- Pull upstream changelog 608 which renamed several files
|
|
|
|
|
|
|
|
* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> 0.99-5
|
|
|
|
- package the sessions dir /var/cache/ipa/sessions
|
|
|
|
- Pull upstream changelog 597
|
|
|
|
|
|
|
|
* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> 0.99-4
|
|
|
|
- Updated upstream pull (596) to fix bug in ipa_webgui that was causing the
|
|
|
|
UI to not start.
|
|
|
|
|
|
|
|
* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> 0.99-3
|
|
|
|
- Included LICENSE and README in all packages for documentation
|
2010-02-11 03:27:00 -06:00
|
|
|
- Move user-modifiable content to /etc/ipa and linked back to
|
2009-02-02 12:50:53 -06:00
|
|
|
/usr/share/ipa/html
|
|
|
|
- Changed some references to /usr to the {_usr} macro and /etc
|
|
|
|
to {_sysconfdir}
|
|
|
|
- Added popt-devel to BuildRequires for Fedora 8 and higher and
|
|
|
|
popt for Fedora 7
|
|
|
|
- Package the egg-info for Fedora 9 and higher for ipa-python
|
|
|
|
|
|
|
|
* Tue Jan 22 2008 Rob Crittenden <rcritten@redhat.com> 0.99-2
|
|
|
|
- Added auto* BuildRequires
|
|
|
|
|
|
|
|
* Mon Jan 21 2008 Rob Crittenden <rcritten@redhat.com> 0.99-1
|
|
|
|
- Unified spec file
|
|
|
|
|
|
|
|
* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-2
|
|
|
|
- Fixed License in specfile
|
|
|
|
- Include files from /usr/lib/python*/site-packages/ipaserver
|
|
|
|
|
|
|
|
* Fri Dec 21 2007 Karl MacMillan <kmacmill@redhat.com> - 0.6.0-1
|
|
|
|
- Version bump for release
|
|
|
|
|
|
|
|
* Wed Nov 21 2007 Karl MacMillan <kmacmill@mentalrootkit.com> - 0.5.0-1
|
|
|
|
- Preverse mode on ipa-keytab-util
|
|
|
|
- Version bump for relase and rpm name change
|
|
|
|
|
|
|
|
* Thu Nov 15 2007 Rob Crittenden <rcritten@redhat.com> - 0.4.1-2
|
|
|
|
- Broke invididual Requires and BuildRequires onto separate lines and
|
|
|
|
reordered them
|
|
|
|
- Added python-tgexpandingformwidget as a dependency
|
|
|
|
- Require at least fedora-ds-base 1.1
|
|
|
|
|
|
|
|
* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.1-1
|
|
|
|
- Version bump for release
|
|
|
|
|
|
|
|
* Wed Oct 31 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-6
|
|
|
|
- Add dep for freeipa-admintools and acl
|
|
|
|
|
|
|
|
* Wed Oct 24 2007 Rob Crittenden <rcritten@redhat.com> - 0.4.0-5
|
|
|
|
- Add dependency for python-krbV
|
|
|
|
|
|
|
|
* Fri Oct 19 2007 Rob Crittenden <rcritten@redhat.com> - 0.4.0-4
|
|
|
|
- Require mod_nss-1.0.7-2 for mod_proxy fixes
|
|
|
|
|
|
|
|
* Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-3
|
|
|
|
- Convert to autotools-based build
|
|
|
|
|
|
|
|
* Tue Sep 25 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-2
|
2010-02-11 03:27:00 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
* Fri Sep 7 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-1
|
|
|
|
- Added support for libipa-dna-plugin
|
|
|
|
|
|
|
|
* Fri Aug 10 2007 Karl MacMillan <kmacmill@redhat.com> - 0.2.0-1
|
|
|
|
- Added support for ipa_kpasswd and ipa_pwd_extop
|
|
|
|
|
|
|
|
* 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 mod_auth_kerb and cyrus-sasl-gssapi to Requires
|
|
|
|
- Remove references to admin server in ipa-server-setupssl
|
|
|
|
- Generate a client certificate for the XML-RPC server to connect to LDAP with
|
|
|
|
- Create a keytab for Apache
|
|
|
|
- Create an ldif with a test user
|
|
|
|
- Provide a certmap.conf for doing SSL client authentication
|
|
|
|
|
|
|
|
* Fri Jul 27 2007 Karl MacMillan <kmacmill@redhat.com> - 0.1.0-1
|
|
|
|
- Initial rpm version
|