2018-02-20 18:24:55 +00:00
|
|
|
# 389-ds-base 1.4 no longer supports i686 platform, build only client
|
|
|
|
# packages, https://bugzilla.redhat.com/show_bug.cgi?id=1544386
|
|
|
|
%if 0%{?fedora} >= 28 || 0%{?rhel} > 7
|
|
|
|
%ifarch %{ix86}
|
|
|
|
%{!?ONLY_CLIENT:%global ONLY_CLIENT 1}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
2016-09-01 13:47:48 +00:00
|
|
|
# Define ONLY_CLIENT to only make the ipa-client and ipa-python
|
2014-10-21 14:35:27 +00:00
|
|
|
# subpackages
|
2011-01-28 04:33:55 +00:00
|
|
|
%{!?ONLY_CLIENT:%global ONLY_CLIENT 0}
|
2017-05-25 13:11:33 +00:00
|
|
|
%if %{ONLY_CLIENT}
|
|
|
|
%global enable_server_option --disable-server
|
|
|
|
%else
|
|
|
|
%global enable_server_option --enable-server
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# Build with ipatests
|
|
|
|
%if ! %{ONLY_CLIENT}
|
|
|
|
%global with_ipatests 1
|
|
|
|
%endif
|
|
|
|
%if 0%{?with_ipatests}
|
|
|
|
%global with_ipatests_option --with-ipatests
|
|
|
|
%else
|
|
|
|
%global with_ipatests_option --without-ipatests
|
|
|
|
%endif
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2017-09-04 10:01:19 +00:00
|
|
|
%if 0%{!?with_python3:1}
|
2015-12-14 23:02:04 +00:00
|
|
|
%if 0%{?rhel}
|
|
|
|
%global with_python3 0
|
|
|
|
%else
|
|
|
|
%global with_python3 1
|
|
|
|
%endif
|
2017-09-04 10:01:19 +00:00
|
|
|
%endif
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2018-01-31 17:01:27 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
%global python %{__python3}
|
|
|
|
%else
|
|
|
|
%global python %{__python2}
|
|
|
|
%endif
|
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
# lint is not executed during rpmbuild
|
|
|
|
# %%global with_lint 1
|
|
|
|
%if 0%{?with_lint}
|
|
|
|
%global linter_options --enable-pylint --with-jslint
|
|
|
|
%else
|
|
|
|
%global linter_options --disable-pylint --without-jslint
|
|
|
|
%endif
|
|
|
|
|
2014-10-21 14:35:27 +00:00
|
|
|
%global alt_name ipa
|
|
|
|
%if 0%{?rhel}
|
2017-05-25 13:11:33 +00:00
|
|
|
# 1.15.1-7: certauth (http://krbdev.mit.edu/rt/Ticket/Display.html?id=8561)
|
|
|
|
%global krb5_version 1.15.1-4
|
|
|
|
# 0.7.16: https://github.com/drkjam/netaddr/issues/71
|
|
|
|
%global python_netaddr_version 0.7.5-8
|
2017-09-22 11:44:05 +00:00
|
|
|
# Require 4.7.0 which brings Python 3 bindings
|
|
|
|
%global samba_version 4.7.0
|
2015-05-11 17:44:44 +00:00
|
|
|
%global samba_build_version %{samba_version}
|
2014-10-21 14:35:27 +00:00
|
|
|
%global selinux_policy_version 3.12.1-153
|
2016-09-01 13:47:48 +00:00
|
|
|
%global slapi_nis_version 0.56.0-4
|
2018-01-31 17:01:27 +00:00
|
|
|
%global python2_ldap_version 2.4.15
|
2014-10-21 14:35:27 +00:00
|
|
|
%else
|
2017-05-25 13:11:33 +00:00
|
|
|
# 1.15.1-7: certauth (http://krbdev.mit.edu/rt/Ticket/Display.html?id=8561)
|
|
|
|
%global krb5_version 1.15.1-7
|
|
|
|
# 0.7.16: https://github.com/drkjam/netaddr/issues/71
|
|
|
|
%global python_netaddr_version 0.7.16
|
2017-09-22 11:44:05 +00:00
|
|
|
# Require 4.7.0 which brings Python 3 bindings
|
|
|
|
%global samba_version 2:4.7.0
|
2015-05-11 17:44:44 +00:00
|
|
|
%global samba_build_version 2:4.2.1
|
2018-03-16 17:47:47 +00:00
|
|
|
# DNSSEC AVC violation, RHBZ#1537971
|
|
|
|
%global selinux_policy_version 3.13.1-283.24
|
2016-09-01 13:47:48 +00:00
|
|
|
%global slapi_nis_version 0.56.1
|
2018-01-31 17:01:27 +00:00
|
|
|
|
|
|
|
# Use python3-pyldap to be compatible with old python3-pyldap 2.x and new
|
|
|
|
# python3-ldap 3.0. The python3-ldap package also provides python3-pyldap.
|
|
|
|
%if 0%{?fedora} >= 28
|
|
|
|
# https://pagure.io/freeipa/issue/7257 DNSSEC daemons on Python 3
|
|
|
|
%global python2_ldap_version 3.0.0-0.4.b4
|
|
|
|
%global python3_ldap_version 3.0.0-0.4.b4
|
|
|
|
%else
|
2018-03-16 17:47:47 +00:00
|
|
|
# syncrepl fix, https://pagure.io/freeipa/issue/7240
|
|
|
|
%global python2_ldap_version 2.4.25-9
|
2018-01-31 17:01:27 +00:00
|
|
|
%global python3_ldap_version 2.4.35.1-2
|
|
|
|
%endif
|
|
|
|
|
2014-10-21 14:35:27 +00:00
|
|
|
%endif
|
|
|
|
|
2018-03-16 17:47:47 +00:00
|
|
|
# Require Dogtag PKI 10.6.0 with Python 3 and SQL NSSDB fixes
|
|
|
|
%global pki_version 10.6.0-0.2
|
2018-01-31 17:01:27 +00:00
|
|
|
|
2015-09-07 16:41:00 +00:00
|
|
|
%define krb5_base_version %(LC_ALL=C rpm -q --qf '%%{VERSION}' krb5-devel | grep -Eo '^[^.]+\.[^.]+')
|
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%global plugin_dir %{_libdir}/dirsrv/plugins
|
2015-09-07 16:41:00 +00:00
|
|
|
%global etc_systemd_dir %{_sysconfdir}/systemd/system
|
2011-01-28 04:33:55 +00:00
|
|
|
%global gettext_domain ipa
|
2014-10-21 14:35:27 +00:00
|
|
|
|
2018-03-16 17:47:47 +00:00
|
|
|
%global VERSION 4.6.90.pre1
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2014-01-29 07:54:27 +00:00
|
|
|
%define _hardened_build 1
|
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
Name: freeipa
|
2014-07-25 12:12:30 +00:00
|
|
|
Version: %{VERSION}
|
2018-03-21 08:45:19 +00:00
|
|
|
Release: 5%{?dist}
|
2011-01-28 04:33:55 +00:00
|
|
|
Summary: The Identity, Policy and Audit system
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
License: GPLv3+
|
2017-03-24 12:55:56 +00:00
|
|
|
URL: https://www.freeipa.org/
|
|
|
|
Source0: https://releases.pagure.org/freeipa/freeipa-%{VERSION}.tar.gz
|
|
|
|
Source1: https://releases.pagure.org/freeipa/freeipa-%{VERSION}.tar.gz.asc
|
2018-03-19 21:28:51 +00:00
|
|
|
Patch0001: 0001-Processing-of-server-roles-should-ignore-errors.Empt.patch
|
2018-03-21 08:45:19 +00:00
|
|
|
Patch0002: 0002-Update-template-directory-with-new-variables-when-up.patch
|
|
|
|
Patch0003: 0003-upgrade-Run-configuration-upgrade-under-file-based-c.patch
|
|
|
|
Patch0004: 0004-use-LDAP-Whoami-command-when-creating-an-OTP-token.patch
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2017-09-06 15:19:08 +00:00
|
|
|
# For the timestamp trick in patch application
|
|
|
|
BuildRequires: diffstat
|
2015-12-14 23:05:41 +00:00
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
BuildRequires: openldap-devel
|
2017-02-15 14:48:51 +00:00
|
|
|
# For KDB DAL version, make explicit dependency so that increase of version
|
|
|
|
# will cause the build to fail due to unsatisfied dependencies.
|
|
|
|
# DAL version change may cause code crash or memory leaks, it is better to fail early.
|
2018-01-31 17:01:27 +00:00
|
|
|
%if 0%{?fedora} > 27
|
|
|
|
BuildRequires: krb5-kdb-version = 7.0
|
|
|
|
%else
|
2017-02-15 14:48:51 +00:00
|
|
|
%if 0%{?fedora} > 25
|
2017-10-06 08:12:05 +00:00
|
|
|
BuildRequires: krb5-kdb-version = 7.0
|
2017-02-15 14:48:51 +00:00
|
|
|
%endif
|
2018-01-31 17:01:27 +00:00
|
|
|
%endif
|
2017-05-25 13:11:33 +00:00
|
|
|
BuildRequires: krb5-devel >= %{krb5_version}
|
|
|
|
# 1.27.4: xmlrpc_curl_xportparms.gssapi_delegation
|
2013-04-02 16:47:49 +00:00
|
|
|
BuildRequires: xmlrpc-c-devel >= 1.27.4
|
2011-02-25 23:12:29 +00:00
|
|
|
BuildRequires: popt-devel
|
2011-01-28 04:33:55 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
2011-02-25 23:12:29 +00:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: gettext
|
2017-05-25 13:11:33 +00:00
|
|
|
BuildRequires: gettext-devel
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python2-devel
|
|
|
|
BuildRequires: python2-setuptools
|
2017-05-25 13:11:33 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
%endif # with_python3
|
|
|
|
# %{_unitdir}, %{_tmpfilesdir}
|
|
|
|
BuildRequires: systemd
|
|
|
|
# systemd-tmpfiles which is executed from make install requires apache user
|
|
|
|
BuildRequires: httpd
|
|
|
|
BuildRequires: nspr-devel
|
|
|
|
BuildRequires: nss-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: libini_config-devel
|
|
|
|
BuildRequires: cyrus-sasl-devel
|
|
|
|
%if ! %{ONLY_CLIENT}
|
|
|
|
# 1.3.3.9: DS_Sleep (https://fedorahosted.org/389/ticket/48005)
|
|
|
|
BuildRequires: 389-ds-base-devel >= 1.3.3.9
|
|
|
|
BuildRequires: svrcore-devel
|
|
|
|
BuildRequires: samba-devel >= %{samba_build_version}
|
|
|
|
BuildRequires: libtalloc-devel
|
|
|
|
BuildRequires: libtevent-devel
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: libsss_idmap-devel
|
|
|
|
BuildRequires: libsss_certmap-devel
|
|
|
|
# 1.15.3: sss_nss_getlistbycert (https://pagure.io/SSSD/sssd/issue/3050)
|
|
|
|
BuildRequires: libsss_nss_idmap-devel >= 1.15.3
|
|
|
|
BuildRequires: rhino
|
|
|
|
BuildRequires: libverto-devel
|
|
|
|
BuildRequires: libunistring-devel
|
|
|
|
BuildRequires: python-lesscpy
|
|
|
|
%endif # ONLY_CLIENT
|
|
|
|
|
|
|
|
#
|
|
|
|
# Build dependencies for makeapi/makeaci
|
|
|
|
# makeapi/makeaci is using Python 2 only for now
|
|
|
|
#
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python2-ldap >= %{python2_ldap_version}
|
|
|
|
BuildRequires: python2-netaddr
|
2017-09-04 10:01:19 +00:00
|
|
|
BuildRequires: python2-pyasn1
|
|
|
|
BuildRequires: python2-pyasn1-modules
|
|
|
|
BuildRequires: python2-dns
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python2-six
|
2017-09-04 10:01:19 +00:00
|
|
|
BuildRequires: python2-libsss_nss_idmap
|
|
|
|
BuildRequires: python2-cffi
|
2017-05-25 13:11:33 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Build dependencies for wheel packaging and PyPI upload
|
|
|
|
#
|
2017-09-04 10:01:19 +00:00
|
|
|
%if 0%{?with_wheels}
|
|
|
|
BuildRequires: dbus-glib-devel
|
|
|
|
BuildRequires: libffi-devel
|
|
|
|
BuildRequires: python2-tox
|
2017-05-25 13:11:33 +00:00
|
|
|
BuildRequires: python2-twine
|
|
|
|
BuildRequires: python2-wheel
|
|
|
|
%if 0%{?with_python3}
|
2017-09-04 10:01:19 +00:00
|
|
|
BuildRequires: python3-tox
|
2017-05-25 13:11:33 +00:00
|
|
|
BuildRequires: python3-twine
|
|
|
|
BuildRequires: python3-wheel
|
|
|
|
%endif
|
|
|
|
%endif # with_wheels
|
|
|
|
|
|
|
|
#
|
2018-01-31 17:01:27 +00:00
|
|
|
# Build dependencies for lint and fastcheck
|
2017-05-25 13:11:33 +00:00
|
|
|
#
|
|
|
|
%if 0%{?with_lint}
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python2-samba
|
2017-09-04 10:01:19 +00:00
|
|
|
# 1.6: x509.Name.rdns (https://github.com/pyca/cryptography/issues/3199)
|
|
|
|
BuildRequires: python2-cryptography >= 1.6
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python2-gssapi >= 1.2.0-5
|
|
|
|
BuildRequires: softhsm
|
2017-09-04 10:01:19 +00:00
|
|
|
%if 0%{?fedora} >= 26
|
|
|
|
BuildRequires: python2-pylint
|
|
|
|
%else
|
2017-09-22 11:44:05 +00:00
|
|
|
BuildRequires: pylint >= 1.7
|
2017-09-04 10:01:19 +00:00
|
|
|
%endif
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python2-pycodestyle
|
2016-09-01 13:47:48 +00:00
|
|
|
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506
|
|
|
|
BuildRequires: python2-polib
|
2017-09-04 10:01:19 +00:00
|
|
|
BuildRequires: python2-libipa_hbac
|
|
|
|
BuildRequires: python2-lxml
|
2017-05-25 13:11:33 +00:00
|
|
|
# 5.0.0: QRCode.print_ascii
|
2014-09-12 19:56:41 +00:00
|
|
|
BuildRequires: python-qrcode-core >= 5.0.0
|
2017-05-25 13:11:33 +00:00
|
|
|
# 1.15: python-dns changed return type in to_text() method in PY3
|
2017-09-04 10:01:19 +00:00
|
|
|
BuildRequires: python2-dns >= 1.15
|
2016-09-01 13:47:48 +00:00
|
|
|
BuildRequires: jsl
|
2017-09-04 10:01:19 +00:00
|
|
|
BuildRequires: python2-yubico
|
2017-05-25 13:11:33 +00:00
|
|
|
# pki Python package
|
2018-03-16 17:47:47 +00:00
|
|
|
BuildRequires: pki-base-python2 >= %{pki_version}
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python2-pytest-multihost
|
|
|
|
BuildRequires: python2-pytest-sourceorder
|
2017-09-04 10:01:19 +00:00
|
|
|
# 0.4.2: Py3 fix https://bugzilla.redhat.com/show_bug.cgi?id=1476150
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python2-jwcrypto >= 0.4.2
|
2017-05-17 15:52:32 +00:00
|
|
|
# 0.3: sd_notify (https://pagure.io/freeipa/issue/5825)
|
2017-06-18 18:09:59 +00:00
|
|
|
BuildRequires: python2-custodia >= 0.3.1
|
2018-01-31 17:01:27 +00:00
|
|
|
%if 0%{?fedora} >= 28
|
|
|
|
BuildRequires: python2-dbus
|
|
|
|
%else
|
2015-12-14 23:02:04 +00:00
|
|
|
BuildRequires: dbus-python
|
2018-01-31 17:01:27 +00:00
|
|
|
%endif
|
2017-09-04 10:01:19 +00:00
|
|
|
BuildRequires: python2-dateutil
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python2-enum34
|
|
|
|
BuildRequires: python2-netifaces
|
2017-09-04 10:01:19 +00:00
|
|
|
BuildRequires: python2-sss
|
|
|
|
BuildRequires: python2-sss-murmur
|
|
|
|
BuildRequires: python2-sssdconfig
|
|
|
|
BuildRequires: python2-paste
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python2-systemd
|
2017-05-25 13:11:33 +00:00
|
|
|
BuildRequires: python2-jinja2
|
2017-09-04 10:01:19 +00:00
|
|
|
BuildRequires: python2-augeas
|
2017-05-25 13:11:33 +00:00
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
2017-09-22 11:44:05 +00:00
|
|
|
BuildRequires: python3-samba
|
2017-09-04 10:01:19 +00:00
|
|
|
# 1.6: x509.Name.rdns (https://github.com/pyca/cryptography/issues/3199)
|
|
|
|
BuildRequires: python3-cryptography >= 1.6
|
2017-05-25 13:11:33 +00:00
|
|
|
BuildRequires: python3-gssapi >= 1.2.0
|
2017-09-22 11:44:05 +00:00
|
|
|
BuildRequires: python3-pylint >= 1.7
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python3-pycodestyle
|
2017-05-25 13:11:33 +00:00
|
|
|
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506
|
|
|
|
BuildRequires: python3-polib
|
|
|
|
BuildRequires: python3-libipa_hbac
|
|
|
|
BuildRequires: python3-memcached
|
|
|
|
BuildRequires: python3-lxml
|
|
|
|
# 5.0.0: QRCode.print_ascii
|
|
|
|
BuildRequires: python3-qrcode-core >= 5.0.0
|
|
|
|
# 1.15: python-dns changed return type in to_text() method in PY3
|
|
|
|
BuildRequires: python3-dns >= 1.15
|
|
|
|
BuildRequires: python3-yubico
|
|
|
|
# pki Python package
|
2018-03-16 17:47:47 +00:00
|
|
|
BuildRequires: pki-base-python3 >= %{pki_version}
|
2017-05-25 13:11:33 +00:00
|
|
|
BuildRequires: python3-pytest-multihost
|
|
|
|
BuildRequires: python3-pytest-sourceorder
|
2017-09-04 10:01:19 +00:00
|
|
|
# 0.4.2: Py3 fix https://bugzilla.redhat.com/show_bug.cgi?id=1476150
|
|
|
|
BuildRequires: python3-jwcrypto >= 0.4.2
|
2017-05-25 13:11:33 +00:00
|
|
|
# 0.3: sd_notify (https://pagure.io/freeipa/issue/5825)
|
|
|
|
BuildRequires: python3-custodia >= 0.3.1
|
|
|
|
BuildRequires: python3-dbus
|
|
|
|
BuildRequires: python3-dateutil
|
|
|
|
BuildRequires: python3-enum34
|
|
|
|
BuildRequires: python3-netifaces
|
|
|
|
BuildRequires: python3-sss
|
|
|
|
BuildRequires: python3-sss-murmur
|
|
|
|
BuildRequires: python3-sssdconfig
|
|
|
|
BuildRequires: python3-libsss_nss_idmap
|
|
|
|
BuildRequires: python3-paste
|
|
|
|
BuildRequires: python3-systemd
|
|
|
|
BuildRequires: python3-jinja2
|
|
|
|
BuildRequires: python3-augeas
|
2017-09-04 10:01:19 +00:00
|
|
|
BuildRequires: python3-netaddr
|
|
|
|
BuildRequires: python3-pyasn1
|
|
|
|
BuildRequires: python3-pyasn1-modules
|
2018-01-31 17:01:27 +00:00
|
|
|
BuildRequires: python3-pyldap >= %{python3_ldap_version}
|
2017-05-25 13:11:33 +00:00
|
|
|
%endif # with_python3
|
|
|
|
%endif # with_lint
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
#
|
2015-12-14 23:02:04 +00:00
|
|
|
# Build dependencies for unit tests
|
2017-05-25 13:11:33 +00:00
|
|
|
#
|
|
|
|
%if ! %{ONLY_CLIENT}
|
2015-12-14 23:02:04 +00:00
|
|
|
BuildRequires: libcmocka-devel
|
2016-08-19 12:41:05 +00:00
|
|
|
# Required by ipa_kdb_tests
|
|
|
|
BuildRequires: %{_libdir}/krb5/plugins/kdb/db2.so
|
2017-05-25 13:11:33 +00:00
|
|
|
%endif # ONLY_CLIENT
|
2013-05-10 16:33:54 +00:00
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%description
|
2015-10-08 08:51:27 +00:00
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%package server
|
|
|
|
Summary: The IPA authentication server
|
|
|
|
Group: System Environment/Base
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: %{name}-server-common = %{version}-%{release}
|
2011-01-28 04:33:55 +00:00
|
|
|
Requires: %{name}-client = %{version}-%{release}
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2017-09-04 10:01:19 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
Requires: python3-ipaserver = %{version}-%{release}
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python3-pyldap >= %{python3_ldap_version}
|
2017-09-04 10:01:19 +00:00
|
|
|
%else
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: python2-ipaserver = %{version}-%{release}
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-ldap >= %{python2_ldap_version}
|
2017-09-04 10:01:19 +00:00
|
|
|
%endif
|
2018-03-16 17:47:47 +00:00
|
|
|
# 1.3.7.9-1: https://bugzilla.redhat.com/show_bug.cgi?id=1459946
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1511462
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1514033
|
|
|
|
Requires: 389-ds-base >= 1.3.7.9-1
|
2013-05-10 16:33:54 +00:00
|
|
|
Requires: openldap-clients > 2.4.35-4
|
|
|
|
Requires: nss >= 3.14.3-12.0
|
|
|
|
Requires: nss-tools >= 3.14.3-12.0
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires(post): krb5-server >= %{krb5_version}
|
2015-09-07 16:41:00 +00:00
|
|
|
Requires(post): krb5-server >= %{krb5_base_version}, krb5-server < %{krb5_base_version}.100
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires: krb5-pkinit-openssl >= %{krb5_version}
|
2011-08-16 21:16:12 +00:00
|
|
|
Requires: cyrus-sasl-gssapi%{?_isa}
|
2011-01-28 04:33:55 +00:00
|
|
|
Requires: ntp
|
2016-09-01 13:47:48 +00:00
|
|
|
Requires: httpd >= 2.4.6-31
|
2017-09-04 10:01:19 +00:00
|
|
|
%if 0%{with_python3}
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires(preun): python3
|
|
|
|
Requires(postun): python3
|
|
|
|
Requires: python3-gssapi >= 1.2.0-5
|
|
|
|
Requires: python3-systemd
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python3-mod_wsgi
|
|
|
|
%else
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires(preun): python2
|
|
|
|
Requires(postun): python2
|
|
|
|
Requires: python2-gssapi >= 1.2.0-5
|
|
|
|
Requires: python2-systemd
|
2011-01-28 04:33:55 +00:00
|
|
|
Requires: mod_wsgi
|
2017-09-04 10:01:19 +00:00
|
|
|
%endif
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires: mod_auth_gssapi >= 1.5.0
|
2018-03-16 17:47:47 +00:00
|
|
|
Requires: mod_ssl
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires: mod_session
|
|
|
|
# 0.9.9: https://github.com/adelton/mod_lookup_identity/pull/3
|
|
|
|
Requires: mod_lookup_identity >= 0.9.9
|
2011-01-28 04:33:55 +00:00
|
|
|
Requires: acl
|
2013-04-02 16:47:49 +00:00
|
|
|
Requires: systemd-units >= 38
|
2015-09-07 16:41:00 +00:00
|
|
|
Requires(pre): shadow-utils
|
2011-10-19 15:07:43 +00:00
|
|
|
Requires(pre): systemd-units
|
|
|
|
Requires(post): systemd-units
|
2014-10-21 14:35:27 +00:00
|
|
|
Requires: selinux-policy >= %{selinux_policy_version}
|
2015-09-07 16:41:00 +00:00
|
|
|
Requires(post): selinux-policy-base >= %{selinux_policy_version}
|
2016-09-01 13:47:48 +00:00
|
|
|
Requires: slapi-nis >= %{slapi_nis_version}
|
2018-03-16 17:47:47 +00:00
|
|
|
Requires: pki-ca >= %{pki_version}
|
|
|
|
Requires: pki-kra >= %{pki_version}
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
2014-10-21 14:35:27 +00:00
|
|
|
Requires: policycoreutils >= 2.1.12-5
|
2012-12-10 20:52:46 +00:00
|
|
|
Requires: tar
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires(pre): certmonger >= 0.79.5-1
|
2018-03-16 17:47:47 +00:00
|
|
|
# 1.3.7.9-1: https://bugzilla.redhat.com/show_bug.cgi?id=1459946
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1511462
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1514033
|
|
|
|
Requires(pre): 389-ds-base >= 1.3.7.9-1
|
2014-07-07 17:23:17 +00:00
|
|
|
Requires: fontawesome-fonts
|
|
|
|
Requires: open-sans-fonts
|
2014-10-21 14:35:27 +00:00
|
|
|
Requires: openssl
|
2015-09-07 16:41:00 +00:00
|
|
|
Requires: softhsm >= 2.0.0rc1-1
|
2014-10-21 14:35:27 +00:00
|
|
|
Requires: p11-kit
|
2015-09-07 16:41:00 +00:00
|
|
|
Requires: %{etc_systemd_dir}
|
2015-10-08 08:51:27 +00:00
|
|
|
Requires: gzip
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: oddjob
|
2017-05-25 13:11:33 +00:00
|
|
|
# 0.7.0-2: https://pagure.io/gssproxy/pull-request/172
|
|
|
|
Requires: gssproxy >= 0.7.0-2
|
|
|
|
# 1.15.2: FindByNameAndCertificate (https://pagure.io/SSSD/sssd/issue/3050)
|
|
|
|
Requires: sssd-dbus >= 1.15.2
|
2014-10-21 14:35:27 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
Provides: %{alt_name}-server = %{version}
|
2014-10-21 14:35:27 +00:00
|
|
|
Conflicts: %{alt_name}-server
|
|
|
|
Obsoletes: %{alt_name}-server < %{version}
|
2013-07-18 13:07:48 +00:00
|
|
|
|
2013-08-08 13:30:10 +00:00
|
|
|
# With FreeIPA 3.3, package freeipa-server-selinux was obsoleted as the
|
2013-07-18 13:07:48 +00:00
|
|
|
# entire SELinux policy is stored in the system policy
|
2013-08-08 13:30:10 +00:00
|
|
|
Obsoletes: freeipa-server-selinux < 3.3.0
|
2011-10-19 15:07:43 +00:00
|
|
|
|
2015-09-07 16:41:00 +00:00
|
|
|
# upgrade path from monolithic -server to -server + -server-dns
|
2015-12-14 23:02:04 +00:00
|
|
|
Obsoletes: %{name}-server <= 4.2.0
|
2012-03-19 18:30:56 +00:00
|
|
|
|
2013-05-10 16:33:54 +00:00
|
|
|
# Versions of nss-pam-ldapd < 0.8.4 require a mapping from uniqueMember to
|
|
|
|
# member.
|
|
|
|
Conflicts: nss-pam-ldapd < 0.8.4
|
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%description server
|
2015-10-08 08:51:27 +00:00
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
If you are installing an IPA server, you need to install this package.
|
2011-01-28 04:33:55 +00:00
|
|
|
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
%package -n python2-ipaserver
|
|
|
|
Summary: Python libraries used by IPA server
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
BuildArch: noarch
|
|
|
|
%{?python_provide:%python_provide python2-ipaserver}
|
2017-05-25 13:11:33 +00:00
|
|
|
%{!?python_provide:Provides: python-ipaserver = %{version}-%{release}}
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: %{name}-server-common = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
Requires: python2-ipaclient = %{version}-%{release}
|
2017-06-18 18:09:59 +00:00
|
|
|
Requires: python2-custodia >= 0.3.1
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-ldap >= %{python2_ldap_version}
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-lxml
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-gssapi >= 1.2.0-5
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-sssdconfig
|
2017-09-22 11:44:05 +00:00
|
|
|
Requires: python2-pyasn1 >= 0.3.2-2
|
2018-01-31 17:01:27 +00:00
|
|
|
%if 0%{?fedora} >= 28
|
|
|
|
BuildRequires: python2-dbus
|
|
|
|
%else
|
|
|
|
BuildRequires: dbus-python
|
|
|
|
%endif
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-dns >= 1.15
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-kdcproxy >= 0.3
|
2016-03-04 14:30:38 +00:00
|
|
|
Requires: rpm-libs
|
2018-03-16 17:47:47 +00:00
|
|
|
Requires: pki-base-python2 >= %{pki_version}
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-augeas
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%description -n python2-ipaserver
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
If you are installing an IPA server, you need to install this package.
|
|
|
|
|
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
|
|
|
%package -n python3-ipaserver
|
|
|
|
Summary: Python libraries used by IPA server
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
BuildArch: noarch
|
|
|
|
%{?python_provide:%python_provide python3-ipaserver}
|
|
|
|
Requires: %{name}-server-common = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
Requires: python3-ipaclient = %{version}-%{release}
|
|
|
|
Requires: python3-custodia >= 0.3.1
|
2017-09-04 10:01:19 +00:00
|
|
|
# we need pre-requires since earlier versions may break upgrade
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires(pre): python3-pyldap >= %{python3_ldap_version}
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires: python3-lxml
|
|
|
|
Requires: python3-gssapi >= 1.2.0
|
|
|
|
Requires: python3-sssdconfig
|
2017-09-22 11:44:05 +00:00
|
|
|
Requires: python3-pyasn1 >= 0.3.2-2
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires: python3-dbus
|
|
|
|
Requires: python3-dns >= 1.15
|
|
|
|
Requires: python3-kdcproxy >= 0.3
|
|
|
|
Requires: python3-augeas
|
|
|
|
Requires: rpm-libs
|
2018-03-16 17:47:47 +00:00
|
|
|
Requires: pki-base-python3 >= %{pki_version}
|
2017-05-25 13:11:33 +00:00
|
|
|
|
|
|
|
%description -n python3-ipaserver
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
If you are installing an IPA server, you need to install this package.
|
|
|
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
%package server-common
|
|
|
|
Summary: Common files used by IPA server
|
|
|
|
Group: System Environment/Base
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: %{name}-client-common = %{version}-%{release}
|
2016-09-01 13:47:48 +00:00
|
|
|
Requires: httpd >= 2.4.6-31
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: systemd-units >= 38
|
2017-05-17 15:52:32 +00:00
|
|
|
Requires: custodia >= 0.3.1
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
Provides: %{alt_name}-server-common = %{version}
|
|
|
|
Conflicts: %{alt_name}-server-common
|
|
|
|
Obsoletes: %{alt_name}-server-common < %{version}
|
|
|
|
|
|
|
|
%description server-common
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
If you are installing an IPA server, you need to install this package.
|
|
|
|
|
|
|
|
|
2015-09-07 16:41:00 +00:00
|
|
|
%package server-dns
|
|
|
|
Summary: IPA integrated DNS server with support for automatic DNSSEC signing
|
|
|
|
Group: System Environment/Base
|
2015-12-14 23:02:04 +00:00
|
|
|
BuildArch: noarch
|
2015-09-07 16:41:00 +00:00
|
|
|
Requires: %{name}-server = %{version}-%{release}
|
2017-02-15 14:48:51 +00:00
|
|
|
Requires: bind-dyndb-ldap >= 11.0-2
|
|
|
|
Requires: bind >= 9.11.0-6.P2
|
|
|
|
Requires: bind-utils >= 9.11.0-6.P2
|
|
|
|
Requires: bind-pkcs11 >= 9.11.0-6.P2
|
|
|
|
Requires: bind-pkcs11-utils >= 9.11.0-6.P2
|
2015-09-07 16:41:00 +00:00
|
|
|
Requires: opendnssec >= 1.4.6-4
|
2018-03-16 17:47:47 +00:00
|
|
|
%{?systemd_requires}
|
2015-09-07 16:41:00 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
Provides: %{alt_name}-server-dns = %{version}
|
2015-09-07 16:41:00 +00:00
|
|
|
Conflicts: %{alt_name}-server-dns
|
|
|
|
Obsoletes: %{alt_name}-server-dns < %{version}
|
|
|
|
|
|
|
|
# upgrade path from monolithic -server to -server + -server-dns
|
2015-12-14 23:02:04 +00:00
|
|
|
Obsoletes: %{name}-server <= 4.2.0
|
2015-09-07 16:41:00 +00:00
|
|
|
|
|
|
|
%description server-dns
|
|
|
|
IPA integrated DNS server with support for automatic DNSSEC signing.
|
|
|
|
Integrated DNS server is BIND 9. OpenDNSSEC provides key management.
|
|
|
|
|
|
|
|
|
2012-07-02 19:55:25 +00:00
|
|
|
%package server-trust-ad
|
|
|
|
Summary: Virtual package to install packages required for Active Directory trusts
|
|
|
|
Group: System Environment/Base
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: %{name}-server = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2017-09-22 11:44:05 +00:00
|
|
|
|
2014-10-21 14:35:27 +00:00
|
|
|
Requires: samba >= %{samba_version}
|
2012-10-02 06:36:19 +00:00
|
|
|
Requires: samba-winbind
|
2012-07-02 19:55:25 +00:00
|
|
|
Requires: libsss_idmap
|
2017-09-22 11:44:05 +00:00
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires(post): python3
|
2017-09-22 11:44:05 +00:00
|
|
|
Requires: python3-samba
|
|
|
|
Requires: python3-libsss_nss_idmap
|
|
|
|
Requires: python3-sss
|
|
|
|
%else
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires(post): python2
|
2017-09-22 11:44:05 +00:00
|
|
|
Requires: python2-samba
|
|
|
|
Requires: python2-libsss_nss_idmap
|
|
|
|
Requires: python2-sss
|
|
|
|
%endif # with_python3
|
|
|
|
|
2012-10-12 15:46:47 +00:00
|
|
|
# We use alternatives to divert winbind_krb5_locator.so plugin to libkrb5
|
2013-04-02 16:47:49 +00:00
|
|
|
# on the installes where server-trust-ad subpackage is installed because
|
2012-10-12 15:46:47 +00:00
|
|
|
# IPA AD trusts cannot be used at the same time with the locator plugin
|
|
|
|
# since Winbindd will be configured in a different mode
|
|
|
|
Requires(post): %{_sbindir}/update-alternatives
|
|
|
|
Requires(postun): %{_sbindir}/update-alternatives
|
|
|
|
Requires(preun): %{_sbindir}/update-alternatives
|
2012-07-02 19:55:25 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
Provides: %{alt_name}-server-trust-ad = %{version}
|
2014-10-21 14:35:27 +00:00
|
|
|
Conflicts: %{alt_name}-server-trust-ad
|
|
|
|
Obsoletes: %{alt_name}-server-trust-ad < %{version}
|
|
|
|
|
2012-07-02 19:55:25 +00:00
|
|
|
%description server-trust-ad
|
2013-08-29 14:56:40 +00:00
|
|
|
Cross-realm trusts with Active Directory in IPA require working Samba 4
|
|
|
|
installation. This package is provided for convenience to install all required
|
|
|
|
dependencies at once.
|
2012-07-02 19:55:25 +00:00
|
|
|
|
2013-08-29 14:56:40 +00:00
|
|
|
%endif # ONLY_CLIENT
|
2011-01-28 04:33:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package client
|
|
|
|
Summary: IPA authentication for use on clients
|
|
|
|
Group: System Environment/Base
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: %{name}-client-common = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2017-09-04 10:01:19 +00:00
|
|
|
%if 0%{?with_python3}
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python3-gssapi >= 1.2.0-5
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python3-ipaclient = %{version}-%{release}
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python3-pyldap >= %{python3_ldap_version}
|
|
|
|
Requires: python3-sssdconfig
|
2018-03-16 17:47:47 +00:00
|
|
|
Requires: python3-sssdconfig
|
2017-09-04 10:01:19 +00:00
|
|
|
%else
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-gssapi >= 1.2.0-5
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: python2-ipaclient = %{version}-%{release}
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-ldap >= %{python2_ldap_version}
|
|
|
|
Requires: python2-sssdconfig
|
2018-03-16 17:47:47 +00:00
|
|
|
Requires: python2-sssdconfig
|
2017-09-04 10:01:19 +00:00
|
|
|
%endif
|
2011-08-16 21:16:12 +00:00
|
|
|
Requires: cyrus-sasl-gssapi%{?_isa}
|
2011-01-28 04:33:55 +00:00
|
|
|
Requires: ntp
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires: krb5-workstation >= %{krb5_version}
|
2011-01-28 04:33:55 +00:00
|
|
|
Requires: authconfig
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: curl
|
2016-09-01 13:47:48 +00:00
|
|
|
# NIS domain name config: /usr/lib/systemd/system/*-domainname.service
|
|
|
|
Requires: initscripts
|
2013-04-02 16:47:49 +00:00
|
|
|
Requires: libcurl >= 7.21.7-2
|
|
|
|
Requires: xmlrpc-c >= 1.27.4
|
2016-09-01 13:47:48 +00:00
|
|
|
Requires: sssd >= 1.14.0
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: certmonger >= 0.79.5-1
|
2011-01-28 04:33:55 +00:00
|
|
|
Requires: nss-tools
|
2011-02-25 23:12:29 +00:00
|
|
|
Requires: bind-utils
|
2012-05-03 18:38:01 +00:00
|
|
|
Requires: oddjob-mkhomedir
|
2012-07-02 19:55:25 +00:00
|
|
|
Requires: libsss_autofs
|
|
|
|
Requires: autofs
|
|
|
|
Requires: libnfsidmap
|
|
|
|
Requires: nfs-utils
|
2012-12-20 09:33:39 +00:00
|
|
|
Requires(post): policycoreutils
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
Provides: %{alt_name}-client = %{version}
|
2014-10-21 14:35:27 +00:00
|
|
|
Conflicts: %{alt_name}-client
|
|
|
|
Obsoletes: %{alt_name}-client < %{version}
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2016-09-01 13:47:48 +00:00
|
|
|
Provides: %{alt_name}-admintools = %{version}
|
|
|
|
Conflicts: %{alt_name}-admintools
|
|
|
|
Obsoletes: %{alt_name}-admintools < 4.4.1
|
|
|
|
|
|
|
|
Obsoletes: %{name}-admintools < 4.4.1
|
|
|
|
Provides: %{name}-admintools = %{version}-%{release}
|
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%description client
|
2015-10-08 08:51:27 +00:00
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
If your network uses IPA for authentication, this package should be
|
|
|
|
installed on every client machine.
|
2016-09-01 13:47:48 +00:00
|
|
|
This package provides command-line tools for IPA administrators.
|
2011-01-28 04:33:55 +00:00
|
|
|
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
%package -n python2-ipaclient
|
|
|
|
Summary: Python libraries used by IPA client
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
BuildArch: noarch
|
|
|
|
%{?python_provide:%python_provide python2-ipaclient}
|
2017-05-25 13:11:33 +00:00
|
|
|
%{!?python_provide:Provides: python-ipaclient = %{version}-%{release}}
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: %{name}-client-common = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2016-01-06 14:56:58 +00:00
|
|
|
Requires: python2-ipalib = %{version}-%{release}
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-dns >= 1.15
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires: python2-jinja2
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%description -n python2-ipaclient
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
If your network uses IPA for authentication, this package should be
|
|
|
|
installed on every client machine.
|
|
|
|
|
|
|
|
|
2016-03-04 14:30:38 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
|
|
|
%package -n python3-ipaclient
|
|
|
|
Summary: Python libraries used by IPA client
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
BuildArch: noarch
|
|
|
|
%{?python_provide:%python_provide python3-ipaclient}
|
|
|
|
Requires: %{name}-client-common = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
Requires: python3-ipalib = %{version}-%{release}
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires: python3-dns >= 1.15
|
|
|
|
Requires: python3-jinja2
|
2016-03-04 14:30:38 +00:00
|
|
|
|
|
|
|
%description -n python3-ipaclient
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
If your network uses IPA for authentication, this package should be
|
|
|
|
installed on every client machine.
|
|
|
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
%package client-common
|
|
|
|
Summary: Common files used by IPA client
|
|
|
|
Group: System Environment/Base
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Provides: %{alt_name}-client-common = %{version}
|
|
|
|
Conflicts: %{alt_name}-client-common
|
|
|
|
Obsoletes: %{alt_name}-client-common < %{version}
|
|
|
|
|
|
|
|
%description client-common
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
If your network uses IPA for authentication, this package should be
|
|
|
|
installed on every client machine.
|
|
|
|
|
|
|
|
|
|
|
|
%package python-compat
|
|
|
|
Summary: Compatiblity package for Python libraries used by IPA
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
BuildArch: noarch
|
|
|
|
Obsoletes: %{name}-python < 4.2.91
|
|
|
|
Provides: %{name}-python = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2017-09-04 10:01:19 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
Requires: python3-ipalib = %{version}-%{release}
|
|
|
|
%else
|
2016-01-06 14:56:58 +00:00
|
|
|
Requires: python2-ipalib = %{version}-%{release}
|
2017-09-04 10:01:19 +00:00
|
|
|
%endif
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
Provides: %{alt_name}-python-compat = %{version}
|
|
|
|
Conflicts: %{alt_name}-python-compat
|
|
|
|
Obsoletes: %{alt_name}-python-compat < %{version}
|
|
|
|
|
|
|
|
Obsoletes: %{alt_name}-python < 4.2.91
|
|
|
|
Provides: %{alt_name}-python = %{version}
|
|
|
|
|
|
|
|
%description python-compat
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
This is a compatibility package to accommodate %{name}-python split into
|
|
|
|
python2-ipalib and %{name}-common. Packages still depending on
|
|
|
|
%{name}-python should be fixed to depend on python2-ipaclient or
|
|
|
|
%{name}-common instead.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python2-ipalib
|
2011-01-28 04:33:55 +00:00
|
|
|
Summary: Python libraries used by IPA
|
|
|
|
Group: System Environment/Libraries
|
2016-03-04 14:30:38 +00:00
|
|
|
BuildArch: noarch
|
2016-09-01 13:47:48 +00:00
|
|
|
Conflicts: %{name}-python < 4.2.91
|
2015-12-14 23:02:04 +00:00
|
|
|
%{?python_provide:%python_provide python2-ipalib}
|
2017-05-25 13:11:33 +00:00
|
|
|
%{!?python_provide:Provides: python-ipalib = %{version}-%{release}}
|
2015-12-14 23:02:04 +00:00
|
|
|
Provides: python2-ipapython = %{version}-%{release}
|
|
|
|
%{?python_provide:%python_provide python2-ipapython}
|
2017-05-25 13:11:33 +00:00
|
|
|
%{!?python_provide:Provides: python-ipapython = %{version}-%{release}}
|
2015-12-14 23:02:04 +00:00
|
|
|
Provides: python2-ipaplatform = %{version}-%{release}
|
|
|
|
%{?python_provide:%python_provide python2-ipaplatform}
|
2017-05-25 13:11:33 +00:00
|
|
|
%{!?python_provide:Provides: python-ipaplatform = %{version}-%{release}}
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-gssapi >= 1.2.0-5
|
2011-01-28 04:33:55 +00:00
|
|
|
Requires: gnupg
|
2013-08-08 13:30:10 +00:00
|
|
|
Requires: keyutils
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2 >= 2.7.9
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-cryptography >= 1.6
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-netaddr >= %{python_netaddr_version}
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-libipa_hbac
|
2014-09-12 19:56:41 +00:00
|
|
|
Requires: python-qrcode-core >= 5.0.0
|
2017-09-22 11:44:05 +00:00
|
|
|
Requires: python2-pyasn1 >= 0.3.2-2
|
|
|
|
Requires: python2-pyasn1-modules >= 0.3.2-2
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-dateutil
|
|
|
|
Requires: python2-yubico >= 1.2.3
|
|
|
|
Requires: python2-sss-murmur
|
2018-01-31 17:01:27 +00:00
|
|
|
%if 0%{?fedora} >= 28
|
|
|
|
BuildRequires: python2-dbus
|
|
|
|
%else
|
|
|
|
BuildRequires: dbus-python
|
|
|
|
%endif
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-setuptools
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-six
|
2017-09-04 10:01:19 +00:00
|
|
|
# 0.4.2: Py3 fix https://bugzilla.redhat.com/show_bug.cgi?id=1476150
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-jwcrypto >= 0.4.2
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-cffi
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-ldap >= %{python2_ldap_version}
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-requests
|
|
|
|
Requires: python2-dns >= 1.15
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-enum34
|
|
|
|
Requires: python2-netifaces >= 0.10.4
|
2016-09-01 13:47:48 +00:00
|
|
|
Requires: pyusb
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
Conflicts: %{alt_name}-python < %{version}
|
|
|
|
|
|
|
|
%description -n python2-ipalib
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
If you are using IPA, you need to install this package.
|
2011-01-28 04:33:55 +00:00
|
|
|
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
|
|
|
%package -n python3-ipalib
|
|
|
|
Summary: Python3 libraries used by IPA
|
|
|
|
Group: System Environment/Libraries
|
2016-03-04 14:30:38 +00:00
|
|
|
BuildArch: noarch
|
2015-12-14 23:02:04 +00:00
|
|
|
%{?python_provide:%python_provide python3-ipalib}
|
|
|
|
Provides: python3-ipapython = %{version}-%{release}
|
|
|
|
%{?python_provide:%python_provide python3-ipapython}
|
|
|
|
Provides: python3-ipaplatform = %{version}-%{release}
|
|
|
|
%{?python_provide:%python_provide python3-ipaplatform}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires: python3-gssapi >= 1.2.0
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: gnupg
|
|
|
|
Requires: keyutils
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python3-cryptography >= 1.6
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires: python3-netaddr >= %{python_netaddr_version}
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: python3-libipa_hbac
|
|
|
|
Requires: python3-qrcode-core >= 5.0.0
|
2017-09-22 11:44:05 +00:00
|
|
|
Requires: python3-pyasn1 >= 0.3.2-2
|
|
|
|
Requires: python3-pyasn1-modules >= 0.3.2-2
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: python3-dateutil
|
2017-09-04 10:01:19 +00:00
|
|
|
# fixes searching for yubikeys in python3
|
|
|
|
Requires: python3-yubico >= 1.3.2-7
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: python3-sss-murmur
|
|
|
|
Requires: python3-dbus
|
|
|
|
Requires: python3-setuptools
|
|
|
|
Requires: python3-six
|
2017-09-04 10:01:19 +00:00
|
|
|
# 0.4.2: Py3 fix https://bugzilla.redhat.com/show_bug.cgi?id=1476150
|
|
|
|
Requires: python3-jwcrypto >= 0.4.2
|
2016-03-04 14:30:38 +00:00
|
|
|
Requires: python3-cffi
|
2017-09-04 10:01:19 +00:00
|
|
|
# we need pre-requires since earlier versions may break upgrade
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires(pre): python3-pyldap >= %{python3_ldap_version}
|
2016-09-01 13:47:48 +00:00
|
|
|
Requires: python3-requests
|
2017-05-25 13:11:33 +00:00
|
|
|
Requires: python3-dns >= 1.15
|
2016-09-01 13:47:48 +00:00
|
|
|
Requires: python3-netifaces >= 0.10.4
|
|
|
|
Requires: python3-pyusb
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%description -n python3-ipalib
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
If you are using IPA with Python 3, you need to install this package.
|
|
|
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
|
|
%package common
|
|
|
|
Summary: Common files used by IPA
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
BuildArch: noarch
|
2016-09-01 13:47:48 +00:00
|
|
|
Conflicts: %{name}-python < 4.2.91
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
Provides: %{alt_name}-common = %{version}
|
|
|
|
Conflicts: %{alt_name}-common
|
|
|
|
Obsoletes: %{alt_name}-common < %{version}
|
|
|
|
|
|
|
|
Conflicts: %{alt_name}-python < %{version}
|
|
|
|
|
|
|
|
%description common
|
2015-10-08 08:51:27 +00:00
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
If you are using IPA, you need to install this package.
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
%if 0%{?with_ipatests}
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%package -n python2-ipatests
|
2013-08-08 13:30:10 +00:00
|
|
|
Summary: IPA tests and test tools
|
2015-12-14 23:02:04 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
Obsoletes: %{name}-tests < 4.2.91
|
2016-01-06 14:56:58 +00:00
|
|
|
Provides: %{name}-tests = %{version}-%{release}
|
2015-12-14 23:02:04 +00:00
|
|
|
%{?python_provide:%python_provide python2-ipatests}
|
2017-05-25 13:11:33 +00:00
|
|
|
%{!?python_provide:Provides: python-ipatests = %{version}-%{release}}
|
2016-09-01 13:47:48 +00:00
|
|
|
Requires: python2-ipaclient = %{version}-%{release}
|
|
|
|
Requires: python2-ipaserver = %{version}-%{release}
|
2013-08-08 13:30:10 +00:00
|
|
|
Requires: tar
|
|
|
|
Requires: xz
|
2015-09-07 16:41:00 +00:00
|
|
|
Requires: pytest >= 2.6
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-paste
|
|
|
|
Requires: python2-coverage
|
2016-09-01 13:47:48 +00:00
|
|
|
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506
|
|
|
|
Requires: python2-polib
|
2018-01-31 17:01:27 +00:00
|
|
|
Requires: python2-pytest-multihost >= 0.5
|
|
|
|
Requires: python2-pytest-sourceorder
|
2016-03-04 14:30:38 +00:00
|
|
|
Requires: ldns-utils
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python2-cryptography >= 1.6
|
|
|
|
Requires: iptables
|
2018-03-16 17:47:47 +00:00
|
|
|
Requires: python2-mock
|
2013-08-08 13:30:10 +00:00
|
|
|
|
2016-01-06 14:56:58 +00:00
|
|
|
Provides: %{alt_name}-tests = %{version}
|
2014-10-21 14:35:27 +00:00
|
|
|
Conflicts: %{alt_name}-tests
|
|
|
|
Obsoletes: %{alt_name}-tests < %{version}
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
%description -n python2-ipatests
|
2015-10-08 08:51:27 +00:00
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
2013-08-08 13:30:10 +00:00
|
|
|
This package contains tests that verify IPA functionality.
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
|
|
|
%package -n python3-ipatests
|
|
|
|
Summary: IPA tests and test tools
|
|
|
|
BuildArch: noarch
|
|
|
|
%{?python_provide:%python_provide python3-ipatests}
|
2016-09-01 13:47:48 +00:00
|
|
|
Requires: python3-ipaclient = %{version}-%{release}
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python3-ipaserver = %{version}-%{release}
|
2015-12-14 23:02:04 +00:00
|
|
|
Requires: tar
|
|
|
|
Requires: xz
|
|
|
|
Requires: python3-pytest >= 2.6
|
|
|
|
Requires: python3-coverage
|
|
|
|
Requires: python3-polib
|
|
|
|
Requires: python3-pytest-multihost >= 0.5
|
|
|
|
Requires: python3-pytest-sourceorder
|
2016-03-04 14:30:38 +00:00
|
|
|
Requires: ldns-utils
|
2016-07-22 13:43:40 +00:00
|
|
|
Requires: python3-sssdconfig
|
2017-09-04 10:01:19 +00:00
|
|
|
Requires: python3-cryptography >= 1.6
|
|
|
|
Requires: iptables
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%description -n python3-ipatests
|
|
|
|
IPA is an integrated solution to provide centrally managed Identity (users,
|
|
|
|
hosts, services), Authentication (SSO, 2FA), and Authorization
|
|
|
|
(host access control, SELinux user roles, services). The solution provides
|
|
|
|
features for further integration with Linux based clients (SUDO, automount)
|
|
|
|
and integration with Active Directory based infrastructures (Trusts).
|
|
|
|
This package contains tests that verify IPA functionality under Python 3.
|
|
|
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
%endif # with_ipatests
|
2013-08-08 13:30:10 +00:00
|
|
|
|
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%prep
|
2016-02-04 11:16:42 +00:00
|
|
|
# Fedora spec file only: START
|
|
|
|
# Update timestamps on the files touched by a patch, to avoid non-equal
|
|
|
|
# .pyc/.pyo files across the multilib peers within a build, where "Level"
|
|
|
|
# is the patch prefix option (e.g. -p1)
|
|
|
|
# Taken from specfile for sssd and python-simplejson
|
|
|
|
UpdateTimestamps() {
|
|
|
|
Level=$1
|
|
|
|
PatchFile=$2
|
|
|
|
|
|
|
|
# Locate the affected files:
|
|
|
|
for f in $(diffstat $Level -l $PatchFile); do
|
|
|
|
# Set the files to have the same timestamp as that of the patch:
|
|
|
|
touch -r $PatchFile $f
|
|
|
|
done
|
|
|
|
}
|
|
|
|
|
|
|
|
%setup -n freeipa-%{VERSION} -q
|
|
|
|
|
|
|
|
for p in %patches ; do
|
|
|
|
%__patch -p1 -i $p
|
|
|
|
UpdateTimestamps -p1 $p
|
|
|
|
done
|
|
|
|
# Fedora spec file only: END
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
# Workaround: We want to build Python things twice. To be sure we do not mess
|
|
|
|
# up something, do two separate builds in separate directories.
|
|
|
|
cp -r %{_builddir}/freeipa-%{version} %{_builddir}/freeipa-%{version}-python3
|
|
|
|
%endif # with_python3
|
|
|
|
|
2012-08-06 14:54:59 +00:00
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%build
|
2014-01-03 12:44:03 +00:00
|
|
|
# UI compilation segfaulted on some arches when the stack was lower (#1040576)
|
2017-07-10 09:30:58 +00:00
|
|
|
export JAVA_STACK_SIZE="16m"
|
2017-05-25 13:11:33 +00:00
|
|
|
# PATH is workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1005235
|
|
|
|
export PATH=/usr/bin:/usr/sbin:$PATH
|
|
|
|
export PYTHON=%{__python2}
|
2018-03-16 17:47:47 +00:00
|
|
|
|
|
|
|
%if ! 0%{?with_python3}
|
2017-05-25 13:11:33 +00:00
|
|
|
# Workaround: make sure all shebangs are pointing to Python 2
|
|
|
|
# This should be solved properly using setuptools
|
|
|
|
# and this hack should be removed.
|
|
|
|
find \
|
|
|
|
! -name '*.pyc' -a \
|
|
|
|
! -name '*.pyo' -a \
|
|
|
|
-type f -exec grep -qsm1 '^#!.*\bpython' {} \; \
|
|
|
|
-exec sed -i -e '1 s|^#!.*\bpython[^ ]*|#!%{__python2}|' {} \;
|
2018-03-16 17:47:47 +00:00
|
|
|
%endif # ! with_python3
|
2017-09-04 10:01:19 +00:00
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
%configure --with-vendor-suffix=-%{release} \
|
|
|
|
%{enable_server_option} \
|
|
|
|
%{with_ipatests_option} \
|
|
|
|
%{linter_options}
|
|
|
|
|
|
|
|
# -Onone is workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1398405
|
|
|
|
%make_build -Onone
|
2014-10-22 12:41:16 +00:00
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
export PYTHON=%{__python3}
|
2018-03-16 17:47:47 +00:00
|
|
|
pushd %{_builddir}/freeipa-%{version}-python3
|
2017-05-25 13:11:33 +00:00
|
|
|
%configure --with-vendor-suffix=-%{release} \
|
|
|
|
%{enable_server_option} \
|
|
|
|
%{with_ipatests_option} \
|
|
|
|
%{linter_options}
|
|
|
|
popd
|
2018-03-16 17:47:47 +00:00
|
|
|
%endif # with_python3
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%check
|
2017-05-25 13:11:33 +00:00
|
|
|
make %{?_smp_mflags} check VERBOSE=yes LIBDIR=%{_libdir}
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%install
|
2017-05-25 13:11:33 +00:00
|
|
|
# Please put as much logic as possible into make install. It allows:
|
|
|
|
# - easier porting to other distributions
|
|
|
|
# - rapid devel & install cycle using make install
|
|
|
|
# (instead of full RPM build and installation each time)
|
|
|
|
#
|
|
|
|
# All files and directories created by spec install should be marked as ghost.
|
|
|
|
# (These are typically configuration files created by IPA installer.)
|
|
|
|
# All other artifacts should be created by make install.
|
|
|
|
#
|
|
|
|
# Exception to this rule are test programs which where want to install
|
|
|
|
# Python2/3 versions at the same time so we need to rename them. Yuck.
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
2017-05-25 13:11:33 +00:00
|
|
|
# Python 3 installation needs to be done first. Subsequent Python 2 install
|
|
|
|
# will overwrite /usr/bin/ipa and other scripts with variants using
|
|
|
|
# python2 shebang.
|
|
|
|
pushd %{_builddir}/freeipa-%{version}-python3
|
2018-03-16 17:47:47 +00:00
|
|
|
%{__make} python_install DESTDIR=%{?buildroot} INSTALL="%{__install} -p"
|
2017-05-25 13:11:33 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
%if 0%{?with_ipatests}
|
2015-12-14 23:02:04 +00:00
|
|
|
mv %{buildroot}%{_bindir}/ipa-run-tests %{buildroot}%{_bindir}/ipa-run-tests-%{python3_version}
|
|
|
|
mv %{buildroot}%{_bindir}/ipa-test-config %{buildroot}%{_bindir}/ipa-test-config-%{python3_version}
|
|
|
|
mv %{buildroot}%{_bindir}/ipa-test-task %{buildroot}%{_bindir}/ipa-test-task-%{python3_version}
|
|
|
|
ln -s %{_bindir}/ipa-run-tests-%{python3_version} %{buildroot}%{_bindir}/ipa-run-tests-3
|
|
|
|
ln -s %{_bindir}/ipa-test-config-%{python3_version} %{buildroot}%{_bindir}/ipa-test-config-3
|
|
|
|
ln -s %{_bindir}/ipa-test-task-%{python3_version} %{buildroot}%{_bindir}/ipa-test-task-3
|
2017-05-25 13:11:33 +00:00
|
|
|
%endif # with_ipatests
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
%endif # with_python3
|
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
# Python 2 installation
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%if 0%{?with_ipatests}
|
|
|
|
mv %{buildroot}%{_bindir}/ipa-run-tests %{buildroot}%{_bindir}/ipa-run-tests-%{python2_version}
|
|
|
|
mv %{buildroot}%{_bindir}/ipa-test-config %{buildroot}%{_bindir}/ipa-test-config-%{python2_version}
|
|
|
|
mv %{buildroot}%{_bindir}/ipa-test-task %{buildroot}%{_bindir}/ipa-test-task-%{python2_version}
|
2015-12-14 23:02:04 +00:00
|
|
|
ln -s %{_bindir}/ipa-run-tests-%{python2_version} %{buildroot}%{_bindir}/ipa-run-tests-2
|
|
|
|
ln -s %{_bindir}/ipa-test-config-%{python2_version} %{buildroot}%{_bindir}/ipa-test-config-2
|
|
|
|
ln -s %{_bindir}/ipa-test-task-%{python2_version} %{buildroot}%{_bindir}/ipa-test-task-2
|
2018-01-31 17:01:27 +00:00
|
|
|
%endif # with_ipatests
|
|
|
|
|
|
|
|
# Decide which Python (2 or 3) should be used as default for tests
|
|
|
|
%if 0%{?with_ipatests}
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
# Building with python3 => make it default for tests
|
|
|
|
ln -s %{_bindir}/ipa-run-tests-%{python3_version} %{buildroot}%{_bindir}/ipa-run-tests
|
|
|
|
ln -s %{_bindir}/ipa-test-config-%{python3_version} %{buildroot}%{_bindir}/ipa-test-config
|
|
|
|
ln -s %{_bindir}/ipa-test-task-%{python3_version} %{buildroot}%{_bindir}/ipa-test-task
|
|
|
|
%else
|
|
|
|
# Building python2 only => make it default for tests
|
2015-12-14 23:02:04 +00:00
|
|
|
ln -s %{_bindir}/ipa-run-tests-%{python2_version} %{buildroot}%{_bindir}/ipa-run-tests
|
|
|
|
ln -s %{_bindir}/ipa-test-config-%{python2_version} %{buildroot}%{_bindir}/ipa-test-config
|
|
|
|
ln -s %{_bindir}/ipa-test-task-%{python2_version} %{buildroot}%{_bindir}/ipa-test-task
|
2018-01-31 17:01:27 +00:00
|
|
|
%endif # with_python3
|
2017-05-25 13:11:33 +00:00
|
|
|
%endif # with_ipatests
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2017-03-01 06:12:37 +00:00
|
|
|
# Move /usr/bin/ipa out of the way
|
|
|
|
# XXX: ipa cli is not stable enough for enabling py3 support, keep it in py2
|
|
|
|
# in any case
|
|
|
|
mv %{buildroot}%{_bindir}/ipa %{buildroot}%{_bindir}/ipa-py2
|
|
|
|
|
|
|
|
# Use Python 2 version of /usr/bin/ipa
|
|
|
|
# XXX: see comment above
|
|
|
|
mv %{buildroot}%{_bindir}/ipa-py2 %{buildroot}%{_bindir}/ipa
|
2016-07-22 13:43:40 +00:00
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
# remove files which are useful only for make uninstall
|
|
|
|
find %{buildroot} -wholename '*/site-packages/*/install_files.txt' -exec rm {} \;
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
%find_lang %{gettext_domain}
|
2014-10-21 14:35:27 +00:00
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%if ! %{ONLY_CLIENT}
|
|
|
|
# Remove .la files from libtool - we don't want to package
|
|
|
|
# these files
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_pwd_extop.la
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_enrollment_extop.la
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_winsync.la
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_repl_version.la
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_uuid.la
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_modrdn.la
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_lockout.la
|
2012-07-02 19:55:25 +00:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_cldap.la
|
2013-04-02 16:47:49 +00:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_dns.la
|
2012-07-02 19:55:25 +00:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_sidgen.la
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_sidgen_task.la
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_extdom_extop.la
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_range_check.la
|
2014-10-21 14:35:27 +00:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_otp_counter.la
|
2014-07-07 17:23:17 +00:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_otp_lasttoken.la
|
2015-09-07 16:41:00 +00:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libtopology.la
|
2012-02-06 19:51:43 +00:00
|
|
|
rm %{buildroot}/%{_libdir}/krb5/plugins/kdb/ipadb.la
|
2012-07-02 19:55:25 +00:00
|
|
|
rm %{buildroot}/%{_libdir}/samba/pdb/ipasam.la
|
2011-01-28 04:33:55 +00:00
|
|
|
|
|
|
|
# So we can own our Apache configuration
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d/
|
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/httpd/conf.d/ipa.conf
|
2015-09-07 16:41:00 +00:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/httpd/conf.d/ipa-kdc-proxy.conf
|
2011-10-19 15:07:43 +00:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/httpd/conf.d/ipa-pki-proxy.conf
|
2011-01-28 04:33:55 +00:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/httpd/conf.d/ipa-rewrite.conf
|
2012-02-06 19:51:43 +00:00
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/ca.crt
|
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/krb.con
|
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/krb5.ini
|
|
|
|
/bin/touch %{buildroot}%{_usr}/share/ipa/html/krbrealm.con
|
2012-03-19 18:30:56 +00:00
|
|
|
|
2012-10-12 15:46:47 +00:00
|
|
|
mkdir -p %{buildroot}%{_libdir}/krb5/plugins/libkrb5
|
|
|
|
touch %{buildroot}%{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so
|
|
|
|
|
2013-08-29 14:56:40 +00:00
|
|
|
%endif # ONLY_CLIENT
|
2011-01-28 04:33:55 +00:00
|
|
|
|
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/ipa/default.conf
|
2012-02-06 19:51:43 +00:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/ipa/ca.crt
|
2014-10-21 14:35:27 +00:00
|
|
|
|
|
|
|
%if ! %{ONLY_CLIENT}
|
2011-02-03 21:55:42 +00:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/cron.d
|
2013-08-29 14:56:40 +00:00
|
|
|
%endif # ONLY_CLIENT
|
2012-07-02 19:55:25 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%post server
|
2013-04-02 16:47:49 +00:00
|
|
|
# NOTE: systemd specific section
|
2011-10-19 15:07:43 +00:00
|
|
|
/bin/systemctl --system daemon-reload 2>&1 || :
|
2013-04-02 16:47:49 +00:00
|
|
|
# END
|
2011-03-24 21:57:00 +00:00
|
|
|
if [ $1 -gt 1 ] ; then
|
2013-04-02 16:47:49 +00:00
|
|
|
/bin/systemctl condrestart certmonger.service 2>&1 || :
|
2011-03-24 21:57:00 +00:00
|
|
|
fi
|
2015-12-14 23:02:04 +00:00
|
|
|
/bin/systemctl reload-or-try-restart dbus
|
|
|
|
/bin/systemctl reload-or-try-restart oddjobd
|
|
|
|
|
2017-09-04 10:01:19 +00:00
|
|
|
%tmpfiles_create ipa.conf
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2012-02-06 19:51:43 +00:00
|
|
|
%posttrans server
|
2016-03-04 14:30:38 +00:00
|
|
|
# don't execute upgrade and restart of IPA when server is not installed
|
2018-01-31 17:01:27 +00:00
|
|
|
%{python} -c "import sys; from ipaserver.install import installutils; sys.exit(0 if installutils.is_ipa_configured() else 1);" > /dev/null 2>&1
|
2016-03-04 14:30:38 +00:00
|
|
|
|
2013-07-18 13:07:48 +00:00
|
|
|
if [ $? -eq 0 ]; then
|
2017-07-21 14:31:34 +00:00
|
|
|
# This is necessary for Fedora system upgrades which by default
|
|
|
|
# work with the network being offline
|
|
|
|
/bin/systemctl start network-online.target
|
|
|
|
|
2016-03-04 14:30:38 +00:00
|
|
|
# Restart IPA processes. This must be also run in postrans so that plugins
|
2018-01-31 17:01:27 +00:00
|
|
|
# and software is in consistent state. This will also perform the
|
|
|
|
# system upgrade.
|
2016-03-04 14:30:38 +00:00
|
|
|
# NOTE: systemd specific section
|
|
|
|
|
2014-07-07 17:23:17 +00:00
|
|
|
/bin/systemctl is-enabled ipa.service >/dev/null 2>&1
|
|
|
|
if [ $? -eq 0 ]; then
|
2018-01-31 17:01:27 +00:00
|
|
|
/bin/systemctl restart ipa.service >/dev/null
|
2014-07-07 17:23:17 +00:00
|
|
|
fi
|
2013-07-18 13:07:48 +00:00
|
|
|
fi
|
|
|
|
# END
|
2012-02-06 19:51:43 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%preun server
|
|
|
|
if [ $1 = 0 ]; then
|
2013-04-02 16:47:49 +00:00
|
|
|
# NOTE: systemd specific section
|
2011-10-19 15:07:43 +00:00
|
|
|
/bin/systemctl --quiet stop ipa.service || :
|
|
|
|
/bin/systemctl --quiet disable ipa.service || :
|
2015-12-14 23:02:04 +00:00
|
|
|
/bin/systemctl reload-or-try-restart dbus
|
|
|
|
/bin/systemctl reload-or-try-restart oddjobd
|
2013-04-02 16:47:49 +00:00
|
|
|
# END
|
2011-01-28 04:33:55 +00:00
|
|
|
fi
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2013-04-02 16:47:49 +00:00
|
|
|
%pre server
|
|
|
|
# Stop ipa_kpasswd if it exists before upgrading so we don't have a
|
|
|
|
# zombie process when we're done.
|
|
|
|
if [ -e /usr/sbin/ipa_kpasswd ]; then
|
|
|
|
# NOTE: systemd specific section
|
|
|
|
/bin/systemctl stop ipa_kpasswd.service >/dev/null 2>&1 || :
|
|
|
|
# END
|
2011-01-28 04:33:55 +00:00
|
|
|
fi
|
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
# create users and groups
|
|
|
|
# create kdcproxy group and user
|
|
|
|
getent group kdcproxy >/dev/null || groupadd -f -r kdcproxy
|
|
|
|
getent passwd kdcproxy >/dev/null || useradd -r -g kdcproxy -s /sbin/nologin -d / -c "IPA KDC Proxy User" kdcproxy
|
|
|
|
# create ipaapi group and user
|
|
|
|
getent group ipaapi >/dev/null || groupadd -f -r ipaapi
|
|
|
|
getent passwd ipaapi >/dev/null || useradd -r -g ipaapi -s /sbin/nologin -d / -c "IPA Framework User" ipaapi
|
|
|
|
# add apache to ipaaapi group
|
|
|
|
id -Gn apache | grep '\bipaapi\b' >/dev/null || usermod apache -a -G ipaapi
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2018-03-16 17:47:47 +00:00
|
|
|
|
|
|
|
%post server-dns
|
|
|
|
%systemd_post ipa-dnskeysyncd.service ipa-ods-exporter.socket ipa-ods-exporter.service
|
|
|
|
|
|
|
|
%preun server-dns
|
|
|
|
%systemd_preun ipa-dnskeysyncd.service ipa-ods-exporter.socket ipa-ods-exporter.service
|
|
|
|
|
|
|
|
%postun server-dns
|
|
|
|
%systemd_postun ipa-dnskeysyncd.service ipa-ods-exporter.socket ipa-ods-exporter.service
|
|
|
|
|
|
|
|
|
2012-10-12 15:46:47 +00:00
|
|
|
%postun server-trust-ad
|
|
|
|
if [ "$1" -ge "1" ]; then
|
2013-08-29 14:56:40 +00:00
|
|
|
if [ "`readlink %{_sysconfdir}/alternatives/winbind_krb5_locator.so`" == "/dev/null" ]; then
|
|
|
|
%{_sbindir}/alternatives --set winbind_krb5_locator.so /dev/null
|
|
|
|
fi
|
2012-10-12 15:46:47 +00:00
|
|
|
fi
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2012-10-12 15:46:47 +00:00
|
|
|
%post server-trust-ad
|
|
|
|
%{_sbindir}/update-alternatives --install %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so \
|
2013-08-29 14:56:40 +00:00
|
|
|
winbind_krb5_locator.so /dev/null 90
|
2015-09-07 16:41:00 +00:00
|
|
|
/bin/systemctl reload-or-try-restart dbus
|
|
|
|
/bin/systemctl reload-or-try-restart oddjobd
|
2013-07-18 13:07:48 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2013-07-18 13:07:48 +00:00
|
|
|
%posttrans server-trust-ad
|
2018-01-31 17:01:27 +00:00
|
|
|
%{python} -c "import sys; from ipaserver.install import installutils; sys.exit(0 if installutils.is_ipa_configured() else 1);" > /dev/null 2>&1
|
2012-12-20 09:33:39 +00:00
|
|
|
if [ $? -eq 0 ]; then
|
2013-04-02 16:47:49 +00:00
|
|
|
# NOTE: systemd specific section
|
2012-12-20 09:33:39 +00:00
|
|
|
/bin/systemctl try-restart httpd.service >/dev/null 2>&1 || :
|
2013-04-02 16:47:49 +00:00
|
|
|
# END
|
2012-12-20 09:33:39 +00:00
|
|
|
fi
|
2012-10-12 15:46:47 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2012-10-12 15:46:47 +00:00
|
|
|
%preun server-trust-ad
|
|
|
|
if [ $1 -eq 0 ]; then
|
2013-08-29 14:56:40 +00:00
|
|
|
%{_sbindir}/update-alternatives --remove winbind_krb5_locator.so /dev/null
|
2015-09-07 16:41:00 +00:00
|
|
|
/bin/systemctl reload-or-try-restart dbus
|
|
|
|
/bin/systemctl reload-or-try-restart oddjobd
|
2012-10-12 15:46:47 +00:00
|
|
|
fi
|
2014-07-07 17:23:17 +00:00
|
|
|
|
2013-08-29 14:56:40 +00:00
|
|
|
%endif # ONLY_CLIENT
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2012-12-10 20:52:46 +00:00
|
|
|
%post client
|
|
|
|
if [ $1 -gt 1 ] ; then
|
|
|
|
# Has the client been configured?
|
|
|
|
restore=0
|
|
|
|
test -f '/var/lib/ipa-client/sysrestore/sysrestore.index' && restore=$(wc -l '/var/lib/ipa-client/sysrestore/sysrestore.index' | awk '{print $1}')
|
|
|
|
|
|
|
|
if [ -f '/etc/sssd/sssd.conf' -a $restore -ge 2 ]; then
|
2013-08-29 14:56:40 +00:00
|
|
|
if ! grep -E -q '/var/lib/sss/pubconf/krb5.include.d/' /etc/krb5.conf 2>/dev/null ; then
|
2012-12-10 20:52:46 +00:00
|
|
|
echo "includedir /var/lib/sss/pubconf/krb5.include.d/" > /etc/krb5.conf.ipanew
|
|
|
|
cat /etc/krb5.conf >> /etc/krb5.conf.ipanew
|
2015-09-07 16:41:00 +00:00
|
|
|
mv -Z /etc/krb5.conf.ipanew /etc/krb5.conf
|
2012-12-10 20:52:46 +00:00
|
|
|
fi
|
|
|
|
fi
|
2014-01-28 12:37:46 +00:00
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
if [ $restore -ge 2 ]; then
|
|
|
|
if grep -E -q '\s*pkinit_anchors = FILE:/etc/ipa/ca.crt$' /etc/krb5.conf 2>/dev/null; then
|
|
|
|
sed -E 's|(\s*)pkinit_anchors = FILE:/etc/ipa/ca.crt$|\1pkinit_anchors = FILE:/var/lib/ipa-client/pki/kdc-ca-bundle.pem\n\1pkinit_pool = FILE:/var/lib/ipa-client/pki/ca-bundle.pem|' /etc/krb5.conf >/etc/krb5.conf.ipanew
|
|
|
|
mv -Z /etc/krb5.conf.ipanew /etc/krb5.conf
|
|
|
|
cp /etc/ipa/ca.crt /var/lib/ipa-client/pki/kdc-ca-bundle.pem
|
|
|
|
cp /etc/ipa/ca.crt /var/lib/ipa-client/pki/ca-bundle.pem
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2014-01-28 12:37:46 +00:00
|
|
|
if [ -f '/etc/sysconfig/ntpd' -a $restore -ge 2 ]; then
|
|
|
|
if grep -E -q 'OPTIONS=.*-u ntp:ntp' /etc/sysconfig/ntpd 2>/dev/null; then
|
|
|
|
sed -r '/OPTIONS=/ { s/\s+-u ntp:ntp\s+/ /; s/\s*-u ntp:ntp\s*// }' /etc/sysconfig/ntpd >/etc/sysconfig/ntpd.ipanew
|
2015-09-07 16:41:00 +00:00
|
|
|
mv -Z /etc/sysconfig/ntpd.ipanew /etc/sysconfig/ntpd
|
2014-01-28 12:37:46 +00:00
|
|
|
|
|
|
|
/bin/systemctl condrestart ntpd.service 2>&1 || :
|
|
|
|
fi
|
|
|
|
fi
|
2014-10-21 14:35:27 +00:00
|
|
|
|
2016-03-04 14:30:38 +00:00
|
|
|
if [ $restore -ge 2 ]; then
|
2018-01-31 17:01:27 +00:00
|
|
|
%{python} -c 'from ipaclient.install.client import update_ipa_nssdb; update_ipa_nssdb()' >/var/log/ipaupgrade.log 2>&1
|
2014-10-21 14:35:27 +00:00
|
|
|
fi
|
2012-12-10 20:52:46 +00:00
|
|
|
fi
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%triggerin client -- openssh-server
|
2013-05-10 16:33:54 +00:00
|
|
|
# Has the client been configured?
|
|
|
|
restore=0
|
|
|
|
test -f '/var/lib/ipa-client/sysrestore/sysrestore.index' && restore=$(wc -l '/var/lib/ipa-client/sysrestore/sysrestore.index' | awk '{print $1}')
|
|
|
|
|
|
|
|
if [ -f '/etc/ssh/sshd_config' -a $restore -ge 2 ]; then
|
2013-08-29 14:56:40 +00:00
|
|
|
if grep -E -q '^(AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys|PubKeyAgent /usr/bin/sss_ssh_authorizedkeys %u)$' /etc/ssh/sshd_config 2>/dev/null; then
|
2013-05-10 16:33:54 +00:00
|
|
|
sed -r '
|
|
|
|
/^(AuthorizedKeysCommand(User|RunAs)|PubKeyAgentRunAs)[ \t]/ d
|
|
|
|
' /etc/ssh/sshd_config >/etc/ssh/sshd_config.ipanew
|
|
|
|
|
2016-09-01 13:47:48 +00:00
|
|
|
if /usr/sbin/sshd -t -f /dev/null -o 'AuthorizedKeysCommand=/usr/bin/sss_ssh_authorizedkeys' -o 'AuthorizedKeysCommandUser=nobody' 2>/dev/null; then
|
2013-05-10 16:33:54 +00:00
|
|
|
sed -ri '
|
|
|
|
s/^PubKeyAgent (.+) %u$/AuthorizedKeysCommand \1/
|
|
|
|
s/^AuthorizedKeysCommand .*$/\0\nAuthorizedKeysCommandUser nobody/
|
|
|
|
' /etc/ssh/sshd_config.ipanew
|
2016-09-01 13:47:48 +00:00
|
|
|
elif /usr/sbin/sshd -t -f /dev/null -o 'AuthorizedKeysCommand=/usr/bin/sss_ssh_authorizedkeys' -o 'AuthorizedKeysCommandRunAs=nobody' 2>/dev/null; then
|
2013-05-10 16:33:54 +00:00
|
|
|
sed -ri '
|
|
|
|
s/^PubKeyAgent (.+) %u$/AuthorizedKeysCommand \1/
|
|
|
|
s/^AuthorizedKeysCommand .*$/\0\nAuthorizedKeysCommandRunAs nobody/
|
|
|
|
' /etc/ssh/sshd_config.ipanew
|
2016-09-01 13:47:48 +00:00
|
|
|
elif /usr/sbin/sshd -t -f /dev/null -o 'PubKeyAgent=/usr/bin/sss_ssh_authorizedkeys %u' -o 'PubKeyAgentRunAs=nobody' 2>/dev/null; then
|
2013-05-10 16:33:54 +00:00
|
|
|
sed -ri '
|
|
|
|
s/^AuthorizedKeysCommand (.+)$/PubKeyAgent \1 %u/
|
|
|
|
s/^PubKeyAgent .*$/\0\nPubKeyAgentRunAs nobody/
|
|
|
|
' /etc/ssh/sshd_config.ipanew
|
|
|
|
fi
|
|
|
|
|
2015-09-07 16:41:00 +00:00
|
|
|
mv -Z /etc/ssh/sshd_config.ipanew /etc/ssh/sshd_config
|
2013-05-10 16:33:54 +00:00
|
|
|
chmod 600 /etc/ssh/sshd_config
|
|
|
|
|
|
|
|
/bin/systemctl condrestart sshd.service 2>&1 || :
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%files server
|
2011-01-28 04:33:55 +00:00
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-09-07 16:41:00 +00:00
|
|
|
%license COPYING
|
2013-05-10 16:33:54 +00:00
|
|
|
%{_sbindir}/ipa-backup
|
|
|
|
%{_sbindir}/ipa-restore
|
2011-08-16 21:16:12 +00:00
|
|
|
%{_sbindir}/ipa-ca-install
|
2015-09-07 16:41:00 +00:00
|
|
|
%{_sbindir}/ipa-kra-install
|
2011-01-28 04:33:55 +00:00
|
|
|
%{_sbindir}/ipa-server-install
|
2011-08-16 21:16:12 +00:00
|
|
|
%{_sbindir}/ipa-replica-conncheck
|
2011-01-28 04:33:55 +00:00
|
|
|
%{_sbindir}/ipa-replica-install
|
|
|
|
%{_sbindir}/ipa-replica-prepare
|
|
|
|
%{_sbindir}/ipa-replica-manage
|
2011-08-16 21:16:12 +00:00
|
|
|
%{_sbindir}/ipa-csreplica-manage
|
2011-01-28 04:33:55 +00:00
|
|
|
%{_sbindir}/ipa-server-certinstall
|
2015-09-07 16:41:00 +00:00
|
|
|
%{_sbindir}/ipa-server-upgrade
|
2011-02-15 02:45:41 +00:00
|
|
|
%{_sbindir}/ipa-ldap-updater
|
2014-07-07 17:23:17 +00:00
|
|
|
%{_sbindir}/ipa-otptoken-import
|
2011-02-15 02:45:41 +00:00
|
|
|
%{_sbindir}/ipa-compat-manage
|
|
|
|
%{_sbindir}/ipa-nis-manage
|
2011-10-19 15:07:43 +00:00
|
|
|
%{_sbindir}/ipa-managed-entries
|
2011-01-28 04:33:55 +00:00
|
|
|
%{_sbindir}/ipactl
|
2013-08-08 13:30:10 +00:00
|
|
|
%{_sbindir}/ipa-advise
|
2014-10-21 14:35:27 +00:00
|
|
|
%{_sbindir}/ipa-cacert-manage
|
2015-09-07 16:41:00 +00:00
|
|
|
%{_sbindir}/ipa-winsync-migrate
|
2017-06-18 18:09:59 +00:00
|
|
|
%{_sbindir}/ipa-pkinit-manage
|
2014-07-07 17:23:17 +00:00
|
|
|
%{_libexecdir}/certmonger/dogtag-ipa-ca-renew-agent-submit
|
2015-02-18 14:08:02 +00:00
|
|
|
%{_libexecdir}/certmonger/ipa-server-guard
|
2014-10-21 14:35:27 +00:00
|
|
|
%dir %{_libexecdir}/ipa
|
2017-05-17 15:52:32 +00:00
|
|
|
%{_libexecdir}/ipa/ipa-custodia
|
2018-01-31 17:01:27 +00:00
|
|
|
%{_libexecdir}/ipa/ipa-custodia-check
|
2015-09-07 16:41:00 +00:00
|
|
|
%{_libexecdir}/ipa/ipa-httpd-kdcproxy
|
2016-09-01 13:47:48 +00:00
|
|
|
%{_libexecdir}/ipa/ipa-pki-retrieve-key
|
2017-05-25 13:11:33 +00:00
|
|
|
%{_libexecdir}/ipa/ipa-otpd
|
2015-12-14 23:02:04 +00:00
|
|
|
%dir %{_libexecdir}/ipa/oddjob
|
|
|
|
%attr(0755,root,root) %{_libexecdir}/ipa/oddjob/org.freeipa.server.conncheck
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freeipa.server.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/oddjobd.conf.d/ipa-server.conf
|
2016-03-04 14:30:38 +00:00
|
|
|
%dir %{_libexecdir}/ipa/certmonger
|
|
|
|
%attr(755,root,root) %{_libexecdir}/ipa/certmonger/*
|
2015-12-14 23:02:04 +00:00
|
|
|
# NOTE: systemd specific section
|
|
|
|
%attr(644,root,root) %{_unitdir}/ipa.service
|
|
|
|
%attr(644,root,root) %{_unitdir}/ipa-otpd.socket
|
|
|
|
%attr(644,root,root) %{_unitdir}/ipa-otpd@.service
|
|
|
|
# END
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_enrollment_extop.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_winsync.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_repl_version.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_uuid.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_modrdn.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_lockout.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_cldap.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_dns.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_range_check.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_otp_counter.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_otp_lasttoken.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libtopology.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_sidgen.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_sidgen_task.so
|
|
|
|
%attr(755,root,root) %{plugin_dir}/libipa_extdom_extop.so
|
|
|
|
%attr(755,root,root) %{_libdir}/krb5/plugins/kdb/ipadb.so
|
2017-05-25 13:11:33 +00:00
|
|
|
%{_mandir}/man1/ipa-replica-conncheck.1*
|
|
|
|
%{_mandir}/man1/ipa-replica-install.1*
|
|
|
|
%{_mandir}/man1/ipa-replica-manage.1*
|
|
|
|
%{_mandir}/man1/ipa-csreplica-manage.1*
|
|
|
|
%{_mandir}/man1/ipa-replica-prepare.1*
|
|
|
|
%{_mandir}/man1/ipa-server-certinstall.1*
|
|
|
|
%{_mandir}/man1/ipa-server-install.1*
|
|
|
|
%{_mandir}/man1/ipa-server-upgrade.1*
|
|
|
|
%{_mandir}/man1/ipa-ca-install.1*
|
|
|
|
%{_mandir}/man1/ipa-kra-install.1*
|
|
|
|
%{_mandir}/man1/ipa-compat-manage.1*
|
|
|
|
%{_mandir}/man1/ipa-nis-manage.1*
|
|
|
|
%{_mandir}/man1/ipa-managed-entries.1*
|
|
|
|
%{_mandir}/man1/ipa-ldap-updater.1*
|
|
|
|
%{_mandir}/man8/ipactl.8*
|
|
|
|
%{_mandir}/man1/ipa-backup.1*
|
|
|
|
%{_mandir}/man1/ipa-restore.1*
|
|
|
|
%{_mandir}/man1/ipa-advise.1*
|
|
|
|
%{_mandir}/man1/ipa-otptoken-import.1*
|
|
|
|
%{_mandir}/man1/ipa-cacert-manage.1*
|
|
|
|
%{_mandir}/man1/ipa-winsync-migrate.1*
|
2017-06-18 18:09:59 +00:00
|
|
|
%{_mandir}/man1/ipa-pkinit-manage.1*
|
2017-05-25 13:11:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -n python2-ipaserver
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README.md Contributors.txt
|
|
|
|
%license COPYING
|
|
|
|
%{python2_sitelib}/ipaserver
|
|
|
|
%{python2_sitelib}/ipaserver-*.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
|
|
|
%files -n python3-ipaserver
|
2015-12-14 23:02:04 +00:00
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-14 23:02:04 +00:00
|
|
|
%license COPYING
|
2017-05-25 13:11:33 +00:00
|
|
|
%{python3_sitelib}/ipaserver
|
|
|
|
%{python3_sitelib}/ipaserver-*.egg-info
|
|
|
|
|
|
|
|
%endif # with_python3
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files server-common
|
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-14 23:02:04 +00:00
|
|
|
%license COPYING
|
2015-10-08 08:51:27 +00:00
|
|
|
%ghost %verify(not owner group) %dir %{_sharedstatedir}/kdcproxy
|
2015-09-07 16:41:00 +00:00
|
|
|
%dir %attr(0755,root,root) %{_sysconfdir}/ipa/kdcproxy
|
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/kdcproxy/kdcproxy.conf
|
2017-09-04 10:01:19 +00:00
|
|
|
# NOTE: systemd specific section
|
|
|
|
%{_tmpfilesdir}/ipa.conf
|
2015-12-14 23:02:04 +00:00
|
|
|
%attr(644,root,root) %{_unitdir}/ipa-custodia.service
|
2016-09-01 13:47:48 +00:00
|
|
|
%ghost %attr(644,root,root) %{etc_systemd_dir}/httpd.d/ipa.conf
|
2013-08-29 14:56:40 +00:00
|
|
|
# END
|
2011-01-28 04:33:55 +00:00
|
|
|
%dir %{_usr}/share/ipa
|
|
|
|
%{_usr}/share/ipa/wsgi.py*
|
2017-09-04 10:01:19 +00:00
|
|
|
%{_usr}/share/ipa/kdcproxy.wsgi
|
2011-01-28 04:33:55 +00:00
|
|
|
%{_usr}/share/ipa/*.ldif
|
|
|
|
%{_usr}/share/ipa/*.uldif
|
|
|
|
%{_usr}/share/ipa/*.template
|
2013-08-08 13:30:10 +00:00
|
|
|
%dir %{_usr}/share/ipa/advise
|
|
|
|
%dir %{_usr}/share/ipa/advise/legacy
|
|
|
|
%{_usr}/share/ipa/advise/legacy/*.template
|
2015-09-07 16:41:00 +00:00
|
|
|
%dir %{_usr}/share/ipa/profiles
|
2017-09-04 10:01:19 +00:00
|
|
|
%{_usr}/share/ipa/profiles/README
|
2015-09-07 16:41:00 +00:00
|
|
|
%{_usr}/share/ipa/profiles/*.cfg
|
2011-01-28 04:33:55 +00:00
|
|
|
%dir %{_usr}/share/ipa/html
|
|
|
|
%{_usr}/share/ipa/html/ssbrowser.html
|
|
|
|
%{_usr}/share/ipa/html/unauthorized.html
|
|
|
|
%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.py*
|
|
|
|
%dir %{_usr}/share/ipa/ui
|
|
|
|
%{_usr}/share/ipa/ui/index.html
|
2012-07-02 19:55:25 +00:00
|
|
|
%{_usr}/share/ipa/ui/reset_password.html
|
2014-07-07 17:23:17 +00:00
|
|
|
%{_usr}/share/ipa/ui/sync_otp.html
|
2011-08-16 21:16:12 +00:00
|
|
|
%{_usr}/share/ipa/ui/*.ico
|
2011-01-28 04:33:55 +00:00
|
|
|
%{_usr}/share/ipa/ui/*.css
|
|
|
|
%{_usr}/share/ipa/ui/*.js
|
2014-07-07 17:23:17 +00:00
|
|
|
%dir %{_usr}/share/ipa/ui/css
|
|
|
|
%{_usr}/share/ipa/ui/css/*.css
|
2014-01-28 12:37:46 +00:00
|
|
|
%dir %{_usr}/share/ipa/ui/js
|
2013-04-02 16:47:49 +00:00
|
|
|
%dir %{_usr}/share/ipa/ui/js/dojo
|
|
|
|
%{_usr}/share/ipa/ui/js/dojo/dojo.js
|
|
|
|
%dir %{_usr}/share/ipa/ui/js/libs
|
|
|
|
%{_usr}/share/ipa/ui/js/libs/*.js
|
|
|
|
%dir %{_usr}/share/ipa/ui/js/freeipa
|
|
|
|
%{_usr}/share/ipa/ui/js/freeipa/app.js
|
2014-07-07 17:23:17 +00:00
|
|
|
%{_usr}/share/ipa/ui/js/freeipa/core.js
|
2013-05-10 16:33:54 +00:00
|
|
|
%dir %{_usr}/share/ipa/ui/js/plugins
|
2012-02-06 19:51:43 +00:00
|
|
|
%dir %{_usr}/share/ipa/ui/images
|
2014-07-07 17:23:17 +00:00
|
|
|
%{_usr}/share/ipa/ui/images/*.jpg
|
2012-02-06 19:51:43 +00:00
|
|
|
%{_usr}/share/ipa/ui/images/*.png
|
2013-05-10 16:33:54 +00:00
|
|
|
%dir %{_usr}/share/ipa/wsgi
|
|
|
|
%{_usr}/share/ipa/wsgi/plugins.py*
|
2011-01-28 04:33:55 +00:00
|
|
|
%dir %{_sysconfdir}/ipa
|
|
|
|
%dir %{_sysconfdir}/ipa/html
|
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/ssbrowser.html
|
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/unauthorized.html
|
|
|
|
%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
|
2015-09-07 16:41:00 +00:00
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/httpd/conf.d/ipa-kdc-proxy.conf
|
2011-10-19 15:07:43 +00:00
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/httpd/conf.d/ipa-pki-proxy.conf
|
2015-09-07 16:41:00 +00:00
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/kdcproxy/ipa-kdc-proxy.conf
|
2012-02-06 19:51:43 +00:00
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_usr}/share/ipa/html/ca.crt
|
|
|
|
%ghost %attr(0644,root,apache) %{_usr}/share/ipa/html/krb.con
|
|
|
|
%ghost %attr(0644,root,apache) %{_usr}/share/ipa/html/krb5.ini
|
|
|
|
%ghost %attr(0644,root,apache) %{_usr}/share/ipa/html/krbrealm.con
|
2011-01-28 04:33:55 +00:00
|
|
|
%dir %{_usr}/share/ipa/updates/
|
|
|
|
%{_usr}/share/ipa/updates/*
|
|
|
|
%dir %{_localstatedir}/lib/ipa
|
2013-05-10 16:33:54 +00:00
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/backup
|
2017-05-25 13:11:33 +00:00
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/gssproxy
|
2017-09-22 11:44:05 +00:00
|
|
|
%attr(711,root,root) %dir %{_localstatedir}/lib/ipa/sysrestore
|
2012-07-02 19:55:25 +00:00
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/sysupgrade
|
2012-10-12 15:46:47 +00:00
|
|
|
%attr(755,root,root) %dir %{_localstatedir}/lib/ipa/pki-ca
|
2018-03-16 17:47:47 +00:00
|
|
|
%attr(755,root,root) %dir %{_localstatedir}/lib/ipa/certs
|
2013-07-18 13:07:48 +00:00
|
|
|
%ghost %{_localstatedir}/lib/ipa/pki-ca/publish
|
2014-11-20 19:25:52 +00:00
|
|
|
%ghost %{_localstatedir}/named/dyndb-ldap/ipa
|
2015-12-14 23:02:04 +00:00
|
|
|
%dir %attr(0700,root,root) %{_sysconfdir}/ipa/custodia
|
2016-09-01 13:47:48 +00:00
|
|
|
%dir %{_usr}/share/ipa/schema.d
|
|
|
|
%attr(0644,root,root) %{_usr}/share/ipa/schema.d/README
|
2017-05-25 13:11:33 +00:00
|
|
|
%attr(0644,root,root) %{_usr}/share/ipa/gssapi.login
|
|
|
|
%{_usr}/share/ipa/ipakrb5.aug
|
2015-09-07 16:41:00 +00:00
|
|
|
|
|
|
|
%files server-dns
|
2015-12-14 23:02:04 +00:00
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-14 23:02:04 +00:00
|
|
|
%license COPYING
|
2018-03-16 17:47:47 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/ipa-dnskeysyncd
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/ipa-ods-exporter
|
|
|
|
%dir %attr(0755,root,root) %{_sysconfdir}/ipa/dnssec
|
|
|
|
%{_libexecdir}/ipa/ipa-dnskeysyncd
|
|
|
|
%{_libexecdir}/ipa/ipa-dnskeysync-replica
|
|
|
|
%{_libexecdir}/ipa/ipa-ods-exporter
|
2015-09-07 16:41:00 +00:00
|
|
|
%{_sbindir}/ipa-dns-install
|
2017-05-25 13:11:33 +00:00
|
|
|
%{_mandir}/man1/ipa-dns-install.1*
|
2018-03-16 17:47:47 +00:00
|
|
|
%attr(644,root,root) %{_unitdir}/ipa-dnskeysyncd.service
|
|
|
|
%attr(644,root,root) %{_unitdir}/ipa-ods-exporter.socket
|
|
|
|
%attr(644,root,root) %{_unitdir}/ipa-ods-exporter.service
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2012-07-02 19:55:25 +00:00
|
|
|
%files server-trust-ad
|
2015-12-14 23:02:04 +00:00
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-14 23:02:04 +00:00
|
|
|
%license COPYING
|
2012-07-02 19:55:25 +00:00
|
|
|
%{_sbindir}/ipa-adtrust-install
|
|
|
|
%{_usr}/share/ipa/smb.conf.empty
|
|
|
|
%attr(755,root,root) %{_libdir}/samba/pdb/ipasam.so
|
2017-05-25 13:11:33 +00:00
|
|
|
%{_mandir}/man1/ipa-adtrust-install.1*
|
2012-10-12 15:46:47 +00:00
|
|
|
%ghost %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so
|
2015-09-07 16:41:00 +00:00
|
|
|
%{_sysconfdir}/dbus-1/system.d/oddjob-ipa-trust.conf
|
|
|
|
%{_sysconfdir}/oddjobd.conf.d/oddjobd-ipa-trust.conf
|
2016-02-04 11:16:42 +00:00
|
|
|
%%attr(755,root,root) %{_libexecdir}/ipa/oddjob/com.redhat.idm.trust-fetch-domains
|
2013-08-29 15:41:58 +00:00
|
|
|
|
2013-08-29 14:56:40 +00:00
|
|
|
%endif # ONLY_CLIENT
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
%files client
|
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-09-07 16:41:00 +00:00
|
|
|
%license COPYING
|
2011-01-28 04:33:55 +00:00
|
|
|
%{_sbindir}/ipa-client-install
|
2012-07-02 19:55:25 +00:00
|
|
|
%{_sbindir}/ipa-client-automount
|
2014-10-21 14:35:27 +00:00
|
|
|
%{_sbindir}/ipa-certupdate
|
2011-01-28 04:33:55 +00:00
|
|
|
%{_sbindir}/ipa-getkeytab
|
|
|
|
%{_sbindir}/ipa-rmkeytab
|
|
|
|
%{_sbindir}/ipa-join
|
2016-09-01 13:47:48 +00:00
|
|
|
%{_bindir}/ipa
|
|
|
|
%config %{_sysconfdir}/bash_completion.d
|
2017-05-25 13:11:33 +00:00
|
|
|
%{_mandir}/man1/ipa.1*
|
|
|
|
%{_mandir}/man1/ipa-getkeytab.1*
|
|
|
|
%{_mandir}/man1/ipa-rmkeytab.1*
|
|
|
|
%{_mandir}/man1/ipa-client-install.1*
|
|
|
|
%{_mandir}/man1/ipa-client-automount.1*
|
|
|
|
%{_mandir}/man1/ipa-certupdate.1*
|
|
|
|
%{_mandir}/man1/ipa-join.1*
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -n python2-ipaclient
|
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-14 23:02:04 +00:00
|
|
|
%license COPYING
|
|
|
|
%dir %{python_sitelib}/ipaclient
|
|
|
|
%{python_sitelib}/ipaclient/*.py*
|
2017-05-25 13:11:33 +00:00
|
|
|
%dir %{python_sitelib}/ipaclient/install
|
|
|
|
%{python_sitelib}/ipaclient/install/*.py*
|
2017-05-17 15:52:32 +00:00
|
|
|
%dir %{python_sitelib}/ipaclient/plugins
|
2016-09-01 13:47:48 +00:00
|
|
|
%{python_sitelib}/ipaclient/plugins/*.py*
|
2017-05-17 15:52:32 +00:00
|
|
|
%dir %{python_sitelib}/ipaclient/remote_plugins
|
2016-09-01 13:47:48 +00:00
|
|
|
%{python_sitelib}/ipaclient/remote_plugins/*.py*
|
2017-06-18 18:09:59 +00:00
|
|
|
%dir %{python_sitelib}/ipaclient/remote_plugins/2_*
|
2016-09-01 13:47:48 +00:00
|
|
|
%{python_sitelib}/ipaclient/remote_plugins/2_*/*.py*
|
2017-05-25 13:11:33 +00:00
|
|
|
%dir %{python_sitelib}/ipaclient/csrgen
|
|
|
|
%dir %{python_sitelib}/ipaclient/csrgen/profiles
|
|
|
|
%{python_sitelib}/ipaclient/csrgen/profiles/*.json
|
|
|
|
%dir %{python_sitelib}/ipaclient/csrgen/rules
|
|
|
|
%{python_sitelib}/ipaclient/csrgen/rules/*.json
|
|
|
|
%dir %{python_sitelib}/ipaclient/csrgen/templates
|
|
|
|
%{python_sitelib}/ipaclient/csrgen/templates/*.tmpl
|
2016-03-04 14:30:38 +00:00
|
|
|
%{python_sitelib}/ipaclient-*.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
|
|
|
%files -n python3-ipaclient
|
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2016-03-04 14:30:38 +00:00
|
|
|
%license COPYING
|
|
|
|
%dir %{python3_sitelib}/ipaclient
|
|
|
|
%{python3_sitelib}/ipaclient/*.py
|
2018-01-03 14:33:08 +00:00
|
|
|
%{python3_sitelib}/ipaclient/__pycache__
|
2017-05-25 13:11:33 +00:00
|
|
|
%dir %{python3_sitelib}/ipaclient/install
|
|
|
|
%{python3_sitelib}/ipaclient/install/*.py
|
2018-01-03 14:33:08 +00:00
|
|
|
%{python3_sitelib}/ipaclient/install/__pycache__
|
2017-05-17 15:52:32 +00:00
|
|
|
%dir %{python3_sitelib}/ipaclient/plugins
|
2016-09-01 13:47:48 +00:00
|
|
|
%{python3_sitelib}/ipaclient/plugins/*.py
|
2018-01-03 14:33:08 +00:00
|
|
|
%{python3_sitelib}/ipaclient/plugins/__pycache__
|
2017-05-17 15:52:32 +00:00
|
|
|
%dir %{python3_sitelib}/ipaclient/remote_plugins
|
2016-09-01 13:47:48 +00:00
|
|
|
%{python3_sitelib}/ipaclient/remote_plugins/*.py
|
2018-01-03 14:33:08 +00:00
|
|
|
%{python3_sitelib}/ipaclient/remote_plugins/__pycache__
|
2017-06-18 18:09:59 +00:00
|
|
|
%dir %{python3_sitelib}/ipaclient/remote_plugins/2_*
|
2016-09-01 13:47:48 +00:00
|
|
|
%{python3_sitelib}/ipaclient/remote_plugins/2_*/*.py
|
2018-01-03 14:33:08 +00:00
|
|
|
%{python3_sitelib}/ipaclient/remote_plugins/2_*/__pycache__
|
2017-05-25 13:11:33 +00:00
|
|
|
%dir %{python3_sitelib}/ipaclient/csrgen
|
|
|
|
%dir %{python3_sitelib}/ipaclient/csrgen/profiles
|
|
|
|
%{python3_sitelib}/ipaclient/csrgen/profiles/*.json
|
|
|
|
%dir %{python3_sitelib}/ipaclient/csrgen/rules
|
|
|
|
%{python3_sitelib}/ipaclient/csrgen/rules/*.json
|
|
|
|
%dir %{python3_sitelib}/ipaclient/csrgen/templates
|
|
|
|
%{python3_sitelib}/ipaclient/csrgen/templates/*.tmpl
|
2016-03-04 14:30:38 +00:00
|
|
|
%{python3_sitelib}/ipaclient-*.egg-info
|
|
|
|
|
|
|
|
%endif # with_python3
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files client-common
|
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-14 23:02:04 +00:00
|
|
|
%license COPYING
|
|
|
|
%dir %attr(0755,root,root) %{_sysconfdir}/ipa/
|
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf
|
|
|
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
|
|
|
|
%dir %attr(0755,root,root) %{_sysconfdir}/ipa/nssdb
|
2018-01-31 17:01:27 +00:00
|
|
|
# old dbm format
|
2015-12-14 23:02:04 +00:00
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/ipa/nssdb/cert8.db
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/ipa/nssdb/key3.db
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/ipa/nssdb/secmod.db
|
2018-01-31 17:01:27 +00:00
|
|
|
# new sql format
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/ipa/nssdb/cert9.db
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/ipa/nssdb/key4.db
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/ipa/nssdb/pkcs11.txt
|
2015-12-14 23:02:04 +00:00
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/ipa/nssdb/pwdfile.txt
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/pki/ca-trust/source/ipa.p11-kit
|
|
|
|
%dir %{_localstatedir}/lib/ipa-client
|
2017-05-25 13:11:33 +00:00
|
|
|
%dir %{_localstatedir}/lib/ipa-client/pki
|
2015-12-14 23:02:04 +00:00
|
|
|
%dir %{_localstatedir}/lib/ipa-client/sysrestore
|
2017-05-25 13:11:33 +00:00
|
|
|
%{_mandir}/man5/default.conf.5*
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%files python-compat
|
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-14 23:02:04 +00:00
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python2-ipalib
|
2011-01-28 04:33:55 +00:00
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-09-07 16:41:00 +00:00
|
|
|
%license COPYING
|
2011-01-28 04:33:55 +00:00
|
|
|
%dir %{python_sitelib}/ipapython
|
|
|
|
%{python_sitelib}/ipapython/*.py*
|
2015-09-07 16:41:00 +00:00
|
|
|
%dir %{python_sitelib}/ipapython/install
|
|
|
|
%{python_sitelib}/ipapython/install/*.py*
|
2011-01-28 04:33:55 +00:00
|
|
|
%dir %{python_sitelib}/ipalib
|
2017-05-25 13:11:33 +00:00
|
|
|
%{python_sitelib}/ipalib/*.py*
|
|
|
|
%dir %{python_sitelib}/ipalib/install
|
|
|
|
%{python_sitelib}/ipalib/install/*.py*
|
2014-07-07 17:23:17 +00:00
|
|
|
%dir %{python_sitelib}/ipaplatform
|
|
|
|
%{python_sitelib}/ipaplatform/*
|
2011-01-28 04:33:55 +00:00
|
|
|
%{python_sitelib}/ipapython-*.egg-info
|
2015-12-14 23:02:04 +00:00
|
|
|
%{python_sitelib}/ipalib-*.egg-info
|
2014-10-21 14:35:27 +00:00
|
|
|
%{python_sitelib}/ipaplatform-*.egg-info
|
2018-01-31 17:01:27 +00:00
|
|
|
%{python_sitelib}/ipaplatform-*-nspkg.pth
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files common -f %{gettext_domain}.lang
|
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-14 23:02:04 +00:00
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
|
|
|
%files -n python3-ipalib
|
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-14 23:02:04 +00:00
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
%{python3_sitelib}/ipapython/
|
|
|
|
%{python3_sitelib}/ipalib/
|
|
|
|
%{python3_sitelib}/ipaplatform/
|
|
|
|
%{python3_sitelib}/ipapython-*.egg-info
|
|
|
|
%{python3_sitelib}/ipalib-*.egg-info
|
|
|
|
%{python3_sitelib}/ipaplatform-*.egg-info
|
2018-01-31 17:01:27 +00:00
|
|
|
%{python3_sitelib}/ipaplatform-*-nspkg.pth
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
%if 0%{?with_ipatests}
|
2015-12-14 23:02:04 +00:00
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
%files -n python2-ipatests
|
2013-08-08 13:30:10 +00:00
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-09-07 16:41:00 +00:00
|
|
|
%license COPYING
|
2017-05-25 13:11:33 +00:00
|
|
|
%{python_sitelib}/ipatests
|
|
|
|
%{python_sitelib}/ipatests-*.egg-info
|
2013-08-08 13:30:10 +00:00
|
|
|
%{_bindir}/ipa-run-tests
|
|
|
|
%{_bindir}/ipa-test-config
|
|
|
|
%{_bindir}/ipa-test-task
|
2015-12-14 23:02:04 +00:00
|
|
|
%{_bindir}/ipa-run-tests-2
|
|
|
|
%{_bindir}/ipa-test-config-2
|
|
|
|
%{_bindir}/ipa-test-task-2
|
|
|
|
%{_bindir}/ipa-run-tests-%{python2_version}
|
|
|
|
%{_bindir}/ipa-test-config-%{python2_version}
|
|
|
|
%{_bindir}/ipa-test-task-%{python2_version}
|
2017-05-25 13:11:33 +00:00
|
|
|
%{_mandir}/man1/ipa-run-tests.1*
|
|
|
|
%{_mandir}/man1/ipa-test-config.1*
|
|
|
|
%{_mandir}/man1/ipa-test-task.1*
|
2015-12-14 23:02:04 +00:00
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
|
|
|
%files -n python3-ipatests
|
|
|
|
%defattr(-,root,root,-)
|
2017-05-25 13:11:33 +00:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-14 23:02:04 +00:00
|
|
|
%license COPYING
|
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
%{python3_sitelib}/ipatests
|
|
|
|
%{python3_sitelib}/ipatests-*.egg-info
|
2015-12-14 23:02:04 +00:00
|
|
|
%{_bindir}/ipa-run-tests-3
|
|
|
|
%{_bindir}/ipa-test-config-3
|
|
|
|
%{_bindir}/ipa-test-task-3
|
|
|
|
%{_bindir}/ipa-run-tests-%{python3_version}
|
|
|
|
%{_bindir}/ipa-test-config-%{python3_version}
|
|
|
|
%{_bindir}/ipa-test-task-%{python3_version}
|
|
|
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
%endif # with_ipatests
|
2013-08-08 13:30:10 +00:00
|
|
|
|
2012-10-12 18:47:17 +00:00
|
|
|
%changelog
|
2018-03-21 08:45:19 +00:00
|
|
|
* Tue Mar 20 2018 Alexander Bokovoy <abokovoy@redhat.com> - 4.6.90.pre1-5
|
|
|
|
- Apply upstream fix for #1558354
|
|
|
|
- Run upgrade under file-based ccache (#1558818)
|
|
|
|
- Fix OTP token issuance due to regression in https://pagure.io/389-ds-base/issue/49617
|
|
|
|
|
2018-03-20 23:00:40 +00:00
|
|
|
* Tue Mar 20 2018 Adam Williamson <awilliam@redhat.com> - 4.6.90.pre1-4
|
|
|
|
- Fix upgrades harder (extension of -3 patch) (#1558354)
|
|
|
|
|
2018-03-20 07:43:42 +00:00
|
|
|
* Tue Mar 20 2018 Alexander Bokovoy <abokovoy@redhat.com> - 4.6.90.pre1-3
|
|
|
|
- Fix upgrade from F27 to F28 (#1558354)
|
|
|
|
|
2018-03-19 21:28:51 +00:00
|
|
|
* Mon Mar 19 2018 Rob Crittenden <rcritten@redhat.com> - 4.6.90.pre1-2
|
|
|
|
- Patch to fix GUI login for non-admin users (#1557609)
|
|
|
|
|
2018-03-16 17:47:47 +00:00
|
|
|
* Fri Mar 16 2018 Rob Crittenden <rcritten@redhat.com> - 4.6.90.pre1-1
|
|
|
|
- Update to upstream 4.6.90.pre1
|
|
|
|
|
2018-02-20 18:24:55 +00:00
|
|
|
* Tue Feb 20 2018 Rob Crittenden <rcritten@redhat.com> - 4.6.3-5
|
|
|
|
- Disable i686 server builds because 389-ds no longer provides
|
|
|
|
builds on that arch. (#1544386)
|
|
|
|
|
2018-02-09 08:04:32 +00:00
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.6.3-4
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
2018-02-08 21:54:42 +00:00
|
|
|
* Thu Feb 8 2018 Rob Crittenden <rcritten@redhat.com> - 4.6.3-3
|
|
|
|
- Don't fail on upgrades if KRA is not installed
|
|
|
|
- Remove Conflicts between mod_wsgi and python3-mod_wsgi
|
|
|
|
|
2018-02-07 10:08:07 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-31 17:01:27 +00:00
|
|
|
* Wed Jan 31 2018 Rob Crittenden <rcritten@redhat.com> - 4.6.3-1
|
|
|
|
- Update to upstream 4.6.3
|
|
|
|
|
2018-01-03 14:33:08 +00:00
|
|
|
* Wed Jan 03 2018 Lumír Balhar <lbalhar@redhat.com> - 4.6.1-5
|
|
|
|
- Fix directory ownership in python3 subpackage
|
|
|
|
|
2017-10-17 08:58:10 +00:00
|
|
|
* Tue Oct 17 2017 Rob Crittenden <rcritten@redhat.com> - 4.6.1-4
|
|
|
|
- Update workaround patch to prevent SELinux execmem AVC (#1491508)
|
|
|
|
|
2017-10-16 18:56:03 +00:00
|
|
|
* Mon Oct 16 2017 Alexander Bokovoy <abokovoy@redhat.com> - 4.6.1-3
|
|
|
|
- Another attempt at fix for bug #1491053
|
|
|
|
|
2017-10-06 08:12:05 +00:00
|
|
|
* Fri Oct 06 2017 Tomas Krizek <tkrizek@redhat.com> - 4.6.1-2
|
|
|
|
- Rebuild against krb5-1.16
|
|
|
|
|
2017-09-22 11:44:05 +00:00
|
|
|
* Fri Sep 22 2017 Tomas Krizek <tkrizek@redhat.com> - 4.6.1-1
|
|
|
|
- Fixes #1491053 Firefox reports insecure TLS configuration when visiting
|
|
|
|
FreeIPA web UI after standard server deployment
|
|
|
|
|
2017-09-13 16:48:02 +00:00
|
|
|
* Wed Sep 13 2017 Adam Williamson <awilliam@redhat.com> - 4.6.0-3
|
|
|
|
- Fixes #1490762 Ipa-server-install update dse.ldif with wrong SELinux context
|
|
|
|
- Fixes #1491056 FreeIPA enrolment via kickstart fails
|
|
|
|
|
2017-09-06 15:19:08 +00:00
|
|
|
* Wed Sep 06 2017 Adam Williamson <awilliam@redhat.com> - 4.6.0-2
|
2017-09-13 16:48:02 +00:00
|
|
|
- Fixes #1488640 "unknown command 'undefined'" error when changing password in web UI
|
2017-09-06 15:19:08 +00:00
|
|
|
- BuildRequires diffstat (for the use in patch application)
|
|
|
|
|
2017-09-04 10:01:19 +00:00
|
|
|
* Mon Sep 04 2017 Tomas Krizek <tkrizek@redhat.com> - 4.6.0-1
|
|
|
|
- Rebase to upstream 4.6.0
|
|
|
|
|
2017-08-02 20:46:40 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 08:44:20 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-21 14:31:34 +00:00
|
|
|
* Fri Jul 21 2017 Tomas Krizek <tkrizek@redhat.com> - 4.5.3-1
|
|
|
|
- Update to upstream 4.5.3 - see https://www.freeipa.org/page/Releases/4.5.3
|
|
|
|
|
2017-07-13 07:34:49 +00:00
|
|
|
* Thu Jul 13 2017 Alexander Bokovoy <abokovoy@redhat.com> - 4.5.2-4
|
|
|
|
- Make sure tmpfiles.d snippet for replica is in place after install
|
|
|
|
|
2017-07-10 06:56:04 +00:00
|
|
|
* Mon Jul 10 2017 Alexander Bokovoy <abokovoy@redhat.com> - 4.5.2-3
|
|
|
|
- Fix build with Samba 4.7.0-RC1
|
2017-07-10 09:30:58 +00:00
|
|
|
- Increase java stack for rhino calls to get around crashes on ppc64-le
|
2017-07-10 06:56:04 +00:00
|
|
|
|
2017-06-20 11:39:50 +00:00
|
|
|
* Tue Jun 20 2017 Tomas Krizek <tkrizek@redhat.com> - 4.5.2-2
|
|
|
|
- Patch: Fix IP address checks
|
|
|
|
- Patch: python-netifaces fix
|
|
|
|
|
2017-06-18 18:09:59 +00:00
|
|
|
* Sun Jun 18 2017 Tomas Krizek <tkrizek@redhat.com> - 4.5.2-1
|
|
|
|
- Update to upstream 4.5.2 - see https://www.freeipa.org/page/Releases/4.5.2
|
|
|
|
|
2017-05-25 13:11:33 +00:00
|
|
|
* Thu May 25 2017 Tomas Krizek <tkrizek@redhat.com> - 4.5.1-1
|
|
|
|
- Update to upstream 4.5.1 - see https://www.freeipa.org/page/Releases/4.5.1
|
|
|
|
- Fixes #1168266 UI drops "Enknown Error" when the ipa record in /etc/hosts changes
|
|
|
|
|
2017-05-17 15:52:32 +00:00
|
|
|
* Tue May 23 2017 Tomas Krizek <tkrizek@redhat.com> - 4.4.4-2
|
|
|
|
- Fixes #1448049 Subpackage freeipa-server-common has unmet dependencies on Rawhide
|
|
|
|
- Fixes #1430247 FreeIPA server deployment runs ipa-custodia on Python 3, should use Python 2
|
2018-02-09 08:04:32 +00:00
|
|
|
- Fixes #1446744 python2-ipaclient subpackage does not own %%{python_sitelib}/ipaclient/plugins
|
2017-05-17 15:52:32 +00:00
|
|
|
- Fixes #1440525 surplus 'the' in output of `ipa-adtrust-install`
|
|
|
|
- Fixes #1411810 ipa-replica-install fails with 406 Client Error
|
|
|
|
- Fixes #1405814 ipa plugins: ERROR an internal error occured
|
|
|
|
|
2017-03-24 12:55:56 +00:00
|
|
|
* Fri Mar 24 2017 Tomas Krizek <tkrizek@redhat.com> - 4.4.4-1
|
|
|
|
- Update to upstream 4.4.4 - see https://www.freeipa.org/page/Releases/4.4.4
|
|
|
|
- Add upstream signature file for tarball
|
|
|
|
|
2017-03-01 06:12:37 +00:00
|
|
|
* Wed Mar 1 2017 Alexander Bokovoy <abokovoy@redhat.com> - 4.4.3-8
|
|
|
|
- Use different method to keep /usr/bin/ipa on Python 2
|
|
|
|
- Fixes #1426847
|
|
|
|
|
2017-02-27 13:21:48 +00:00
|
|
|
* Mon Feb 27 2017 Tomas Krizek <tkrizek@redhat.com> - 4.4.3-7
|
|
|
|
- Fixes #1413137 CVE-2017-2590 ipa: Insufficient permission check for
|
|
|
|
ca-del, ca-disable and ca-enable commands
|
|
|
|
|
2017-02-27 08:36:26 +00:00
|
|
|
* Mon Feb 27 2017 Alexander Bokovoy <abokovoy@redhat.com> - 4.4.3-6
|
|
|
|
- Rebuild to pick up system-python dependency change
|
|
|
|
- Fixes #1426847 - Cannot upgrade freeipa-client on rawhide
|
|
|
|
|
2017-02-15 14:48:51 +00:00
|
|
|
* Wed Feb 15 2017 Tomas Krizek <tkrizek@redhat.com> - 4.4.3-5
|
|
|
|
- Fixes #1403352 - bind-dyndb-ldap: support new named.conf API in BIND 9.11
|
|
|
|
- Fixes #1412739 - ipa-kdb: support DAL version 6.1
|
|
|
|
|
2017-02-10 10:00:13 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-21 13:50:01 +00:00
|
|
|
* Sat Jan 21 2017 Igor Gnatenko <ignatenko@redhat.com> - 4.4.3-3
|
|
|
|
- Rebuild for xmlrpc-c
|
|
|
|
|
2016-12-22 12:08:41 +00:00
|
|
|
* Thu Dec 22 2016 Miro Hrončok <mhroncok@redhat.com> - 4.4.3-2
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-12-16 14:41:34 +00:00
|
|
|
* Fri Dec 16 2016 Pavel Vomacka <pvomacka@redhat.com> - 4.4.3-1
|
|
|
|
- Update to upstream 4.4.3 - see http://www.freeipa.org/page/Releases/4.4.3
|
|
|
|
|
2016-12-14 21:02:29 +00:00
|
|
|
* Wed Dec 14 2016 Pavel Vomacka <pvomacka@redhat.com> - 4.4.2-4
|
|
|
|
- Fixes 1395311 - CVE-2016-9575 ipa: Insufficient permission check in certprofile-mod
|
|
|
|
- Fixes 1370493 - CVE-2016-7030 ipa: DoS attack against kerberized services
|
|
|
|
by abusing password policy
|
|
|
|
|
2016-11-29 09:22:34 +00:00
|
|
|
* Tue Nov 29 2016 Petr Vobornik <pvoborni@redhat.com> - 4.4.2-3
|
|
|
|
- Fixes 1389866 krb5-server: ipadb_change_pwd(): kdb5_util killed by SIGSEGV
|
|
|
|
|
2016-10-21 21:54:12 +00:00
|
|
|
* Fri Oct 21 2016 Petr Vobornik <pvoborni@redhat.com> - 4.4.2-2
|
|
|
|
- Rebuild against krb5-1.15
|
|
|
|
|
2016-10-13 14:48:06 +00:00
|
|
|
* Thu Oct 13 2016 Petr Vobornik <pvoborni@redhat.com> - 4.4.2-1
|
|
|
|
- Update to upstream 4.4.2 - see http://www.freeipa.org/page/Releases/4.4.2
|
|
|
|
|
2016-09-01 15:16:29 +00:00
|
|
|
* Thu Sep 01 2016 Alexander Bokovoy <abokovoy@redhat.com> - 4.4.1-1
|
|
|
|
- Update to upstream 4.4.1 - see http://www.freeipa.org/page/Releases/4.4.1
|
|
|
|
|
2016-08-19 12:41:05 +00:00
|
|
|
* Fri Aug 19 2016 Petr Vobornik <pvoborni@redhat.com> - 4.3.2-2
|
|
|
|
- Fixes 1365669 - The ipa-server-upgrade command failed when named-pkcs11 does
|
|
|
|
not happen to run during dnf upgrade
|
|
|
|
- Fixes 1367883 - CVE-2016-5404 freeipa: ipa: Insufficient privileges check
|
|
|
|
in certificate revocation
|
|
|
|
- Fixes 1364338 - Freeipa cannot be build on fedora 25
|
|
|
|
|
2016-07-22 13:43:40 +00:00
|
|
|
* Fri Jul 22 2016 Petr Vobornik <pvoborni@redhat.com> - 4.3.2-1
|
|
|
|
- Update to upstream 4.3.2 - see http://www.freeipa.org/page/Releases/4.3.2
|
|
|
|
|
2016-07-19 07:06:29 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.1-2
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-03-04 14:30:38 +00:00
|
|
|
* Thu Mar 24 2016 Petr Vobornik <pvoborni@redhat.com> - 4.3.1-1
|
|
|
|
- Update to upstream 4.3.1 - see http://www.freeipa.org/page/Releases/4.3.1
|
|
|
|
|
2016-02-04 11:16:42 +00:00
|
|
|
* Thu Feb 04 2016 Petr Vobornik <pvoborni@redhat.com> - 4.3.0-3
|
|
|
|
- Fix build with Samba 4.4
|
|
|
|
- Update SELinux requires to fix connection check during installation
|
|
|
|
|
2016-02-03 20:46:39 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-14 23:02:04 +00:00
|
|
|
* Fri Dec 18 2015 Petr Vobornik <pvoborni@redhat.com> - 4.3.0-1
|
|
|
|
- Update to upstream 4.3.0 - see http://www.freeipa.org/page/Releases/4.3.0
|
|
|
|
|
2015-12-07 18:03:41 +00:00
|
|
|
* Mon Dec 07 2015 Petr Vobornik <pvoborni@redhat.com> - 4.2.3-2
|
|
|
|
- Workarounds for SELinux execmem violations in cryptography
|
|
|
|
|
2015-11-02 18:42:29 +00:00
|
|
|
* Mon Nov 02 2015 Petr Vobornik <pvoborni@redhat.com> - 4.2.3-1
|
|
|
|
- Update to upstream 4.2.3 - see http://www.freeipa.org/page/Releases/4.2.3
|
|
|
|
- fix #1274905
|
|
|
|
|
2015-10-21 16:40:20 +00:00
|
|
|
* Wed Oct 21 2015 Alexander Bokovoy <abokovoy@redhat.com> - 4.2.2-2
|
|
|
|
- Depend on samba-common-tools for the trust-ad subpackage after
|
|
|
|
samba package split
|
2015-10-21 16:45:51 +00:00
|
|
|
- Rebuild against krb5 1.14 to fix bug #1273957
|
2015-10-21 16:40:20 +00:00
|
|
|
|
2015-10-08 08:51:27 +00:00
|
|
|
* Thu Oct 8 2015 Petr Vobornik <pvoborni@redhat.com> - 4.2.2-1
|
|
|
|
- Update to upstream 4.2.2 - see http://www.freeipa.org/page/Releases/4.2.2
|
|
|
|
|
2015-09-07 16:41:00 +00:00
|
|
|
* Mon Sep 7 2015 Petr Vobornik <pvoborni@redhat.com> - 4.2.1-1
|
|
|
|
- Update to upstream 4.2.1 - see http://www.freeipa.org/page/Releases/4.2.1
|
|
|
|
|
2015-06-17 06:41:22 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-12 12:42:09 +00:00
|
|
|
* Tue May 12 2015 Alexander Bokovoy <abokovoy@redhat.com> - 4.1.4-4
|
|
|
|
- Fix typo in the patch to fix bug #1219834
|
|
|
|
|
2015-05-11 17:32:13 +00:00
|
|
|
* Mon May 11 2015 Alexander Bokovoy <abokovoy@redhat.com> - 4.1.4-3
|
|
|
|
- Fix FreeIPA trusts to AD feature with Samba 4.2 (#1219834)
|
|
|
|
|
2015-03-30 13:50:37 +00:00
|
|
|
* Mon Mar 30 2015 Petr Vobornik <pvoborni@redhat.com> - 4.1.4-2
|
|
|
|
- Replace mod_auth_kerb usage with mod_auth_gssapi
|
|
|
|
|
2015-03-26 14:46:20 +00:00
|
|
|
* Thu Mar 26 2015 Alexander Bokovoy <abokovoy@redhat.com> - 4.1.4-1
|
|
|
|
- Update to upstream 4.1.4 - see http://www.freeipa.org/page/Releases/4.1.4
|
|
|
|
- fix CVE-2015-1827 (#1206047)
|
|
|
|
- Require slapi-nis 0.54.2 and newer for CVE-2015-0283 fixes
|
|
|
|
|
2015-03-17 09:26:56 +00:00
|
|
|
* Tue Mar 17 2015 Petr Vobornik <pvoborni@redhat.com> - 4.1.3-3
|
|
|
|
- Timeout ipa-client install if ntp server is unreachable #4842
|
|
|
|
- Skip time sync during client install when using --no-ntp #4842
|
|
|
|
|
2015-03-04 15:27:14 +00:00
|
|
|
* Wed Mar 04 2015 Petr Vobornik <pvoborni@redhat.com> - 4.1.3-2
|
|
|
|
- Add missing sssd python dependencies
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=1197218
|
|
|
|
|
2015-02-18 14:08:02 +00:00
|
|
|
* Wed Feb 18 2015 Petr Vobornik <pvoborni@redhat.com> - 4.1.3-1
|
|
|
|
- Update to upstream 4.1.3 - see http://www.freeipa.org/page/Releases/4.1.3
|
|
|
|
|
2015-01-19 09:25:49 +00:00
|
|
|
* Mon Jan 19 2015 Alexander Bokovoy <abokovoy@redhat.com> - 4.1.2-2
|
2015-01-19 09:22:49 +00:00
|
|
|
- Fix broken build after Samba ABI change and rename of libpdb to libsamba-passdb
|
|
|
|
- Use python-dateutil15 until we validate python-dateutil 2.x
|
|
|
|
|
2014-11-25 12:44:50 +00:00
|
|
|
* Tue Nov 25 2014 Petr Vobornik <pvoborni@redhat.com> - 4.1.2-1
|
|
|
|
- Update to upstream 4.1.2 - see http://www.freeipa.org/page/Releases/4.1.2
|
|
|
|
- fix CVE-2014-7850
|
|
|
|
|
2014-11-20 19:25:52 +00:00
|
|
|
* Thu Nov 20 2014 Simo Sorce <simo@redhat.com> - 4.1.1-2
|
|
|
|
- Patch blokers and feature freze exceptions
|
|
|
|
- Resolves: bz1165674
|
|
|
|
- Resolves: bz1165856 (CVE-2014-7850)
|
|
|
|
- Fixes DNS install issue that prevents the server from working
|
|
|
|
|
2014-11-06 13:39:07 +00:00
|
|
|
* Thu Nov 06 2014 Petr Vobornik <pvoborni@redhat.com> - 4.1.1-1
|
|
|
|
- Update to upstream 4.1.1 - see http://www.freeipa.org/page/Releases/4.1.1
|
|
|
|
- fix CVE-2014-7828
|
|
|
|
|
2014-10-22 12:41:16 +00:00
|
|
|
* Wed Oct 22 2014 Petr Vobornik <pvoborni@redhat.com> - 4.1.0-2
|
|
|
|
- fix armv7hl stack oversize build failure
|
|
|
|
- fix https://fedorahosted.org/freeipa/ticket/4660
|
|
|
|
|
2014-10-21 14:35:27 +00:00
|
|
|
* Tue Oct 21 2014 Petr Vobornik <pvoborni@redhat.com> - 4.1.0-1
|
|
|
|
- Update to upstream 4.1.0 - see http://www.freeipa.org/page/Releases/4.1.0
|
|
|
|
|
2014-09-12 19:56:41 +00:00
|
|
|
* Fri Sep 12 2014 Petr Viktorin <pviktori@redhat.com> - 4.0.3-1
|
|
|
|
- Update to upstream 4.0.3 - see http://www.freeipa.org/page/Releases/4.0.3
|
|
|
|
|
2014-09-05 17:55:13 +00:00
|
|
|
* Fri Sep 05 2014 Petr Viktorin <pviktori@redhat.com> - 4.0.2-1
|
|
|
|
- Update to upstream 4.0.1 - see http://www.freeipa.org/page/Releases/4.0.2
|
|
|
|
|
2014-09-02 17:09:28 +00:00
|
|
|
* Tue Sep 02 2014 Pádraig Brady <pbrady@redhat.com> - 4.0.1-3
|
|
|
|
- rebuild for libunistring soname bump
|
|
|
|
|
2014-08-16 13:08:47 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-25 12:12:30 +00:00
|
|
|
* Fri Jul 25 2014 Martin Kosek <mkosek@redhat.com> 4.0.1-1
|
|
|
|
- Update to upstream 4.0.1
|
|
|
|
|
2014-07-07 17:23:17 +00:00
|
|
|
* Mon Jul 07 2014 Petr Viktorin <pviktori@redhat.com> 4.0.0-1
|
|
|
|
- Update to upstream 4.0.0
|
|
|
|
- Remove the server-strict package
|
|
|
|
|
2014-06-07 12:48:25 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-21 07:38:23 +00:00
|
|
|
* Wed May 21 2014 Petr Vobornik <pvoborni@redhat.com> 3.3.5-3
|
|
|
|
- Increase Java stack size for Web UI build on aarch64
|
|
|
|
|
2014-04-16 14:15:57 +00:00
|
|
|
* Wed Apr 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.3.5-2
|
|
|
|
- Add rhino as dependency to fix FTBFS
|
|
|
|
|
2014-03-28 12:34:35 +00:00
|
|
|
* Fri Mar 28 2014 Martin Kosek <mkosek@redhat.com> - 3.3.5-1
|
|
|
|
- Update to upstream 3.3.5
|
|
|
|
|
2014-02-11 17:05:03 +00:00
|
|
|
* Tue Feb 11 2014 Martin Kosek <mkosek@redhat.com> - 3.3.4-3
|
|
|
|
- Move ipa-otpd socket directory to /var/run/krb5kdc
|
|
|
|
- Require krb5-server 1.11.5-3 supporting the new directory
|
|
|
|
- ipa_lockout plugin did not work with users's without krbPwdPolicyReference
|
|
|
|
|
2014-01-29 07:54:27 +00:00
|
|
|
* Wed Jan 29 2014 Martin Kosek <mkosek@redhat.com> - 3.3.4-2
|
|
|
|
- Fix hardened build
|
|
|
|
|
2014-01-28 12:37:46 +00:00
|
|
|
* Tue Jan 28 2014 Martin Kosek <mkosek@redhat.com> - 3.3.4-1
|
|
|
|
- Update to upstream 3.3.4
|
|
|
|
- Install CA anchor into standard location (#928478)
|
|
|
|
- ipa-client-install part of ipa-server-install fails on reinstall (#1044994)
|
|
|
|
- Remove mod_ssl workaround (RHEL bug #1029046)
|
|
|
|
- Enable syncrepl plugin to support bind-dyndb-ldap 4.0
|
|
|
|
|
2014-01-03 12:44:03 +00:00
|
|
|
* Fri Jan 3 2014 Martin Kosek <mkosek@redhat.com> - 3.3.3-5
|
|
|
|
- Build crashed with rhino exception on s390 architectures (#1040576)
|
|
|
|
|
2013-12-13 14:47:23 +00:00
|
|
|
* Thu Dec 12 2013 Martin Kosek <mkosek@redhat.com> - 3.3.3-4
|
|
|
|
- Build crashed with rhino exception on PPC architectures (#1040576)
|
|
|
|
|
2013-12-03 11:07:11 +00:00
|
|
|
* Tue Dec 3 2013 Martin Kosek <mkosek@redhat.com> - 3.3.3-3
|
|
|
|
- Fix -Werror=format-security errors (#1037070)
|
|
|
|
|
|
|
|
* Mon Nov 4 2013 Martin Kosek <mkosek@redhat.com> - 3.3.3-2
|
|
|
|
- ipa-server-install crashed when freeipa-server-trust-ad subpackage was not
|
|
|
|
installed
|
|
|
|
|
|
|
|
* Fri Nov 1 2013 Martin Kosek <mkosek@redhat.com> - 3.3.3-1
|
|
|
|
- Update to upstream 3.3.3
|
|
|
|
|
|
|
|
* Fri Oct 4 2013 Martin Kosek <mkosek@redhat.com> - 3.3.2-1
|
|
|
|
- Update to upstream 3.3.2
|
|
|
|
|
2013-08-29 15:41:58 +00:00
|
|
|
* Thu Aug 29 2013 Petr Viktorin <pviktori@redhat.com> - 3.3.1-1
|
|
|
|
- Bring back Fedora-only changes
|
|
|
|
|
2013-08-29 14:56:40 +00:00
|
|
|
* Thu Aug 29 2013 Petr Viktorin <pviktori@redhat.com> - 3.3.1-0
|
|
|
|
- Update to upstream 3.3.1
|
|
|
|
|
2013-08-14 11:29:52 +00:00
|
|
|
* Wed Aug 14 2013 Alexander Bokovoy <abokovoy@redhat.com> - 3.3.0-2
|
|
|
|
- Remove freeipa-systemd-upgrade as non-systemd installs are not supported
|
|
|
|
anymore by Fedora project
|
|
|
|
|
2013-08-08 13:30:10 +00:00
|
|
|
* Wed Aug 7 2013 Martin Kosek <mkosek@redhat.com> - 3.3.0-1
|
|
|
|
- Update to upstream 3.3.0
|
|
|
|
|
2013-08-03 11:53:55 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-18 13:07:48 +00:00
|
|
|
* Wed Jul 17 2013 Martin Kosek <mkosek@redhat.com> - 3.2.2-1
|
|
|
|
- Update to upstream 3.2.2
|
|
|
|
- Drop freeipa-server-selinux subpackage
|
|
|
|
- Drop redundant directory /var/cache/ipa/sessions
|
|
|
|
- Do not create /var/lib/ipa/pki-ca/publish, retain reference as ghost
|
|
|
|
- Run ipa-upgradeconfig and server restart in posttrans to avoid inconsistency
|
|
|
|
issues when there are still old parts of software (like entitlements plugin)
|
|
|
|
|
|
|
|
* Fri Jun 7 2013 Martin Kosek <mkosek@redhat.com> - 3.2.1-1
|
|
|
|
- Update to upstream 3.2.1
|
|
|
|
|
2013-05-14 18:18:15 +00:00
|
|
|
* Tue May 14 2013 Rob Crittenden <rcritten@redhat.com> - 3.2.0-2
|
|
|
|
- Add OTP patches
|
|
|
|
- Add patch to set KRB5CCNAME for 389-ds-base
|
|
|
|
|
2013-05-10 16:33:54 +00:00
|
|
|
* Fri May 10 2013 Rob Crittenden <rcritten@redhat.com> - 3.2.0-1
|
|
|
|
- Update to upstream 3.2.0 GA
|
|
|
|
- ipa-client-install fails if /etc/ipa does not exist (#961483)
|
|
|
|
- Certificate status is not visible in Service and Host page (#956718)
|
|
|
|
- ipa-client-install removes needed options from ldap.conf (#953991)
|
|
|
|
- Handle socket.gethostbyaddr() exceptions when verifying hostnames (#953957)
|
|
|
|
- Add triggerin scriptlet to support OpenSSH 6.2 (#953617)
|
|
|
|
- Require nss 3.14.3-12.0 to address certutil certificate import
|
|
|
|
errors (#953485)
|
|
|
|
- Require pki-ca 10.0.2-3 to pull in fix for sslget and mixed IPv4/6
|
|
|
|
environments. (#953464)
|
|
|
|
- ipa-client-install removes 'sss' from /etc/nsswitch.conf (#953453)
|
|
|
|
- ipa-server-install --uninstall doesn't stop dirsrv instances (#953432)
|
|
|
|
- Add requires for openldap-2.4.35-4 to pickup fixed SASL_NOCANON behavior for
|
|
|
|
socket based connections (#960222)
|
|
|
|
- Require libsss_nss_idmap-python
|
|
|
|
- Add Conflicts on nss-pam-ldapd < 0.8.4. The mapping from uniqueMember to
|
|
|
|
member is now done automatically and having it in the config file raises
|
|
|
|
an error.
|
|
|
|
- Add backup and restore tools, directory.
|
|
|
|
- require at least systemd 38 which provides the journal (we no longer
|
|
|
|
need to require syslog.target)
|
|
|
|
- Update Requires on policycoreutils to 2.1.14-37
|
|
|
|
- Update Requires on selinux-policy to 3.12.1-42
|
|
|
|
- Update Requires on 389-ds-base to 1.3.1.0
|
2013-07-18 13:07:48 +00:00
|
|
|
- Remove a Requires for java-atk-wrapper
|
|
|
|
|
|
|
|
* Tue Apr 23 2013 Rob Crittenden <rcritten@redhat.com> - 3.2.0-0.4.beta1
|
|
|
|
- Remove release from krb5-server in strict sub-package to allow for rebuilds.
|
|
|
|
|
|
|
|
* Mon Apr 22 2013 Rob Crittenden <rcritten@redhat.com> - 3.2.0-0.3.beta1
|
|
|
|
- Add a Requires for java-atk-wrapper until we can determine which package
|
|
|
|
should be pulling it in, dogtag or tomcat.
|
|
|
|
|
|
|
|
* Tue Apr 16 2013 Rob Crittenden <rcritten@redhat.com> - 3.2.0-0.2.beta1
|
|
|
|
- Update to upstream 3.2.0 Beta 1
|
2013-05-10 16:33:54 +00:00
|
|
|
|
2013-04-02 16:47:49 +00:00
|
|
|
* Tue Apr 2 2013 Martin Kosek <mkosek@redhat.com> - 3.2.0-0.1.pre1
|
|
|
|
- Update to upstream 3.2.0 Prerelease 1
|
|
|
|
- Use upstream reference spec file as a base for Fedora spec file
|
|
|
|
|
2013-03-30 17:49:49 +00:00
|
|
|
* Sat Mar 30 2013 Kevin Fenzi <kevin@scrye.com> 3.1.2-4
|
|
|
|
- Rebuild for broken deps
|
|
|
|
- Fix 389-ds-base strict dep to be 1.3.0.5 and krb5-server 1.11.1
|
|
|
|
|
2013-02-23 19:57:28 +00:00
|
|
|
* Sat Feb 23 2013 Kevin Fenzi <kevin@scrye.com> - 3.1.2-3
|
|
|
|
- Rebuild for broken deps in rawhide
|
|
|
|
- Fix 389-ds-base strict dep to be 1.3.0.3
|
|
|
|
|
2013-02-13 21:59:20 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-23 21:43:56 +00:00
|
|
|
* Wed Jan 23 2013 Rob Crittenden <rcritten@redhat.com> - 3.1.2-1
|
|
|
|
- Update to upstream 3.1.2
|
|
|
|
- CVE-2012-4546: Incorrect CRLs publishing
|
|
|
|
- CVE-2012-5484: MITM Attack during Join process
|
|
|
|
- CVE-2013-0199: Cross-Realm Trust key leak
|
2013-01-23 22:16:53 +00:00
|
|
|
- Updated strict dependencies to 389-ds-base = 1.3.0.2 and
|
|
|
|
pki-ca = 10.0.1
|
2013-01-23 21:43:56 +00:00
|
|
|
|
2012-12-20 09:33:39 +00:00
|
|
|
* Thu Dec 20 2012 Martin Kosek <mkosek@redhat.com> - 3.1.0-2
|
|
|
|
- Remove redundat Requires versions that are already in Fedora 17
|
|
|
|
- Replace python-crypto Requires with m2crypto
|
|
|
|
- Add missing Requires(post) for client and server-trust-ad subpackages
|
|
|
|
- Restart httpd service when server-trust-ad subpackage is installed
|
|
|
|
- Bump selinux-policy Requires to pick up PKI/LDAP port labeling fixes
|
|
|
|
|
2012-12-10 20:52:46 +00:00
|
|
|
* Mon Dec 10 2012 Rob Crittenden <rcritten@redhat.com> - 3.1.0-1
|
|
|
|
- Updated to upstream 3.1.0 GA
|
|
|
|
- Set minimum for sssd to 1.9.2
|
|
|
|
- Set minimum for pki-ca to 10.0.0-1
|
|
|
|
- Set minimum for 389-ds-base to 1.3.0
|
|
|
|
- Set minimum for selinux-policy to 3.11.1-60
|
|
|
|
- Remove unneeded dogtag package requires
|
|
|
|
|
2013-04-02 16:47:49 +00:00
|
|
|
* Tue Oct 23 2012 Martin Kosek <mkosek@redhat.com> - 3.0.0-3
|
2012-11-23 13:49:15 +00:00
|
|
|
- Update Requires on krb5-server to 1.11
|
|
|
|
|
2012-10-12 18:47:17 +00:00
|
|
|
* Fri Oct 12 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-2
|
|
|
|
- Configure CA replication to use TLS instead of SSL
|
|
|
|
|
2012-10-12 15:46:47 +00:00
|
|
|
* Fri Oct 12 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-1
|
|
|
|
- Updated to upstream 3.0.0 GA
|
|
|
|
- Set minimum for samba to 4.0.0-153.
|
|
|
|
- Make sure server-trust-ad subpackage alternates winbind_krb5_locator.so
|
|
|
|
plugin to /dev/null since they cannot be used when trusts are configured
|
|
|
|
- Restrict krb5-server to 1.10.
|
|
|
|
- Update BR for 389-ds-base to 1.3.0
|
|
|
|
- Add directory /var/lib/ipa/pki-ca/publish for CRL published by pki-ca
|
|
|
|
- Add Requires on zip for generating FF browser extension
|
|
|
|
|
2012-10-08 14:35:56 +00:00
|
|
|
* Fri Oct 5 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-0.10
|
|
|
|
- Updated to upstream 3.0.0 rc 2
|
|
|
|
- Include new FF configuration extension
|
|
|
|
- Set minimum Requires of selinux-policy to 3.11.1-33
|
|
|
|
- Set minimum Requires dogtag to 10.0.0-0.43.b1
|
|
|
|
- Add new optional strict sub-package to allow users to limit other
|
|
|
|
package upgrades.
|
|
|
|
|
2012-10-02 06:36:19 +00:00
|
|
|
* Tue Oct 2 2012 Martin Kosek <mkosek@redhat.com> - 3.0.0-0.9
|
|
|
|
- Require samba packages instead of obsoleted samba4 packages
|
|
|
|
|
2012-09-21 19:46:43 +00:00
|
|
|
* Fri Sep 21 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-0.8
|
|
|
|
- Updated to upstream 3.0.0 rc 1
|
|
|
|
- Update BR for 389-ds-base to 1.2.11.14
|
|
|
|
- Update BR for krb5 to 1.10
|
|
|
|
- Update BR for samba4-devel to 4.0.0-139 (rc1)
|
|
|
|
- Add BR for python-polib
|
|
|
|
- Update BR and Requires on sssd to 1.9.0
|
|
|
|
- Update Requires on policycoreutils to 2.1.12-5
|
|
|
|
- Update Requires on 389-ds-base to 1.2.11.14
|
|
|
|
- Update Requires on selinux-policy to 3.11.1-21
|
|
|
|
- Update Requires on dogtag to 10.0.0-0.33.a1
|
|
|
|
- Update Requires on certmonger to 0.60
|
|
|
|
- Update Requires on tomcat to 7.0.29
|
|
|
|
- Update minimum version of bind to 9.9.1-10.P3
|
|
|
|
- Update minimum version of bind-dyndb-ldap to 1.1.0-0.16.rc1
|
|
|
|
- Remove Requires on authconfig from python sub-package
|
|
|
|
|
2012-09-05 13:12:31 +00:00
|
|
|
* Wed Sep 5 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-0.7
|
|
|
|
- Rebuild against samba4 beta8
|
|
|
|
|
2012-08-31 19:09:05 +00:00
|
|
|
* Fri Aug 31 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-0.6
|
|
|
|
- Rebuild against samba4 beta7
|
|
|
|
|
2012-08-22 15:31:36 +00:00
|
|
|
* Wed Aug 22 2012 Alexander Bokovoy <abokovoy@redhat.com> - 3.0.0-0.5
|
|
|
|
- Adopt to samba4 beta6 (libsecurity -> libsamba-security)
|
|
|
|
- Add dependency to samba4-winbind
|
|
|
|
|
2012-08-17 15:31:03 +00:00
|
|
|
* Fri Aug 17 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-0.4
|
|
|
|
- Updated to upstream 3.0.0 beta 2
|
|
|
|
|
2012-08-06 14:54:59 +00:00
|
|
|
* Mon Aug 6 2012 Martin Kosek <mkosek@redhat.com> - 3.0.0-0.3
|
|
|
|
- Updated to current upstream state of 3.0.0 beta 2 development
|
|
|
|
|
2012-07-23 14:23:54 +00:00
|
|
|
* Mon Jul 23 2012 Alexander Bokovoy <abokovy@redhat.com> - 3.0.0-0.2
|
|
|
|
- Rebuild against samba4 beta4
|
|
|
|
|
2012-07-02 19:55:25 +00:00
|
|
|
* Mon Jul 2 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-0.1
|
|
|
|
- Updated to upstream 3.0.0 beta 1
|
|
|
|
|
2012-05-03 18:38:01 +00:00
|
|
|
* Thu May 3 2012 Rob Crittenden <rcritten@redhat.com> - 2.2.0-1
|
|
|
|
- Updated to upstream 2.2.0 GA
|
|
|
|
- Update minimum n-v-r of certmonger to 0.53
|
|
|
|
- Update minimum n-v-r of slapi-nis to 0.40
|
|
|
|
- Add Requires in client to oddjob-mkhomedir and python-krbV
|
|
|
|
- Update minimum selinux-policy to 3.10.0-110
|
|
|
|
|
2012-03-19 18:30:56 +00:00
|
|
|
* Mon Mar 19 2012 Rob Crittenden <rcritten@redhat.com> - 2.1.90-0.2
|
|
|
|
- Update to upstream 2.2.0 beta 1 (2.1.90.rc1)
|
|
|
|
- Set minimum n-v-r for pki-ca and pki-silent to 9.0.18.
|
|
|
|
- Add Conflicts on mod_ssl
|
|
|
|
- Update minimum n-v-r of 389-ds-base to 1.2.10.4
|
|
|
|
- Update minimum n-v-r of sssd to 1.8.0
|
|
|
|
- Update minimum n-v-r of slapi-nis to 0.38
|
|
|
|
- Update minimum n-v-r of pki-* to 9.0.18
|
|
|
|
- Update conflicts on bind-dyndb-ldap to < 1.1.0-0.9.b1
|
|
|
|
- Update conflicts on bind to < 9.9.0-1
|
|
|
|
- Drop requires on krb5-server-ldap
|
|
|
|
- Add patch to remove escaping arguments to pkisilent
|
|
|
|
|
2012-02-06 19:51:43 +00:00
|
|
|
* Mon Feb 06 2012 Rob Crittenden <rcritten@redhat.com> - 2.1.90-0.1
|
|
|
|
- Update to upstream 2.2.0 alpha 1 (2.1.90.pre1)
|
|
|
|
|
2012-02-01 19:22:18 +00:00
|
|
|
* Wed Feb 01 2012 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.4-5
|
|
|
|
- Force to use 389-ds 1.2.10-0.8.a7 or above
|
|
|
|
- Improve upgrade script to handle systemd 389-ds change
|
|
|
|
- Fix freeipa to work with python-ldap 2.4.6
|
|
|
|
|
2012-01-11 10:34:30 +00:00
|
|
|
* Wed Jan 11 2012 Martin Kosek <mkosek@redhat.com> - 2.1.4-4
|
|
|
|
- Fix ipa-replica-install crashes
|
|
|
|
- Fix ipa-server-install and ipa-dns-install logging
|
|
|
|
- Set minimum version of pki-ca to 9.0.17 to fix sslget problem
|
|
|
|
caused by FEDORA-2011-17400 update (#771357)
|
|
|
|
|
2011-12-21 12:49:37 +00:00
|
|
|
* Wed Dec 21 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.4-3
|
|
|
|
- Allow Web-based migration to work with tightened SE Linux policy (#769440)
|
|
|
|
- Rebuild slapi plugins against re-enterant version of libldap
|
|
|
|
|
2011-12-11 17:38:03 +00:00
|
|
|
* Sun Dec 11 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.4-2
|
|
|
|
- Allow longer dirsrv startup with systemd:
|
|
|
|
- IPAdmin class will wait until dirsrv instance is available up to 10 seconds
|
|
|
|
- Helps with restarts during upgrade for ipa-ldap-updater
|
|
|
|
- Fix pylint warnings from F16 and Rawhide
|
|
|
|
|
2011-12-06 16:58:03 +00:00
|
|
|
* Tue Dec 6 2011 Rob Crittenden <rcritten@redhat.com> - 2.1.4-1
|
|
|
|
- Update to upstream 2.1.4 (CVE-2011-3636)
|
|
|
|
|
2011-12-05 16:50:50 +00:00
|
|
|
* Mon Dec 5 2011 Rob Crittenden <rcritten@redhat.com> - 2.1.3-8
|
|
|
|
- Update SELinux policy to allow ipa_kpasswd to connect ldap and
|
|
|
|
read /dev/urandom. (#759679)
|
|
|
|
|
2011-11-30 13:35:30 +00:00
|
|
|
* Wed Nov 30 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.3-7
|
|
|
|
- Fix wrong path in packaging freeipa-systemd-upgrade
|
|
|
|
|
2011-11-30 13:14:40 +00:00
|
|
|
* Wed Nov 30 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.3-6
|
|
|
|
- Introduce upgrade script to recover existing configuration after systemd migration
|
|
|
|
as user has no means to recover FreeIPA from systemd migration
|
|
|
|
- Upgrade script:
|
|
|
|
- recovers symlinks in Dogtag instance install
|
|
|
|
- recovers systemd configuration for FreeIPA's directory server instances
|
|
|
|
- recovers freeipa.service
|
|
|
|
- migrates directory server and KDC configs to use proper keytabs for systemd services
|
|
|
|
|
2011-10-26 23:45:58 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.3-5
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-19 15:07:43 +00:00
|
|
|
* Wed Oct 19 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.3-4
|
2014-05-21 07:38:23 +00:00
|
|
|
- clean up spec
|
2011-10-19 15:07:43 +00:00
|
|
|
- Depend on sssd >= 1.6.2 for better user experience
|
|
|
|
|
|
|
|
* Tue Oct 18 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.3-3
|
|
|
|
- Fix Fedora package changelog after merging systemd changes
|
|
|
|
|
|
|
|
* Tue Oct 18 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.3-2
|
|
|
|
- Fix postin scriplet for F-15/F-16
|
|
|
|
|
|
|
|
* Tue Oct 18 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.3-1
|
|
|
|
- 2.1.3
|
|
|
|
|
|
|
|
* Mon Oct 17 2011 Alexander Bokovoy <abokovoy@redhat.com> - 2.1.2-1
|
|
|
|
- Default to systemd for Fedora 16 and onwards
|
|
|
|
|
2013-04-02 16:47:49 +00:00
|
|
|
* Tue Aug 16 2011 Rob Crittenden <rcritten@redhat.com> - 2.1.0-1
|
2011-08-16 21:16:12 +00:00
|
|
|
- Update to upstream 2.1.0
|
|
|
|
|
2011-05-06 14:33:31 +00:00
|
|
|
* Fri May 6 2011 Simo Sorce <ssorce@redhat.com> - 2.0.1-2
|
|
|
|
- Fix bug #702633
|
|
|
|
|
2011-05-02 17:33:13 +00:00
|
|
|
* Mon May 2 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.1-1
|
|
|
|
- Update minimum selinux-policy to 3.9.16-18
|
|
|
|
- Update minimum pki-ca and pki-selinux to 9.0.7
|
|
|
|
- Update minimum 389-ds-base to 1.2.8.0-1
|
|
|
|
- Update to upstream 2.0.1
|
|
|
|
|
2011-03-24 21:57:00 +00:00
|
|
|
* Thu Mar 24 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.0-1
|
|
|
|
- Update to upstream GA release
|
|
|
|
- Automatically apply updates when the package is upgraded
|
|
|
|
|
2011-02-25 23:12:29 +00:00
|
|
|
* Fri Feb 25 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.0-0.4.rc2
|
|
|
|
- Update to upstream freeipa-2.0.0.rc2
|
|
|
|
- Set minimum version of python-nss to 0.11 to make sure IPv6 support is in
|
|
|
|
- Set minimum version of sssd to 1.5.1
|
|
|
|
- Patch to include SuiteSpotGroup when setting up 389-ds instances
|
|
|
|
- Move a lot of BuildRequires so this will build with ONLY_CLIENT enabled
|
|
|
|
|
2011-02-15 14:45:55 +00:00
|
|
|
* Tue Feb 15 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.0-0.3.rc1
|
|
|
|
- Set the N-V-R so rc1 is an update to beta2.
|
|
|
|
|
2011-02-15 02:45:41 +00:00
|
|
|
* Mon Feb 14 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.0-0.1.rc1
|
|
|
|
- Set minimum version of sssd to 1.5.1
|
|
|
|
- Update to upstream freeipa-2.0.0.rc1
|
|
|
|
- Move server-only binaries from admintools subpackage to server
|
|
|
|
|
2011-02-08 21:36:14 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-0.2.beta2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-03 21:55:42 +00:00
|
|
|
* Thu Feb 3 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.0-0.1.beta2
|
|
|
|
- Set min version of 389-ds-base to 1.2.8
|
|
|
|
- Set min version of mod_nss 1.0.8-10
|
|
|
|
- Set min version of selinux-policy to 3.9.7-27
|
|
|
|
- Add dogtag themes to Requires
|
|
|
|
- Update to upstream freeipa-2.0.0.pre2
|
|
|
|
|
2011-01-28 04:33:55 +00:00
|
|
|
* Thu Jan 27 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.0-0.2.beta.git80e87e7
|
|
|
|
- Remove unnecessary moving of v1 CA serial number file in post script
|
|
|
|
- Add Obsoletes for server-selinxu subpackage
|
|
|
|
- Using git snapshot 442d6ad30ce1156914e6245aa7502499e50ec0da
|
|
|
|
|
|
|
|
* Wed Jan 26 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.0-0.1.beta.git80e87e7
|
|
|
|
- Prepare spec file for release
|
|
|
|
- Using git snapshot 80e87e75bd6ab56e3e20c49ece55bd4d52f1a503
|
|
|
|
|
|
|
|
* Tue Jan 25 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-41
|
|
|
|
- Re-arrange doc and defattr to clean up rpmlint warnings
|
|
|
|
- Remove conditionals on older releases
|
|
|
|
- Move some man pages into admintools subpackage
|
|
|
|
- Remove some explicit Requires in client that aren't needed
|
|
|
|
- Consistent use of buildroot vs RPM_BUILD_ROOT
|
|
|
|
|
2013-04-02 16:47:49 +00:00
|
|
|
* Wed Jan 19 2011 Adam Young <ayoung@redhat.com> - 1.99-40
|
2011-01-28 04:33:55 +00:00
|
|
|
- Moved directory install/static to install/ui
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
* Thu Jan 13 2011 Simo Sorce <ssorce@redhat.com> - 1.99-38
|
|
|
|
- Remove radius subpackages
|
|
|
|
|
|
|
|
* Thu Jan 13 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-37
|
|
|
|
- Set minimum pki-ca and pki-silent versions to 9.0.0
|
|
|
|
|
|
|
|
* Wed Jan 12 2011 Rob Crittenden <rcritten@redhat.com> - 1.99-36
|
|
|
|
- Drop BuildRequires on mozldap-devel
|
|
|
|
|
|
|
|
* Mon Dec 13 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-35
|
|
|
|
- Add Requires on krb5-pkinit-openssl
|
|
|
|
|
|
|
|
* Fri Dec 10 2010 Jr Aquino <jr.aquino@citrix.com> - 1.99-34
|
|
|
|
- Add ipa-host-net-manage script
|
|
|
|
|
|
|
|
* Tue Dec 7 2010 Simo Sorce <ssorce@redhat.com> - 1.99-33
|
|
|
|
- Add ipa init script
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* Wed Nov 3 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-31
|
|
|
|
- remove ipa-fix-CVE-2008-3274
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* Tue Aug 10 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-26
|
|
|
|
- Add BuildRequires for authconfig
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* Thu Jun 24 2010 Adam Young <ayoung@redhat.com> - 1.99-24
|
|
|
|
- Removed python-asset based webui
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
* Tue Jun 1 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-22
|
|
|
|
- Drop Requires of python-krbV on ipa-client
|
|
|
|
|
|
|
|
* Mon May 17 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-21
|
|
|
|
- Load ipa_dogtag.pp in post install
|
|
|
|
|
|
|
|
* 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
|
|
|
|
- No need to create /var/log/ipa_error.log since we aren't using
|
|
|
|
TurboGears any more.
|
|
|
|
|
|
|
|
* Mon Mar 1 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-18
|
|
|
|
- Fixed share/ipa/wsgi.py so .pyc, .pyo files are included
|
|
|
|
|
|
|
|
* Wed Feb 24 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-17
|
|
|
|
- Added Require mod_wsgi, added share/ipa/wsgi.py
|
|
|
|
|
|
|
|
* Thu Feb 11 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-16
|
|
|
|
- Require python-wehjit >= 0.2.2
|
|
|
|
|
|
|
|
* Wed Feb 3 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-15
|
|
|
|
- Add sssd and certmonger as a Requires on ipa-client
|
|
|
|
|
|
|
|
* Wed Jan 27 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-14
|
|
|
|
- Require python-wehjit >= 0.2.0
|
|
|
|
|
|
|
|
* Fri Dec 4 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-13
|
|
|
|
- Add ipa-rmkeytab tool
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* Tue Nov 3 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-9
|
|
|
|
- Remove ipa_webgui, its functions rolled into ipa_httpd
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* Mon Aug 24 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-7
|
|
|
|
- Added httpd SELinux policy so CRLs can be read
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
2013-04-02 16:47:49 +00:00
|
|
|
* Wed May 6 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-5
|
2011-01-28 04:33:55 +00:00
|
|
|
- Set 0.14 as minimum version for slapi-nis
|
|
|
|
|
|
|
|
* Wed Apr 22 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-4
|
|
|
|
- Add Requires: python-nss to ipa-python sub-package
|
|
|
|
|
|
|
|
* 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
|
|
|
|
- Build radius separately
|
|
|
|
- Fix a few minor issues
|
|
|
|
|
|
|
|
* Tue Feb 3 2009 Rob Crittenden <rcritten@redhat.com> - 1.99-1
|
|
|
|
- Replace TurboGears requirement with python-cherrypy
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
2013-04-02 16:47:49 +00:00
|
|
|
* Fri Feb 29 2008 Rob Crittenden <rcritten@redhat.com> 0.99-11
|
2011-01-28 04:33:55 +00:00
|
|
|
- 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
|
|
|
|
- Move user-modifiable content to /etc/ipa and linked back to
|
|
|
|
/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
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
2013-04-02 16:47:49 +00:00
|
|
|
* Sun Aug 5 2007 Rob Crittenden <rcritten@redhat.com> - 0.1.0-3
|
2011-01-28 04:33:55 +00:00
|
|
|
- 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
|