2018-02-12 04:34:33 -06:00
|
|
|
# 389-ds-base 1.4 no longer supports i686 platform, build only client
|
|
|
|
# packages, https://bugzilla.redhat.com/show_bug.cgi?id=1544386
|
2018-09-04 08:24:21 -05:00
|
|
|
%if 0%{?fedora} >= 28 || 0%{?rhel} > 7
|
|
|
|
%ifarch %{ix86}
|
|
|
|
%{!?ONLY_CLIENT:%global ONLY_CLIENT 1}
|
|
|
|
%endif
|
2018-02-12 04:34:33 -06:00
|
|
|
%endif
|
|
|
|
|
2016-08-25 03:59:34 -05:00
|
|
|
# Define ONLY_CLIENT to only make the ipa-client and ipa-python
|
2014-10-03 07:12:35 -05:00
|
|
|
# subpackages
|
2010-01-07 13:12:52 -06:00
|
|
|
%{!?ONLY_CLIENT:%global ONLY_CLIENT 0}
|
2017-03-15 01:48:29 -05:00
|
|
|
%if %{ONLY_CLIENT}
|
|
|
|
%global enable_server_option --disable-server
|
|
|
|
%else
|
|
|
|
%global enable_server_option --enable-server
|
|
|
|
%endif
|
2009-10-12 15:00:00 -05:00
|
|
|
|
2018-07-17 06:29:10 -05:00
|
|
|
# Build ipatests
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%global with_ipatests 0
|
|
|
|
%endif
|
2017-03-15 03:30:14 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2018-07-17 06:29:10 -05:00
|
|
|
%{!?with_ipatests:%global with_ipatests 1}
|
2017-03-15 03:30:14 -05:00
|
|
|
%endif
|
|
|
|
%if 0%{?with_ipatests}
|
|
|
|
%global with_ipatests_option --with-ipatests
|
|
|
|
%else
|
|
|
|
%global with_ipatests_option --without-ipatests
|
|
|
|
%endif
|
|
|
|
|
2016-10-12 06:27:16 -05:00
|
|
|
# lint is not executed during rpmbuild
|
2016-12-05 05:17:54 -06:00
|
|
|
# %%global with_lint 1
|
2017-01-11 08:02:09 -06:00
|
|
|
%if 0%{?with_lint}
|
2017-02-22 12:19:35 -06:00
|
|
|
%global linter_options --enable-pylint --with-jslint
|
2017-01-11 08:02:09 -06:00
|
|
|
%else
|
2017-02-22 12:19:35 -06:00
|
|
|
%global linter_options --disable-pylint --without-jslint
|
2017-01-11 08:02:09 -06:00
|
|
|
%endif
|
2016-10-12 06:27:16 -05:00
|
|
|
|
2014-10-03 07:12:35 -05:00
|
|
|
%if 0%{?rhel}
|
2018-07-17 06:29:10 -05:00
|
|
|
%global package_name ipa
|
|
|
|
%global alt_name freeipa
|
|
|
|
%global krb5_version 1.16.1
|
|
|
|
%global krb5_kdb_version 7.0
|
2017-04-25 07:13:00 -05:00
|
|
|
# 0.7.16: https://github.com/drkjam/netaddr/issues/71
|
2018-05-29 13:02:10 -05:00
|
|
|
%global python_netaddr_version 0.7.16
|
2017-07-12 10:29:30 -05:00
|
|
|
# Require 4.7.0 which brings Python 3 bindings
|
|
|
|
%global samba_version 4.7.0
|
2018-05-29 13:02:10 -05:00
|
|
|
%global selinux_policy_version 3.14.1-14
|
|
|
|
%global slapi_nis_version 0.56.1-4
|
|
|
|
%global python_ldap_version 3.1.0-1
|
2018-02-19 03:36:08 -06:00
|
|
|
# python3-lib389
|
2018-10-08 06:26:53 -05:00
|
|
|
# Fix for "Installation fails: Replica Busy"
|
2018-02-19 03:36:08 -06:00
|
|
|
# https://pagure.io/389-ds-base/issue/49818
|
2019-01-08 03:14:04 -06:00
|
|
|
%global ds_version 1.4.0.16
|
2018-02-19 03:36:08 -06:00
|
|
|
|
2014-10-03 07:12:35 -05:00
|
|
|
%else
|
2018-07-17 06:29:10 -05:00
|
|
|
# Fedora
|
|
|
|
%global package_name freeipa
|
|
|
|
%global alt_name ipa
|
2019-01-09 04:05:38 -06:00
|
|
|
# Fix for CVE-2018-20217
|
|
|
|
%global krb5_version 1.16.1-24
|
2018-05-29 13:02:10 -05:00
|
|
|
%global krb5_kdb_version 7.0
|
2017-04-25 07:13:00 -05:00
|
|
|
# 0.7.16: https://github.com/drkjam/netaddr/issues/71
|
|
|
|
%global python_netaddr_version 0.7.16
|
2017-07-12 10:29:30 -05:00
|
|
|
# Require 4.7.0 which brings Python 3 bindings
|
|
|
|
%global samba_version 2:4.7.0
|
2018-02-06 01:53:54 -06:00
|
|
|
# DNSSEC AVC violation, RHBZ#1537971
|
|
|
|
%global selinux_policy_version 3.13.1-283.24
|
2016-08-04 01:58:50 -05:00
|
|
|
%global slapi_nis_version 0.56.1
|
2018-01-22 08:32:12 -06:00
|
|
|
|
2018-05-29 13:02:10 -05:00
|
|
|
# fix for segfault in python3-ldap, https://pagure.io/freeipa/issue/7324
|
|
|
|
%global python_ldap_version 3.1.0-1
|
2019-02-01 04:27:47 -06:00
|
|
|
# Fix for create suffix
|
|
|
|
# https://pagure.io/389-ds-base/issue/49984
|
|
|
|
%if 0%{?fedora} >= 30
|
|
|
|
%global ds_version 1.4.1.1
|
|
|
|
%else
|
|
|
|
%global ds_version 1.4.0.21
|
|
|
|
%endif
|
2018-04-25 01:38:28 -05:00
|
|
|
|
2019-01-06 10:37:50 -06:00
|
|
|
# Don't use Fedora's Python dependency generator on Fedora 30/rawhide yet.
|
|
|
|
# Some packages don't provide new dist aliases.
|
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/
|
|
|
|
%{?python_disable_dependency_generator}
|
|
|
|
|
2019-07-16 05:45:48 -05:00
|
|
|
# Fedora
|
|
|
|
%endif
|
2014-10-03 07:12:35 -05:00
|
|
|
|
2019-05-09 23:13:58 -05:00
|
|
|
# 10.7 includes 'pki-server cert-fix' enhancements required
|
|
|
|
# by ipa-cert-fix: https://pagure.io/freeipa/issue/7885
|
|
|
|
%global pki_version 10.7.0-1
|
2018-04-30 01:25:23 -05:00
|
|
|
|
2019-02-21 18:37:12 -06:00
|
|
|
# https://pagure.io/certmonger/issue/90
|
|
|
|
%global certmonger_version 0.79.7-1
|
|
|
|
|
2018-12-14 04:21:42 -06:00
|
|
|
# NSS release with fix for p11-kit-proxy issue, affects F28
|
|
|
|
# https://pagure.io/freeipa/issue/7810
|
|
|
|
%if 0%{?fedora} == 28
|
|
|
|
%global nss_version 3.41.0-3
|
|
|
|
%else
|
|
|
|
%global nss_version 3.41.0-1
|
|
|
|
%endif
|
2017-12-04 10:29:05 -06:00
|
|
|
|
2018-09-27 05:12:07 -05:00
|
|
|
# One-Way Trust authenticated by trust secret
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1345975#c20
|
|
|
|
%global sssd_version 1.16.3-2
|
|
|
|
|
2015-07-15 03:45:53 -05:00
|
|
|
%define krb5_base_version %(LC_ALL=C rpm -q --qf '%%{VERSION}' krb5-devel | grep -Eo '^[^.]+\.[^.]+')
|
|
|
|
|
2010-01-07 13:12:52 -06:00
|
|
|
%global plugin_dir %{_libdir}/dirsrv/plugins
|
2015-04-28 09:24:02 -05:00
|
|
|
%global etc_systemd_dir %{_sysconfdir}/systemd/system
|
2010-02-09 12:14:25 -06:00
|
|
|
%global gettext_domain ipa
|
2014-10-03 07:12:35 -05:00
|
|
|
|
2013-11-27 07:13:16 -06:00
|
|
|
%define _hardened_build 1
|
|
|
|
|
2016-10-21 15:35:28 -05:00
|
|
|
# Work-around fact that RPM SPEC parser does not accept
|
|
|
|
# "Version: @VERSION@" in freeipa.spec.in used for Autoconf string replacement
|
|
|
|
%define IPA_VERSION @VERSION@
|
|
|
|
%define AT_SIGN @
|
|
|
|
# redefine IPA_VERSION only if its value matches the Autoconf placeholder
|
|
|
|
%if "%{IPA_VERSION}" == "%{AT_SIGN}VERSION%{AT_SIGN}"
|
|
|
|
%define IPA_VERSION nonsense.to.please.RPM.SPEC.parser
|
|
|
|
%endif
|
|
|
|
|
2018-07-17 06:29:10 -05:00
|
|
|
Name: %{package_name}
|
2016-10-21 15:35:28 -05:00
|
|
|
Version: %{IPA_VERSION}
|
2016-12-05 05:18:54 -06:00
|
|
|
Release: 0%{?dist}
|
2009-02-02 12:50:53 -06:00
|
|
|
Summary: The Identity, Policy and Audit system
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
2010-12-09 06:59:11 -06:00
|
|
|
License: GPLv3+
|
2009-02-02 12:50:53 -06:00
|
|
|
URL: http://www.freeipa.org/
|
|
|
|
Source0: freeipa-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: openldap-devel
|
2017-01-24 03:02:30 -06: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-05-29 13:02:10 -05:00
|
|
|
BuildRequires: krb5-kdb-version = %{krb5_kdb_version}
|
2017-04-25 07:35:34 -05:00
|
|
|
BuildRequires: krb5-devel >= %{krb5_version}
|
spec file: clean up BuildRequires
Add missing cyrus-sasl-devel, python-cffi, python-custodia,
python-dateutil, python-nose, python-paste, python-sss-murmur,
python-sssdconfig and systemd-python BuildRequires.
Remove unused custodia, java-headless, m4, policycoreutils,
python-kdcproxy, python-rhsm, pyOpenSSL and systemd-units BuildRequires.
Correct versioned BuildRequires and provide explanatory comments.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-10-12 06:20:32 -05:00
|
|
|
# 1.27.4: xmlrpc_curl_xportparms.gssapi_delegation
|
2011-08-11 03:42:29 -05:00
|
|
|
BuildRequires: xmlrpc-c-devel >= 1.27.4
|
2011-02-21 12:04:38 -06:00
|
|
|
BuildRequires: popt-devel
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: pkgconfig
|
2009-02-02 12:50:53 -06:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
2011-02-21 12:04:38 -06:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: gettext
|
2016-11-11 15:54:13 -06:00
|
|
|
BuildRequires: gettext-devel
|
spec file: clean up BuildRequires
Add missing cyrus-sasl-devel, python-cffi, python-custodia,
python-dateutil, python-nose, python-paste, python-sss-murmur,
python-sssdconfig and systemd-python BuildRequires.
Remove unused custodia, java-headless, m4, policycoreutils,
python-kdcproxy, python-rhsm, pyOpenSSL and systemd-units BuildRequires.
Correct versioned BuildRequires and provide explanatory comments.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-10-12 06:20:32 -05:00
|
|
|
BuildRequires: python3-devel
|
2017-03-14 13:55:38 -05:00
|
|
|
BuildRequires: python3-setuptools
|
spec file: clean up BuildRequires
Add missing cyrus-sasl-devel, python-cffi, python-custodia,
python-dateutil, python-nose, python-paste, python-sss-murmur,
python-sssdconfig and systemd-python BuildRequires.
Remove unused custodia, java-headless, m4, policycoreutils,
python-kdcproxy, python-rhsm, pyOpenSSL and systemd-units BuildRequires.
Correct versioned BuildRequires and provide explanatory comments.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-10-12 06:20:32 -05:00
|
|
|
BuildRequires: systemd
|
2016-11-04 09:19:51 -05:00
|
|
|
# systemd-tmpfiles which is executed from make install requires apache user
|
|
|
|
BuildRequires: httpd
|
2017-03-15 01:48:29 -05:00
|
|
|
BuildRequires: nspr-devel
|
2018-04-30 01:25:23 -05:00
|
|
|
BuildRequires: nss-devel >= %{nss_version}
|
2017-03-15 01:48:29 -05:00
|
|
|
BuildRequires: openssl-devel
|
spec file: clean up BuildRequires
Add missing cyrus-sasl-devel, python-cffi, python-custodia,
python-dateutil, python-nose, python-paste, python-sss-murmur,
python-sssdconfig and systemd-python BuildRequires.
Remove unused custodia, java-headless, m4, policycoreutils,
python-kdcproxy, python-rhsm, pyOpenSSL and systemd-units BuildRequires.
Correct versioned BuildRequires and provide explanatory comments.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-10-12 06:20:32 -05:00
|
|
|
BuildRequires: libini_config-devel
|
|
|
|
BuildRequires: cyrus-sasl-devel
|
|
|
|
%if ! %{ONLY_CLIENT}
|
2019-02-01 04:27:47 -06:00
|
|
|
BuildRequires: 389-ds-base-devel >= %{ds_version}
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: samba-devel >= %{samba_version}
|
spec file: clean up BuildRequires
Add missing cyrus-sasl-devel, python-cffi, python-custodia,
python-dateutil, python-nose, python-paste, python-sss-murmur,
python-sssdconfig and systemd-python BuildRequires.
Remove unused custodia, java-headless, m4, policycoreutils,
python-kdcproxy, python-rhsm, pyOpenSSL and systemd-units BuildRequires.
Correct versioned BuildRequires and provide explanatory comments.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-10-12 06:20:32 -05:00
|
|
|
BuildRequires: libtalloc-devel
|
|
|
|
BuildRequires: libtevent-devel
|
|
|
|
BuildRequires: libuuid-devel
|
2011-11-30 06:29:10 -06:00
|
|
|
BuildRequires: libsss_idmap-devel
|
2017-02-02 05:32:13 -06:00
|
|
|
BuildRequires: libsss_certmap-devel
|
2018-09-27 05:12:07 -05:00
|
|
|
BuildRequires: libsss_nss_idmap-devel >= %{sssd_version}
|
2019-07-16 09:49:36 -05:00
|
|
|
BuildRequires: nodejs(abi)
|
2018-06-19 14:40:10 -05:00
|
|
|
BuildRequires: uglify-js
|
2013-04-11 13:03:25 -05:00
|
|
|
BuildRequires: libverto-devel
|
2013-07-16 10:47:27 -05:00
|
|
|
BuildRequires: libunistring-devel
|
2018-06-12 05:02:08 -05:00
|
|
|
# 0.13.0: https://bugzilla.redhat.com/show_bug.cgi?id=1584773
|
|
|
|
# 0.13.0-2: fix for missing dependency on python-six
|
|
|
|
BuildRequires: python3-lesscpy >= 0.13.0-2
|
2019-07-16 05:45:48 -05:00
|
|
|
|
|
|
|
# ONLY_CLIENT
|
|
|
|
%endif
|
spec file: clean up BuildRequires
Add missing cyrus-sasl-devel, python-cffi, python-custodia,
python-dateutil, python-nose, python-paste, python-sss-murmur,
python-sssdconfig and systemd-python BuildRequires.
Remove unused custodia, java-headless, m4, policycoreutils,
python-kdcproxy, python-rhsm, pyOpenSSL and systemd-units BuildRequires.
Correct versioned BuildRequires and provide explanatory comments.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-10-12 06:20:32 -05:00
|
|
|
|
|
|
|
#
|
|
|
|
# Build dependencies for makeapi/makeaci
|
|
|
|
#
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: python3-cffi
|
|
|
|
BuildRequires: python3-dns
|
|
|
|
BuildRequires: python3-ldap >= %{python_ldap_version}
|
|
|
|
BuildRequires: python3-libsss_nss_idmap
|
|
|
|
BuildRequires: python3-netaddr >= %{python_netaddr_version}
|
|
|
|
BuildRequires: python3-pyasn1
|
|
|
|
BuildRequires: python3-pyasn1-modules
|
|
|
|
BuildRequires: python3-six
|
spec file: clean up BuildRequires
Add missing cyrus-sasl-devel, python-cffi, python-custodia,
python-dateutil, python-nose, python-paste, python-sss-murmur,
python-sssdconfig and systemd-python BuildRequires.
Remove unused custodia, java-headless, m4, policycoreutils,
python-kdcproxy, python-rhsm, pyOpenSSL and systemd-units BuildRequires.
Correct versioned BuildRequires and provide explanatory comments.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-10-12 06:20:32 -05:00
|
|
|
|
2017-02-17 10:46:20 -06:00
|
|
|
#
|
2017-02-22 02:21:35 -06:00
|
|
|
# Build dependencies for wheel packaging and PyPI upload
|
2017-02-17 10:46:20 -06:00
|
|
|
#
|
2017-04-03 03:04:04 -05:00
|
|
|
%if 0%{?with_wheels}
|
2017-01-17 05:16:25 -06:00
|
|
|
BuildRequires: dbus-glib-devel
|
2016-11-17 09:43:17 -06:00
|
|
|
BuildRequires: libffi-devel
|
|
|
|
BuildRequires: python3-tox
|
2019-02-07 04:29:36 -06:00
|
|
|
%if 0%{?fedora} <= 28
|
2017-02-22 02:21:35 -06:00
|
|
|
BuildRequires: python3-twine
|
2019-02-07 04:29:36 -06:00
|
|
|
%else
|
|
|
|
BuildRequires: twine
|
|
|
|
%endif
|
2017-02-17 10:46:20 -06:00
|
|
|
BuildRequires: python3-wheel
|
2019-07-16 05:45:48 -05:00
|
|
|
# with_wheels
|
|
|
|
%endif
|
2017-02-17 10:46:20 -06:00
|
|
|
|
spec file: clean up BuildRequires
Add missing cyrus-sasl-devel, python-cffi, python-custodia,
python-dateutil, python-nose, python-paste, python-sss-murmur,
python-sssdconfig and systemd-python BuildRequires.
Remove unused custodia, java-headless, m4, policycoreutils,
python-kdcproxy, python-rhsm, pyOpenSSL and systemd-units BuildRequires.
Correct versioned BuildRequires and provide explanatory comments.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-10-12 06:20:32 -05:00
|
|
|
#
|
2017-12-11 00:57:40 -06:00
|
|
|
# Build dependencies for lint and fastcheck
|
spec file: clean up BuildRequires
Add missing cyrus-sasl-devel, python-cffi, python-custodia,
python-dateutil, python-nose, python-paste, python-sss-murmur,
python-sssdconfig and systemd-python BuildRequires.
Remove unused custodia, java-headless, m4, policycoreutils,
python-kdcproxy, python-rhsm, pyOpenSSL and systemd-units BuildRequires.
Correct versioned BuildRequires and provide explanatory comments.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-10-12 06:20:32 -05:00
|
|
|
#
|
2016-10-12 06:27:16 -05:00
|
|
|
%if 0%{?with_lint}
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: jsl
|
2018-09-28 05:51:39 -05:00
|
|
|
BuildRequires: rpmlint
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: softhsm
|
|
|
|
BuildRequires: python3-augeas
|
|
|
|
BuildRequires: python3-cffi
|
2017-01-02 06:53:18 -06:00
|
|
|
BuildRequires: python3-cryptography >= 1.6
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: python3-custodia >= 0.3.1
|
|
|
|
BuildRequires: python3-dateutil
|
|
|
|
BuildRequires: python3-dbus
|
|
|
|
BuildRequires: python3-dns >= 1.15
|
2016-11-30 06:38:07 -06:00
|
|
|
BuildRequires: python3-gssapi >= 1.2.0
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: python3-jinja2
|
|
|
|
BuildRequires: python3-jwcrypto >= 0.4.2
|
|
|
|
BuildRequires: python3-ldap >= %{python_ldap_version}
|
|
|
|
BuildRequires: python3-ldap >= %{python_ldap_version}
|
2019-02-01 04:27:47 -06:00
|
|
|
BuildRequires: python3-lib389 >= %{ds_version}
|
2016-11-30 06:38:07 -06:00
|
|
|
BuildRequires: python3-libipa_hbac
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: python3-libsss_nss_idmap
|
2016-11-30 06:38:07 -06:00
|
|
|
BuildRequires: python3-lxml
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: python3-netaddr >= %{python_netaddr_version}
|
|
|
|
BuildRequires: python3-netifaces
|
|
|
|
BuildRequires: python3-paste
|
2018-03-14 12:32:39 -05:00
|
|
|
BuildRequires: python3-pki >= %{pki_version}
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: python3-polib
|
|
|
|
BuildRequires: python3-pyasn1
|
|
|
|
BuildRequires: python3-pyasn1-modules
|
|
|
|
BuildRequires: python3-pycodestyle
|
2018-11-12 03:16:55 -06:00
|
|
|
%if 0%{?fedora} >= 29
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1648299
|
|
|
|
BuildRequires: python3-pylint >= 2.1.1-2
|
|
|
|
%else
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: python3-pylint >= 1.7
|
2018-11-12 03:16:55 -06:00
|
|
|
%endif
|
2016-11-30 06:38:07 -06:00
|
|
|
BuildRequires: python3-pytest-multihost
|
|
|
|
BuildRequires: python3-pytest-sourceorder
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: python3-qrcode-core >= 5.0.0
|
|
|
|
BuildRequires: python3-samba
|
|
|
|
BuildRequires: python3-six
|
2016-11-30 06:38:07 -06:00
|
|
|
BuildRequires: python3-sss
|
|
|
|
BuildRequires: python3-sss-murmur
|
2018-09-27 05:12:07 -05:00
|
|
|
BuildRequires: python3-sssdconfig >= %{sssd_version}
|
2016-11-30 06:38:07 -06:00
|
|
|
BuildRequires: python3-systemd
|
2018-05-29 13:02:10 -05:00
|
|
|
BuildRequires: python3-yubico
|
2019-07-16 05:45:48 -05:00
|
|
|
# with_lint
|
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
spec file: clean up BuildRequires
Add missing cyrus-sasl-devel, python-cffi, python-custodia,
python-dateutil, python-nose, python-paste, python-sss-murmur,
python-sssdconfig and systemd-python BuildRequires.
Remove unused custodia, java-headless, m4, policycoreutils,
python-kdcproxy, python-rhsm, pyOpenSSL and systemd-units BuildRequires.
Correct versioned BuildRequires and provide explanatory comments.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-10-12 06:20:32 -05:00
|
|
|
#
|
2015-11-13 01:11:38 -06:00
|
|
|
# Build dependencies for unit tests
|
spec file: clean up BuildRequires
Add missing cyrus-sasl-devel, python-cffi, python-custodia,
python-dateutil, python-nose, python-paste, python-sss-murmur,
python-sssdconfig and systemd-python BuildRequires.
Remove unused custodia, java-headless, m4, policycoreutils,
python-kdcproxy, python-rhsm, pyOpenSSL and systemd-units BuildRequires.
Correct versioned BuildRequires and provide explanatory comments.
https://fedorahosted.org/freeipa/ticket/6418
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-10-12 06:20:32 -05:00
|
|
|
#
|
|
|
|
%if ! %{ONLY_CLIENT}
|
2015-11-13 01:11:38 -06:00
|
|
|
BuildRequires: libcmocka-devel
|
2016-08-05 01:34:23 -05:00
|
|
|
# Required by ipa_kdb_tests
|
2019-08-30 04:29:59 -05:00
|
|
|
BuildRequires: krb5-server >= %{krb5_version}
|
2019-07-16 05:45:48 -05:00
|
|
|
# ONLY_CLIENT
|
|
|
|
%endif
|
2015-11-03 09:39:40 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%description
|
2015-09-21 08:56:36 -05: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).
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%package server
|
|
|
|
Summary: The IPA authentication server
|
|
|
|
Group: System Environment/Base
|
2015-12-07 06:52:38 -06:00
|
|
|
Requires: %{name}-server-common = %{version}-%{release}
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: %{name}-client = %{version}-%{release}
|
2015-12-07 06:52:38 -06:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2017-06-21 10:08:18 -05:00
|
|
|
Requires: python3-ipaserver = %{version}-%{release}
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-ldap >= %{python_ldap_version}
|
2019-02-01 04:27:47 -06:00
|
|
|
Requires: 389-ds-base >= %{ds_version}
|
2013-05-10 06:50:21 -05:00
|
|
|
Requires: openldap-clients > 2.4.35-4
|
2018-04-30 01:25:23 -05:00
|
|
|
Requires: nss >= %{nss_version}
|
|
|
|
Requires: nss-tools >= %{nss_version}
|
2017-04-25 07:35:34 -05:00
|
|
|
Requires(post): krb5-server >= %{krb5_version}
|
2015-07-15 03:45:53 -05:00
|
|
|
Requires(post): krb5-server >= %{krb5_base_version}, krb5-server < %{krb5_base_version}.100
|
2017-04-25 07:35:34 -05:00
|
|
|
Requires: krb5-pkinit-openssl >= %{krb5_version}
|
2011-07-22 08:06:13 -05:00
|
|
|
Requires: cyrus-sasl-gssapi%{?_isa}
|
2018-02-22 02:33:13 -06:00
|
|
|
Requires: chrony
|
2016-08-24 05:28:47 -05:00
|
|
|
Requires: httpd >= 2.4.6-31
|
2017-10-25 09:09:28 -05:00
|
|
|
Requires(preun): python3
|
|
|
|
Requires(postun): python3
|
|
|
|
Requires: python3-gssapi >= 1.2.0-5
|
|
|
|
Requires: python3-systemd
|
2017-11-20 09:12:45 -06:00
|
|
|
Requires: python3-mod_wsgi
|
2016-08-19 08:23:55 -05:00
|
|
|
Requires: mod_auth_gssapi >= 1.5.0
|
2017-11-30 13:55:50 -06:00
|
|
|
Requires: mod_ssl
|
2016-08-19 08:23:55 -05:00
|
|
|
Requires: mod_session
|
2017-03-23 02:43:51 -05:00
|
|
|
# 0.9.9: https://github.com/adelton/mod_lookup_identity/pull/3
|
|
|
|
Requires: mod_lookup_identity >= 0.9.9
|
2009-02-02 12:50:53 -06:00
|
|
|
Requires: acl
|
2013-03-27 08:58:16 -05:00
|
|
|
Requires: systemd-units >= 38
|
2015-06-23 10:01:00 -05:00
|
|
|
Requires(pre): shadow-utils
|
2011-10-21 08:44:36 -05:00
|
|
|
Requires(pre): systemd-units
|
|
|
|
Requires(post): systemd-units
|
2014-10-03 07:12:35 -05:00
|
|
|
Requires: selinux-policy >= %{selinux_policy_version}
|
2015-08-25 07:14:25 -05:00
|
|
|
Requires(post): selinux-policy-base >= %{selinux_policy_version}
|
2016-08-04 01:58:50 -05:00
|
|
|
Requires: slapi-nis >= %{slapi_nis_version}
|
2018-03-14 12:32:39 -05:00
|
|
|
Requires: pki-ca >= %{pki_version}
|
|
|
|
Requires: pki-kra >= %{pki_version}
|
2017-10-25 09:09:28 -05:00
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
2014-10-03 07:12:35 -05:00
|
|
|
Requires: policycoreutils >= 2.1.12-5
|
2012-11-14 09:45:41 -06:00
|
|
|
Requires: tar
|
2019-02-21 18:37:12 -06:00
|
|
|
Requires(pre): certmonger >= %{certmonger_version}
|
2019-02-01 04:27:47 -06:00
|
|
|
Requires(pre): 389-ds-base >= %{ds_version}
|
2013-12-04 09:15:20 -06:00
|
|
|
Requires: fontawesome-fonts
|
|
|
|
Requires: open-sans-fonts
|
2014-10-16 08:32:31 -05:00
|
|
|
Requires: openssl
|
2015-06-18 06:47:12 -05:00
|
|
|
Requires: softhsm >= 2.0.0rc1-1
|
2014-10-16 08:32:31 -05:00
|
|
|
Requires: p11-kit
|
2015-04-28 09:24:02 -05:00
|
|
|
Requires: %{etc_systemd_dir}
|
2015-09-17 10:09:33 -05:00
|
|
|
Requires: gzip
|
2015-12-09 01:18:21 -06:00
|
|
|
Requires: oddjob
|
2017-03-23 02:43:51 -05:00
|
|
|
# 0.7.0-2: https://pagure.io/gssproxy/pull-request/172
|
|
|
|
Requires: gssproxy >= 0.7.0-2
|
2018-09-27 05:12:07 -05:00
|
|
|
Requires: sssd-dbus >= %{sssd_version}
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2015-11-09 05:15:59 -06:00
|
|
|
Provides: %{alt_name}-server = %{version}
|
2014-09-17 03:02:01 -05:00
|
|
|
Conflicts: %{alt_name}-server
|
|
|
|
Obsoletes: %{alt_name}-server < %{version}
|
|
|
|
|
2013-06-13 07:40:52 -05:00
|
|
|
# With FreeIPA 3.3, package freeipa-server-selinux was obsoleted as the
|
|
|
|
# entire SELinux policy is stored in the system policy
|
|
|
|
Obsoletes: freeipa-server-selinux < 3.3.0
|
|
|
|
|
2015-07-16 08:09:45 -05:00
|
|
|
# upgrade path from monolithic -server to -server + -server-dns
|
|
|
|
Obsoletes: %{name}-server <= 4.2.0
|
2011-09-09 05:30:00 -05:00
|
|
|
|
2013-04-30 13:35:19 -05:00
|
|
|
# Versions of nss-pam-ldapd < 0.8.4 require a mapping from uniqueMember to
|
|
|
|
# member.
|
|
|
|
Conflicts: nss-pam-ldapd < 0.8.4
|
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%description server
|
2015-09-21 08:56:36 -05: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.
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
|
2016-11-24 10:35:24 -06:00
|
|
|
%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}
|
2017-08-18 03:56:12 -05:00
|
|
|
# we need pre-requires since earlier versions may break upgrade
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires(pre): python3-ldap >= %{python_ldap_version}
|
|
|
|
Requires: python3-augeas
|
|
|
|
Requires: python3-custodia >= 0.3.1
|
2016-11-24 10:35:24 -06:00
|
|
|
Requires: python3-dbus
|
2016-12-14 03:12:05 -06:00
|
|
|
Requires: python3-dns >= 1.15
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-gssapi >= 1.2.0
|
|
|
|
Requires: python3-ipaclient = %{version}-%{release}
|
2016-11-24 10:35:24 -06:00
|
|
|
Requires: python3-kdcproxy >= 0.3
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-lxml
|
2018-03-14 12:32:39 -05:00
|
|
|
Requires: python3-pki >= %{pki_version}
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-pyasn1 >= 0.3.2-2
|
2018-09-27 05:12:07 -05:00
|
|
|
Requires: python3-sssdconfig >= %{sssd_version}
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: rpm-libs
|
2016-11-24 10:35:24 -06: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.
|
|
|
|
|
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
%package server-common
|
|
|
|
Summary: Common files used by IPA server
|
|
|
|
Group: System Environment/Base
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: %{name}-client-common = %{version}-%{release}
|
2016-08-24 05:28:47 -05:00
|
|
|
Requires: httpd >= 2.4.6-31
|
2015-12-07 06:52:38 -06:00
|
|
|
Requires: systemd-units >= 38
|
2017-02-28 05:07:19 -06:00
|
|
|
Requires: custodia >= 0.3.1
|
2015-12-07 06:52:38 -06: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-07-16 08:09:45 -05:00
|
|
|
%package server-dns
|
|
|
|
Summary: IPA integrated DNS server with support for automatic DNSSEC signing
|
|
|
|
Group: System Environment/Base
|
2015-12-07 06:52:38 -06:00
|
|
|
BuildArch: noarch
|
2015-07-16 08:09:45 -05:00
|
|
|
Requires: %{name}-server = %{version}-%{release}
|
2017-02-13 11:36:12 -06:00
|
|
|
Requires: bind-dyndb-ldap >= 11.0-2
|
2016-12-19 09:52:08 -06:00
|
|
|
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-07-16 08:09:45 -05:00
|
|
|
Requires: opendnssec >= 1.4.6-4
|
2018-02-22 08:45:13 -06:00
|
|
|
%{?systemd_requires}
|
2015-07-16 08:09:45 -05:00
|
|
|
|
2015-11-09 05:15:59 -06:00
|
|
|
Provides: %{alt_name}-server-dns = %{version}
|
2015-07-16 08:09:45 -05:00
|
|
|
Conflicts: %{alt_name}-server-dns
|
|
|
|
Obsoletes: %{alt_name}-server-dns < %{version}
|
|
|
|
|
|
|
|
# upgrade path from monolithic -server to -server + -server-dns
|
|
|
|
Obsoletes: %{name}-server <= 4.2.0
|
|
|
|
|
|
|
|
%description server-dns
|
|
|
|
IPA integrated DNS server with support for automatic DNSSEC signing.
|
|
|
|
Integrated DNS server is BIND 9. OpenDNSSEC provides key management.
|
|
|
|
|
|
|
|
|
2012-02-28 05:24:41 -06:00
|
|
|
%package server-trust-ad
|
|
|
|
Summary: Virtual package to install packages required for Active Directory trusts
|
|
|
|
Group: System Environment/Base
|
2015-12-07 06:52:38 -06:00
|
|
|
Requires: %{name}-server = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2017-07-12 10:29:30 -05:00
|
|
|
|
2014-10-03 07:12:35 -05:00
|
|
|
Requires: samba >= %{samba_version}
|
2012-10-01 08:32:36 -05:00
|
|
|
Requires: samba-winbind
|
|
|
|
Requires: libsss_idmap
|
2017-07-12 10:29:30 -05:00
|
|
|
|
2017-10-25 09:10:41 -05:00
|
|
|
Requires(post): python3
|
2017-07-12 10:29:30 -05:00
|
|
|
Requires: python3-samba
|
|
|
|
Requires: python3-libsss_nss_idmap
|
|
|
|
Requires: python3-sss
|
|
|
|
|
2012-10-10 01:46:08 -05:00
|
|
|
# We use alternatives to divert winbind_krb5_locator.so plugin to libkrb5
|
|
|
|
# on the installes where server-trust-ad subpackage is installed because
|
|
|
|
# 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-02-28 05:24:41 -06:00
|
|
|
|
2015-11-09 05:15:59 -06:00
|
|
|
Provides: %{alt_name}-server-trust-ad = %{version}
|
2014-09-17 03:02:01 -05:00
|
|
|
Conflicts: %{alt_name}-server-trust-ad
|
|
|
|
Obsoletes: %{alt_name}-server-trust-ad < %{version}
|
|
|
|
|
2012-02-28 05:24:41 -06:00
|
|
|
%description server-trust-ad
|
2013-08-13 03:59:57 -05: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-02-28 05:24:41 -06:00
|
|
|
|
2019-07-16 05:45:48 -05:00
|
|
|
# ONLY_CLIENT
|
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
|
|
|
|
|
|
|
%package client
|
|
|
|
Summary: IPA authentication for use on clients
|
|
|
|
Group: System Environment/Base
|
2015-12-07 06:52:38 -06:00
|
|
|
Requires: %{name}-client-common = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2017-10-25 09:09:28 -05:00
|
|
|
Requires: python3-gssapi >= 1.2.0-5
|
2017-06-21 10:08:18 -05:00
|
|
|
Requires: python3-ipaclient = %{version}-%{release}
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-ldap >= %{python_ldap_version}
|
2018-09-27 05:12:07 -05:00
|
|
|
Requires: python3-sssdconfig >= %{sssd_version}
|
2011-07-22 08:06:13 -05:00
|
|
|
Requires: cyrus-sasl-gssapi%{?_isa}
|
2018-02-22 02:33:13 -06:00
|
|
|
Requires: chrony
|
2017-04-25 07:35:34 -05:00
|
|
|
Requires: krb5-workstation >= %{krb5_version}
|
2018-04-26 09:51:42 -05:00
|
|
|
Requires: authselect >= 0.4-2
|
2015-12-04 15:52:03 -06:00
|
|
|
Requires: curl
|
2016-08-08 06:13:18 -05:00
|
|
|
# NIS domain name config: /usr/lib/systemd/system/*-domainname.service
|
2018-06-19 03:10:51 -05:00
|
|
|
%if 0%{?fedora} >= 29
|
|
|
|
Requires: hostname
|
|
|
|
%else
|
2016-08-08 06:13:18 -05:00
|
|
|
Requires: initscripts
|
2018-06-19 03:10:51 -05:00
|
|
|
%endif
|
2012-11-14 09:45:41 -06:00
|
|
|
Requires: libcurl >= 7.21.7-2
|
|
|
|
Requires: xmlrpc-c >= 1.27.4
|
2018-09-27 05:12:07 -05:00
|
|
|
Requires: sssd-ipa >= %{sssd_version}
|
2019-02-21 18:37:12 -06:00
|
|
|
Requires: certmonger >= %{certmonger_version}
|
2018-04-30 01:25:23 -05:00
|
|
|
Requires: nss-tools >= %{nss_version}
|
2011-02-17 07:30:36 -06:00
|
|
|
Requires: bind-utils
|
2012-02-27 03:59:25 -06:00
|
|
|
Requires: oddjob-mkhomedir
|
2012-05-29 13:20:38 -05:00
|
|
|
Requires: libsss_autofs
|
|
|
|
Requires: autofs
|
|
|
|
Requires: libnfsidmap
|
|
|
|
Requires: nfs-utils
|
2018-09-27 05:12:07 -05:00
|
|
|
Requires: sssd-tools >= %{sssd_version}
|
2012-10-31 04:15:28 -05:00
|
|
|
Requires(post): policycoreutils
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2015-11-09 05:15:59 -06:00
|
|
|
Provides: %{alt_name}-client = %{version}
|
2014-09-17 03:02:01 -05:00
|
|
|
Conflicts: %{alt_name}-client
|
|
|
|
Obsoletes: %{alt_name}-client < %{version}
|
2011-01-17 03:26:19 -06:00
|
|
|
|
2016-08-25 03:59:34 -05: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}
|
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%description client
|
2015-09-21 08:56:36 -05: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-08-25 03:59:34 -05:00
|
|
|
This package provides command-line tools for IPA administrators.
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2019-05-18 06:54:48 -05:00
|
|
|
%package client-samba
|
|
|
|
Summary: Tools to configure Samba on IPA client
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires: %{name}-client = %{version}-%{release}
|
|
|
|
Requires: python3-samba
|
|
|
|
Requires: samba-client
|
|
|
|
Requires: samba-winbind
|
|
|
|
Requires: samba-common-tools
|
|
|
|
Requires: samba
|
|
|
|
Requires: sssd-winbind-idmap
|
|
|
|
Requires: tdb-tools
|
|
|
|
Requires: cifs-utils
|
|
|
|
|
|
|
|
%description client-samba
|
|
|
|
This package provides command-line tools to deploy Samba domain member
|
|
|
|
on the machine enrolled into a FreeIPA environment
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2016-02-19 07:54:18 -06:00
|
|
|
%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}
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-augeas
|
2016-12-14 03:12:05 -06:00
|
|
|
Requires: python3-dns >= 1.15
|
2016-07-05 13:19:35 -05:00
|
|
|
Requires: python3-jinja2
|
2016-02-19 07:54:18 -06: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.
|
|
|
|
|
|
|
|
|
2015-12-07 06:52:38 -06: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}
|
2018-08-23 07:54:28 -05:00
|
|
|
# python2-ipa* packages are no longer available in 4.8.
|
|
|
|
Obsoletes: python2-ipaclient < 4.8.0-1
|
|
|
|
Obsoletes: python2-ipalib < 4.8.0-1
|
|
|
|
Obsoletes: python2-ipaserver < 4.8.0-1
|
|
|
|
Obsoletes: python2-ipatests < 4.8.0-1
|
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
|
|
|
%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-06-21 10:08:18 -05:00
|
|
|
Requires: python3-ipalib = %{version}-%{release}
|
2015-12-07 06:52:38 -06: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
|
2018-08-23 07:54:28 -05:00
|
|
|
python3-ipalib and %{name}-common. Packages still depending on
|
2015-12-07 06:52:38 -06:00
|
|
|
%{name}-python should be fixed to depend on python2-ipaclient or
|
|
|
|
%{name}-common instead.
|
|
|
|
|
|
|
|
|
2015-11-03 09:39:40 -06:00
|
|
|
%package -n python3-ipalib
|
|
|
|
Summary: Python3 libraries used by IPA
|
|
|
|
Group: System Environment/Libraries
|
2016-01-21 05:59:11 -06:00
|
|
|
BuildArch: noarch
|
2015-11-03 09:39:40 -06: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}
|
2018-05-29 13:02:10 -05:00
|
|
|
# we need pre-requires since earlier versions may break upgrade
|
|
|
|
Requires(pre): python3-ldap >= %{python_ldap_version}
|
2018-05-22 07:12:10 -05:00
|
|
|
Requires: gnupg2
|
2015-11-03 09:39:40 -06:00
|
|
|
Requires: keyutils
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-cffi
|
2017-01-02 06:53:18 -06:00
|
|
|
Requires: python3-cryptography >= 1.6
|
2015-11-03 09:39:40 -06:00
|
|
|
Requires: python3-dateutil
|
|
|
|
Requires: python3-dbus
|
2016-12-14 03:12:05 -06:00
|
|
|
Requires: python3-dns >= 1.15
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-gssapi >= 1.2.0
|
|
|
|
Requires: python3-jwcrypto >= 0.4.2
|
|
|
|
Requires: python3-libipa_hbac
|
|
|
|
Requires: python3-netaddr >= %{python_netaddr_version}
|
2016-04-13 09:14:42 -05:00
|
|
|
Requires: python3-netifaces >= 0.10.4
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-pyasn1 >= 0.3.2-2
|
|
|
|
Requires: python3-pyasn1-modules >= 0.3.2-2
|
2016-05-27 06:45:57 -05:00
|
|
|
Requires: python3-pyusb
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-qrcode-core >= 5.0.0
|
|
|
|
Requires: python3-requests
|
|
|
|
Requires: python3-setuptools
|
|
|
|
Requires: python3-six
|
|
|
|
Requires: python3-sss-murmur
|
|
|
|
Requires: python3-yubico >= 1.3.2-7
|
2015-11-03 09:39:40 -06: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.
|
|
|
|
|
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
%package common
|
|
|
|
Summary: Common files used by IPA
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
BuildArch: noarch
|
2016-06-29 07:00:51 -05:00
|
|
|
Conflicts: %{name}-python < 4.2.91
|
2011-01-17 03:26:19 -06:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
Provides: %{alt_name}-common = %{version}
|
|
|
|
Conflicts: %{alt_name}-common
|
|
|
|
Obsoletes: %{alt_name}-common < %{version}
|
|
|
|
|
|
|
|
Conflicts: %{alt_name}-python < %{version}
|
|
|
|
|
|
|
|
%description common
|
2015-09-21 08:56:36 -05: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.
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2017-03-15 03:30:14 -05:00
|
|
|
%if 0%{?with_ipatests}
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2015-11-03 09:39:40 -06:00
|
|
|
%package -n python3-ipatests
|
|
|
|
Summary: IPA tests and test tools
|
|
|
|
BuildArch: noarch
|
|
|
|
%{?python_provide:%python_provide python3-ipatests}
|
2016-06-08 03:58:05 -05:00
|
|
|
Requires: python3-ipaclient = %{version}-%{release}
|
2017-09-01 02:24:48 -05:00
|
|
|
Requires: python3-ipaserver = %{version}-%{release}
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: iptables
|
|
|
|
Requires: ldns-utils
|
2015-11-03 09:39:40 -06:00
|
|
|
Requires: python3-coverage
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-cryptography >= 1.6
|
2015-11-03 09:39:40 -06:00
|
|
|
Requires: python3-polib
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: python3-pytest >= 2.6
|
2015-11-03 09:39:40 -06:00
|
|
|
Requires: python3-pytest-multihost >= 0.5
|
|
|
|
Requires: python3-pytest-sourceorder
|
2018-09-27 05:12:07 -05:00
|
|
|
Requires: python3-sssdconfig >= %{sssd_version}
|
2018-05-29 13:02:10 -05:00
|
|
|
Requires: tar
|
|
|
|
Requires: xz
|
2015-11-03 09:39:40 -06: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.
|
|
|
|
|
2019-07-16 05:45:48 -05:00
|
|
|
# with_ipatests
|
|
|
|
%endif
|
2013-05-21 06:40:27 -05:00
|
|
|
|
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%prep
|
|
|
|
%setup -n freeipa-%{version} -q
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%build
|
2016-11-10 08:24:50 -06:00
|
|
|
# PATH is workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1005235
|
|
|
|
export PATH=/usr/bin:/usr/sbin:$PATH
|
2017-08-31 03:45:31 -05:00
|
|
|
|
2018-05-29 13:02:10 -05:00
|
|
|
|
2016-11-24 10:35:24 -06:00
|
|
|
export PYTHON=%{__python3}
|
2018-09-04 08:24:21 -05:00
|
|
|
autoreconf -ivf
|
2017-01-11 08:02:09 -06:00
|
|
|
%configure --with-vendor-suffix=-%{release} \
|
2017-03-15 01:48:29 -05:00
|
|
|
%{enable_server_option} \
|
2017-03-15 03:30:14 -05:00
|
|
|
%{with_ipatests_option} \
|
2017-02-22 12:19:35 -06:00
|
|
|
%{linter_options}
|
2018-05-29 13:02:10 -05:00
|
|
|
|
|
|
|
# run build in default dir
|
|
|
|
# -Onone is workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1398405
|
|
|
|
%make_build -Onone
|
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2015-11-13 01:11:38 -06:00
|
|
|
%check
|
2016-10-12 10:13:36 -05:00
|
|
|
make %{?_smp_mflags} check VERBOSE=yes LIBDIR=%{_libdir}
|
2015-11-13 01:11:38 -06:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%install
|
2016-11-11 05:21:58 -06: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.
|
2015-11-03 09:39:40 -06:00
|
|
|
|
2018-08-23 07:54:28 -05:00
|
|
|
%make_install
|
|
|
|
|
2017-03-15 03:30:14 -05:00
|
|
|
%if 0%{?with_ipatests}
|
2015-11-03 09:39:40 -06: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}
|
2018-05-29 13:02:10 -05:00
|
|
|
ln -rs %{buildroot}%{_bindir}/ipa-run-tests-%{python3_version} %{buildroot}%{_bindir}/ipa-run-tests-3
|
|
|
|
ln -rs %{buildroot}%{_bindir}/ipa-test-config-%{python3_version} %{buildroot}%{_bindir}/ipa-test-config-3
|
|
|
|
ln -rs %{buildroot}%{_bindir}/ipa-test-task-%{python3_version} %{buildroot}%{_bindir}/ipa-test-task-3
|
|
|
|
ln -frs %{buildroot}%{_bindir}/ipa-run-tests-%{python3_version} %{buildroot}%{_bindir}/ipa-run-tests
|
|
|
|
ln -frs %{buildroot}%{_bindir}/ipa-test-config-%{python3_version} %{buildroot}%{_bindir}/ipa-test-config
|
|
|
|
ln -frs %{buildroot}%{_bindir}/ipa-test-task-%{python3_version} %{buildroot}%{_bindir}/ipa-test-task
|
2019-07-16 05:45:48 -05:00
|
|
|
# with_ipatests
|
|
|
|
%endif
|
2015-11-03 09:39:40 -06:00
|
|
|
|
2016-11-24 10:35:24 -06:00
|
|
|
# remove files which are useful only for make uninstall
|
|
|
|
find %{buildroot} -wholename '*/site-packages/*/install_files.txt' -exec rm {} \;
|
2016-06-14 04:41:25 -05:00
|
|
|
|
2010-02-09 12:14:25 -06:00
|
|
|
%find_lang %{gettext_domain}
|
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2009-02-02 12:50:53 -06:00
|
|
|
# Remove .la files from libtool - we don't want to package
|
|
|
|
# these files
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_pwd_extop.la
|
2009-09-14 16:04:08 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_enrollment_extop.la
|
2009-02-02 12:50:53 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_winsync.la
|
2010-06-24 09:31:52 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_repl_version.la
|
2010-10-15 09:49:29 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_uuid.la
|
2010-10-19 16:11:31 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_modrdn.la
|
2011-01-18 13:58:58 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_lockout.la
|
2011-11-09 18:03:48 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_cldap.la
|
2013-03-08 11:54:58 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_dns.la
|
2012-06-21 05:54:34 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_sidgen.la
|
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_sidgen_task.la
|
2011-11-30 06:29:10 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_extdom_extop.la
|
2012-06-18 14:25:31 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_range_check.la
|
2014-09-10 16:31:37 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_otp_counter.la
|
2013-12-16 15:19:08 -06:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libipa_otp_lasttoken.la
|
2015-05-20 10:28:39 -05:00
|
|
|
rm %{buildroot}/%{plugin_dir}/libtopology.la
|
2011-05-19 15:24:57 -05:00
|
|
|
rm %{buildroot}/%{_libdir}/krb5/plugins/kdb/ipadb.la
|
2011-10-25 03:33:30 -05:00
|
|
|
rm %{buildroot}/%{_libdir}/samba/pdb/ipasam.la
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2009-05-14 08:29:16 -05:00
|
|
|
# So we can own our Apache configuration
|
2011-01-25 10:03:40 -06:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d/
|
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/httpd/conf.d/ipa.conf
|
2015-06-23 10:01:00 -05:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/httpd/conf.d/ipa-kdc-proxy.conf
|
2011-08-17 14:36:18 -05:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/httpd/conf.d/ipa-pki-proxy.conf
|
2011-01-25 10:03:40 -06:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/httpd/conf.d/ipa-rewrite.conf
|
2012-01-31 11:32:47 -06: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-02-06 12:15:06 -06:00
|
|
|
|
2012-10-10 01:46:08 -05:00
|
|
|
mkdir -p %{buildroot}%{_libdir}/krb5/plugins/libkrb5
|
|
|
|
touch %{buildroot}%{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so
|
|
|
|
|
2019-07-16 05:45:48 -05:00
|
|
|
# ONLY_CLIENT
|
|
|
|
%endif
|
2010-12-04 14:42:14 -06:00
|
|
|
|
2011-01-25 10:03:40 -06:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/ipa/default.conf
|
2012-01-31 11:32:47 -06:00
|
|
|
/bin/touch %{buildroot}%{_sysconfdir}/ipa/ca.crt
|
2014-09-17 04:52:37 -05:00
|
|
|
|
|
|
|
%if ! %{ONLY_CLIENT}
|
2011-02-01 13:24:46 -06:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/cron.d
|
2019-07-16 05:45:48 -05:00
|
|
|
# ONLY_CLIENT
|
|
|
|
%endif
|
2012-06-12 07:58:50 -05:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%post server
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2011-10-21 08:44:36 -05:00
|
|
|
/bin/systemctl --system daemon-reload 2>&1 || :
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2011-03-18 10:19:53 -05:00
|
|
|
if [ $1 -gt 1 ] ; then
|
2013-01-24 15:14:31 -06:00
|
|
|
/bin/systemctl condrestart certmonger.service 2>&1 || :
|
2011-03-18 10:19:53 -05:00
|
|
|
fi
|
2015-12-09 01:18:21 -06:00
|
|
|
/bin/systemctl reload-or-try-restart dbus
|
|
|
|
/bin/systemctl reload-or-try-restart oddjobd
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2017-07-11 07:10:28 -05:00
|
|
|
%tmpfiles_create ipa.conf
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2011-11-23 15:52:40 -06:00
|
|
|
%posttrans server
|
2016-03-01 11:56:28 -06:00
|
|
|
# don't execute upgrade and restart of IPA when server is not installed
|
2018-08-23 07:54:28 -05:00
|
|
|
%{__python3} -c "import sys; from ipaserver.install import installutils; sys.exit(0 if installutils.is_ipa_configured() else 1);" > /dev/null 2>&1
|
2016-03-01 11:56:28 -06:00
|
|
|
|
2013-07-11 09:35:26 -05:00
|
|
|
if [ $? -eq 0 ]; then
|
2017-06-26 07:21:41 -05: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-01 11:56:28 -06:00
|
|
|
# Restart IPA processes. This must be also run in postrans so that plugins
|
2017-11-01 10:53:19 -05:00
|
|
|
# and software is in consistent state. This will also perform the
|
|
|
|
# system upgrade.
|
2016-03-01 11:56:28 -06:00
|
|
|
# NOTE: systemd specific section
|
|
|
|
|
2014-06-17 09:12:47 -05:00
|
|
|
/bin/systemctl is-enabled ipa.service >/dev/null 2>&1
|
|
|
|
if [ $? -eq 0 ]; then
|
2017-11-01 10:53:19 -05:00
|
|
|
/bin/systemctl restart ipa.service >/dev/null
|
2014-06-17 09:12:47 -05:00
|
|
|
fi
|
2013-07-11 09:35:26 -05:00
|
|
|
fi
|
|
|
|
# END
|
2011-11-23 15:52:40 -06:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%preun server
|
|
|
|
if [ $1 = 0 ]; then
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2011-10-21 08:44:36 -05:00
|
|
|
/bin/systemctl --quiet stop ipa.service || :
|
|
|
|
/bin/systemctl --quiet disable ipa.service || :
|
2015-12-09 01:18:21 -06:00
|
|
|
/bin/systemctl reload-or-try-restart dbus
|
|
|
|
/bin/systemctl reload-or-try-restart oddjobd
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2009-02-02 12:50:53 -06:00
|
|
|
fi
|
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2012-02-13 08:16:26 -06: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
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2012-02-13 08:16:26 -06:00
|
|
|
/bin/systemctl stop ipa_kpasswd.service >/dev/null 2>&1 || :
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2012-02-13 08:16:26 -06:00
|
|
|
fi
|
|
|
|
|
2018-04-25 04:33:57 -05:00
|
|
|
|
|
|
|
%pre server-common
|
2017-04-11 04:43:40 -05: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-07 06:52:38 -06:00
|
|
|
|
2018-02-22 08:45:13 -06: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-10 01:46:08 -05:00
|
|
|
%postun server-trust-ad
|
|
|
|
if [ "$1" -ge "1" ]; then
|
2013-08-13 03:56:26 -05:00
|
|
|
if [ "`readlink %{_sysconfdir}/alternatives/winbind_krb5_locator.so`" == "/dev/null" ]; then
|
|
|
|
%{_sbindir}/alternatives --set winbind_krb5_locator.so /dev/null
|
|
|
|
fi
|
2012-10-10 01:46:08 -05:00
|
|
|
fi
|
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2012-10-10 01:46:08 -05:00
|
|
|
%post server-trust-ad
|
|
|
|
%{_sbindir}/update-alternatives --install %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so \
|
2013-08-13 03:56:26 -05:00
|
|
|
winbind_krb5_locator.so /dev/null 90
|
2015-06-05 07:57:02 -05:00
|
|
|
/bin/systemctl reload-or-try-restart dbus
|
|
|
|
/bin/systemctl reload-or-try-restart oddjobd
|
2013-07-11 09:35:26 -05:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2013-07-11 09:35:26 -05:00
|
|
|
%posttrans server-trust-ad
|
2018-08-23 07:54:28 -05:00
|
|
|
%{__python3} -c "import sys; from ipaserver.install import installutils; sys.exit(0 if installutils.is_ipa_configured() else 1);" > /dev/null 2>&1
|
2012-10-26 06:12:17 -05:00
|
|
|
if [ $? -eq 0 ]; then
|
2012-11-14 09:45:41 -06:00
|
|
|
# NOTE: systemd specific section
|
2012-10-26 06:12:17 -05:00
|
|
|
/bin/systemctl try-restart httpd.service >/dev/null 2>&1 || :
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2012-10-26 06:12:17 -05:00
|
|
|
fi
|
2012-10-10 01:46:08 -05:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2012-10-10 01:46:08 -05:00
|
|
|
%preun server-trust-ad
|
|
|
|
if [ $1 -eq 0 ]; then
|
2013-08-13 03:56:26 -05:00
|
|
|
%{_sbindir}/update-alternatives --remove winbind_krb5_locator.so /dev/null
|
2015-06-05 07:57:02 -05:00
|
|
|
/bin/systemctl reload-or-try-restart dbus
|
|
|
|
/bin/systemctl reload-or-try-restart oddjobd
|
2012-10-10 01:46:08 -05:00
|
|
|
fi
|
2013-12-03 10:14:00 -06:00
|
|
|
|
2019-07-16 05:45:48 -05:00
|
|
|
# ONLY_CLIENT
|
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2012-10-31 04:15:28 -05: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-13 03:56:26 -05:00
|
|
|
if ! grep -E -q '/var/lib/sss/pubconf/krb5.include.d/' /etc/krb5.conf 2>/dev/null ; then
|
2012-10-31 04:15:28 -05:00
|
|
|
echo "includedir /var/lib/sss/pubconf/krb5.include.d/" > /etc/krb5.conf.ipanew
|
|
|
|
cat /etc/krb5.conf >> /etc/krb5.conf.ipanew
|
2015-07-17 09:12:07 -05:00
|
|
|
mv -Z /etc/krb5.conf.ipanew /etc/krb5.conf
|
2012-10-31 04:15:28 -05:00
|
|
|
fi
|
|
|
|
fi
|
2014-01-24 03:16:48 -06:00
|
|
|
|
2017-05-03 01:48:57 -05: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
|
2018-07-20 13:08:14 -05:00
|
|
|
|
|
|
|
%{__python3} -c 'from ipaclient.install.client import configure_krb5_snippet; configure_krb5_snippet()' >>/var/log/ipaupgrade.log 2>&1
|
2017-05-03 01:48:57 -05:00
|
|
|
fi
|
|
|
|
|
2016-02-22 08:05:35 -06:00
|
|
|
if [ $restore -ge 2 ]; then
|
2018-08-23 07:54:28 -05:00
|
|
|
%{__python3} -c 'from ipaclient.install.client import update_ipa_nssdb; update_ipa_nssdb()' >>/var/log/ipaupgrade.log 2>&1
|
2014-09-18 09:28:59 -05:00
|
|
|
fi
|
2012-10-31 04:15:28 -05:00
|
|
|
fi
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
|
|
|
%triggerin client -- openssh-server
|
2013-04-18 11:06:54 -05: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-13 03:56:26 -05: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-04-18 11:06:54 -05:00
|
|
|
sed -r '
|
|
|
|
/^(AuthorizedKeysCommand(User|RunAs)|PubKeyAgentRunAs)[ \t]/ d
|
|
|
|
' /etc/ssh/sshd_config >/etc/ssh/sshd_config.ipanew
|
|
|
|
|
2016-08-11 08:39:35 -05:00
|
|
|
if /usr/sbin/sshd -t -f /dev/null -o 'AuthorizedKeysCommand=/usr/bin/sss_ssh_authorizedkeys' -o 'AuthorizedKeysCommandUser=nobody' 2>/dev/null; then
|
2013-04-18 11:06:54 -05:00
|
|
|
sed -ri '
|
|
|
|
s/^PubKeyAgent (.+) %u$/AuthorizedKeysCommand \1/
|
|
|
|
s/^AuthorizedKeysCommand .*$/\0\nAuthorizedKeysCommandUser nobody/
|
|
|
|
' /etc/ssh/sshd_config.ipanew
|
2016-08-11 08:39:35 -05:00
|
|
|
elif /usr/sbin/sshd -t -f /dev/null -o 'AuthorizedKeysCommand=/usr/bin/sss_ssh_authorizedkeys' -o 'AuthorizedKeysCommandRunAs=nobody' 2>/dev/null; then
|
2013-04-18 11:06:54 -05:00
|
|
|
sed -ri '
|
|
|
|
s/^PubKeyAgent (.+) %u$/AuthorizedKeysCommand \1/
|
|
|
|
s/^AuthorizedKeysCommand .*$/\0\nAuthorizedKeysCommandRunAs nobody/
|
|
|
|
' /etc/ssh/sshd_config.ipanew
|
2016-08-11 08:39:35 -05: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-04-18 11:06:54 -05:00
|
|
|
sed -ri '
|
|
|
|
s/^AuthorizedKeysCommand (.+)$/PubKeyAgent \1 %u/
|
|
|
|
s/^PubKeyAgent .*$/\0\nPubKeyAgentRunAs nobody/
|
|
|
|
' /etc/ssh/sshd_config.ipanew
|
|
|
|
fi
|
|
|
|
|
2015-07-17 09:12:07 -05:00
|
|
|
mv -Z /etc/ssh/sshd_config.ipanew /etc/ssh/sshd_config
|
2013-04-18 11:06:54 -05:00
|
|
|
chmod 600 /etc/ssh/sshd_config
|
|
|
|
|
|
|
|
/bin/systemctl condrestart sshd.service 2>&1 || :
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2009-10-12 15:00:00 -05:00
|
|
|
%if ! %{ONLY_CLIENT}
|
2015-12-07 06:52:38 -06:00
|
|
|
|
|
|
|
%files server
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2015-08-17 09:14:05 -05:00
|
|
|
%license COPYING
|
2013-03-13 08:36:41 -05:00
|
|
|
%{_sbindir}/ipa-backup
|
|
|
|
%{_sbindir}/ipa-restore
|
2011-06-17 15:47:39 -05:00
|
|
|
%{_sbindir}/ipa-ca-install
|
2014-03-18 10:23:30 -05:00
|
|
|
%{_sbindir}/ipa-kra-install
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-server-install
|
2011-05-22 12:17:07 -05:00
|
|
|
%{_sbindir}/ipa-replica-conncheck
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-replica-install
|
|
|
|
%{_sbindir}/ipa-replica-manage
|
2011-07-14 22:35:01 -05:00
|
|
|
%{_sbindir}/ipa-csreplica-manage
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-server-certinstall
|
2015-04-02 07:14:15 -05:00
|
|
|
%{_sbindir}/ipa-server-upgrade
|
2011-02-11 13:05:20 -06:00
|
|
|
%{_sbindir}/ipa-ldap-updater
|
2014-05-08 10:06:16 -05:00
|
|
|
%{_sbindir}/ipa-otptoken-import
|
2011-02-11 13:05:20 -06:00
|
|
|
%{_sbindir}/ipa-compat-manage
|
|
|
|
%{_sbindir}/ipa-nis-manage
|
2011-09-20 11:13:42 -05:00
|
|
|
%{_sbindir}/ipa-managed-entries
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipactl
|
2013-06-10 07:43:24 -05:00
|
|
|
%{_sbindir}/ipa-advise
|
2014-03-13 04:28:27 -05:00
|
|
|
%{_sbindir}/ipa-cacert-manage
|
2015-04-29 01:16:12 -05:00
|
|
|
%{_sbindir}/ipa-winsync-migrate
|
2017-06-05 07:41:02 -05:00
|
|
|
%{_sbindir}/ipa-pkinit-manage
|
2019-02-22 10:19:22 -06:00
|
|
|
%{_sbindir}/ipa-crlgen-manage
|
2019-03-22 00:53:53 -05:00
|
|
|
%{_sbindir}/ipa-cert-fix
|
2013-10-16 02:26:39 -05:00
|
|
|
%{_libexecdir}/certmonger/dogtag-ipa-ca-renew-agent-submit
|
2015-01-08 03:06:46 -06:00
|
|
|
%{_libexecdir}/certmonger/ipa-server-guard
|
2019-01-30 07:08:38 -06:00
|
|
|
%{_libexecdir}/ipa/custodia/ipa-custodia-dmldap
|
|
|
|
%{_libexecdir}/ipa/custodia/ipa-custodia-pki-tomcat
|
|
|
|
%{_libexecdir}/ipa/custodia/ipa-custodia-pki-tomcat-wrapped
|
|
|
|
%{_libexecdir}/ipa/custodia/ipa-custodia-ra-agent
|
2014-10-19 10:04:40 -05:00
|
|
|
%dir %{_libexecdir}/ipa
|
2017-02-28 05:07:19 -06:00
|
|
|
%{_libexecdir}/ipa/ipa-custodia
|
2017-08-01 04:33:32 -05:00
|
|
|
%{_libexecdir}/ipa/ipa-custodia-check
|
2015-06-23 10:01:00 -05:00
|
|
|
%{_libexecdir}/ipa/ipa-httpd-kdcproxy
|
2018-02-26 03:15:05 -06:00
|
|
|
%{_libexecdir}/ipa/ipa-httpd-pwdreader
|
2016-05-31 17:07:33 -05:00
|
|
|
%{_libexecdir}/ipa/ipa-pki-retrieve-key
|
2019-04-17 00:45:18 -05:00
|
|
|
%{_libexecdir}/ipa/ipa-pki-wait-running
|
2016-09-29 17:00:02 -05:00
|
|
|
%{_libexecdir}/ipa/ipa-otpd
|
2015-12-09 01:17:07 -06:00
|
|
|
%dir %{_libexecdir}/ipa/oddjob
|
2015-12-09 01:18:21 -06:00
|
|
|
%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-02-23 05:10:34 -06:00
|
|
|
%dir %{_libexecdir}/ipa/certmonger
|
|
|
|
%attr(755,root,root) %{_libexecdir}/ipa/certmonger/*
|
2015-12-07 06:52:38 -06: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
|
2016-11-04 07:36:45 -05: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-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-05 07:41:02 -05:00
|
|
|
%{_mandir}/man1/ipa-pkinit-manage.1*
|
2019-02-22 10:19:22 -06:00
|
|
|
%{_mandir}/man1/ipa-crlgen-manage.1*
|
2019-03-25 00:13:38 -05:00
|
|
|
%{_mandir}/man1/ipa-cert-fix.1*
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2016-11-24 10:35:24 -06:00
|
|
|
|
|
|
|
%files -n python3-ipaserver
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-07 06:52:38 -06:00
|
|
|
%license COPYING
|
2016-11-24 10:35:24 -06:00
|
|
|
%{python3_sitelib}/ipaserver
|
|
|
|
%{python3_sitelib}/ipaserver-*.egg-info
|
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
|
|
|
%files server-common
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-07 06:52:38 -06:00
|
|
|
%license COPYING
|
2015-09-23 03:35:06 -05:00
|
|
|
%ghost %verify(not owner group) %dir %{_sharedstatedir}/kdcproxy
|
2015-07-14 06:41:46 -05:00
|
|
|
%dir %attr(0755,root,root) %{_sysconfdir}/ipa/kdcproxy
|
2015-06-23 10:01:00 -05:00
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/kdcproxy/kdcproxy.conf
|
2017-07-11 07:10:28 -05:00
|
|
|
# NOTE: systemd specific section
|
|
|
|
%{_tmpfilesdir}/ipa.conf
|
2015-05-08 12:39:29 -05:00
|
|
|
%attr(644,root,root) %{_unitdir}/ipa-custodia.service
|
2016-03-16 03:04:42 -05:00
|
|
|
%ghost %attr(644,root,root) %{etc_systemd_dir}/httpd.d/ipa.conf
|
2012-11-14 09:45:41 -06:00
|
|
|
# END
|
2010-03-01 22:41:41 -06:00
|
|
|
%{_usr}/share/ipa/wsgi.py*
|
2017-03-29 10:58:47 -05:00
|
|
|
%{_usr}/share/ipa/kdcproxy.wsgi
|
2018-08-30 09:42:40 -05:00
|
|
|
%{_usr}/share/ipa/ipaca*.ini
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_usr}/share/ipa/*.ldif
|
|
|
|
%{_usr}/share/ipa/*.uldif
|
|
|
|
%{_usr}/share/ipa/*.template
|
2013-08-01 07:12:39 -05:00
|
|
|
%dir %{_usr}/share/ipa/advise
|
|
|
|
%dir %{_usr}/share/ipa/advise/legacy
|
|
|
|
%{_usr}/share/ipa/advise/legacy/*.template
|
2015-05-11 20:17:48 -05:00
|
|
|
%dir %{_usr}/share/ipa/profiles
|
2017-06-11 21:49:51 -05:00
|
|
|
%{_usr}/share/ipa/profiles/README
|
2015-05-11 20:17:48 -05:00
|
|
|
%{_usr}/share/ipa/profiles/*.cfg
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_usr}/share/ipa/html
|
|
|
|
%{_usr}/share/ipa/html/ssbrowser.html
|
|
|
|
%{_usr}/share/ipa/html/unauthorized.html
|
2010-01-12 09:40:09 -06:00
|
|
|
%dir %{_usr}/share/ipa/migration
|
|
|
|
%{_usr}/share/ipa/migration/index.html
|
|
|
|
%{_usr}/share/ipa/migration/migration.py*
|
2011-01-19 11:26:14 -06:00
|
|
|
%dir %{_usr}/share/ipa/ui
|
|
|
|
%{_usr}/share/ipa/ui/index.html
|
2012-06-08 09:38:17 -05:00
|
|
|
%{_usr}/share/ipa/ui/reset_password.html
|
2014-06-05 11:50:03 -05:00
|
|
|
%{_usr}/share/ipa/ui/sync_otp.html
|
2011-08-02 12:42:42 -05:00
|
|
|
%{_usr}/share/ipa/ui/*.ico
|
2011-01-19 11:26:14 -06:00
|
|
|
%{_usr}/share/ipa/ui/*.css
|
2013-12-04 09:15:20 -06:00
|
|
|
%dir %{_usr}/share/ipa/ui/css
|
2013-10-10 06:41:31 -05:00
|
|
|
%{_usr}/share/ipa/ui/css/*.css
|
2013-11-27 07:20:22 -06:00
|
|
|
%dir %{_usr}/share/ipa/ui/js
|
2012-11-23 10:19:37 -06: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-06-05 10:12:41 -05:00
|
|
|
%{_usr}/share/ipa/ui/js/freeipa/core.js
|
2013-03-20 11:28:17 -05:00
|
|
|
%dir %{_usr}/share/ipa/ui/js/plugins
|
2011-10-26 16:06:17 -05:00
|
|
|
%dir %{_usr}/share/ipa/ui/images
|
2013-11-13 09:02:48 -06:00
|
|
|
%{_usr}/share/ipa/ui/images/*.jpg
|
2011-10-26 16:06:17 -05:00
|
|
|
%{_usr}/share/ipa/ui/images/*.png
|
2013-04-23 12:54:21 -05:00
|
|
|
%dir %{_usr}/share/ipa/wsgi
|
|
|
|
%{_usr}/share/ipa/wsgi/plugins.py*
|
|
|
|
%dir %{_sysconfdir}/ipa
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_sysconfdir}/ipa/html
|
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/ssbrowser.html
|
|
|
|
%config(noreplace) %{_sysconfdir}/ipa/html/unauthorized.html
|
2019-05-15 07:35:32 -05:00
|
|
|
%ghost %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/ipa-rewrite.conf
|
|
|
|
%ghost %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/ipa.conf
|
|
|
|
%ghost %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/ipa-kdc-proxy.conf
|
|
|
|
%ghost %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/ipa-pki-proxy.conf
|
|
|
|
%ghost %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ipa/kdcproxy/ipa-kdc-proxy.conf
|
|
|
|
%ghost %attr(0644,root,root) %config(noreplace) %{_usr}/share/ipa/html/ca.crt
|
|
|
|
%ghost %attr(0644,root,root) %{_usr}/share/ipa/html/krb.con
|
|
|
|
%ghost %attr(0644,root,root) %{_usr}/share/ipa/html/krb5.ini
|
|
|
|
%ghost %attr(0644,root,root) %{_usr}/share/ipa/html/krbrealm.con
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_usr}/share/ipa/updates/
|
|
|
|
%{_usr}/share/ipa/updates/*
|
|
|
|
%dir %{_localstatedir}/lib/ipa
|
2013-04-16 02:44:28 -05:00
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/backup
|
2016-11-29 10:10:22 -06:00
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/gssproxy
|
2017-09-18 10:31:45 -05:00
|
|
|
%attr(711,root,root) %dir %{_localstatedir}/lib/ipa/sysrestore
|
2012-06-08 01:31:37 -05:00
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/sysupgrade
|
2012-10-08 08:58:48 -05:00
|
|
|
%attr(755,root,root) %dir %{_localstatedir}/lib/ipa/pki-ca
|
2018-02-09 02:39:02 -06:00
|
|
|
%attr(755,root,root) %dir %{_localstatedir}/lib/ipa/certs
|
2018-02-26 03:15:05 -06:00
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/private
|
|
|
|
%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/passwds
|
2019-05-15 07:35:32 -05:00
|
|
|
%ghost %attr(775,root,pkiuser) %{_localstatedir}/lib/ipa/pki-ca/publish
|
|
|
|
%ghost %attr(770,named,named) %{_localstatedir}/named/dyndb-ldap/ipa
|
2015-05-08 12:39:29 -05:00
|
|
|
%dir %attr(0700,root,root) %{_sysconfdir}/ipa/custodia
|
2016-08-05 05:04:19 -05:00
|
|
|
%dir %{_usr}/share/ipa/schema.d
|
|
|
|
%attr(0644,root,root) %{_usr}/share/ipa/schema.d/README
|
2016-08-19 08:23:55 -05:00
|
|
|
%attr(0644,root,root) %{_usr}/share/ipa/gssapi.login
|
2017-05-18 02:57:40 -05:00
|
|
|
%{_usr}/share/ipa/ipakrb5.aug
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2015-07-16 08:09:45 -05:00
|
|
|
%files server-dns
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-07 06:52:38 -06:00
|
|
|
%license COPYING
|
2018-02-22 08:45:13 -06: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-07-16 08:09:45 -05:00
|
|
|
%{_sbindir}/ipa-dns-install
|
2016-11-04 07:36:45 -05:00
|
|
|
%{_mandir}/man1/ipa-dns-install.1*
|
2018-02-22 08:45:13 -06: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-07 06:52:38 -06:00
|
|
|
|
2012-02-28 05:24:41 -06:00
|
|
|
%files server-trust-ad
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-07 06:52:38 -06:00
|
|
|
%license COPYING
|
2012-06-12 07:58:50 -05:00
|
|
|
%{_sbindir}/ipa-adtrust-install
|
2012-02-28 05:24:41 -06:00
|
|
|
%{_usr}/share/ipa/smb.conf.empty
|
2012-06-12 07:58:50 -05:00
|
|
|
%attr(755,root,root) %{_libdir}/samba/pdb/ipasam.so
|
2016-11-04 07:36:45 -05:00
|
|
|
%{_mandir}/man1/ipa-adtrust-install.1*
|
2012-10-10 01:46:08 -05:00
|
|
|
%ghost %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so
|
2015-06-05 07:57:02 -05:00
|
|
|
%{_sysconfdir}/dbus-1/system.d/oddjob-ipa-trust.conf
|
|
|
|
%{_sysconfdir}/oddjobd.conf.d/oddjobd-ipa-trust.conf
|
2016-01-15 01:07:21 -06:00
|
|
|
%%attr(755,root,root) %{_libexecdir}/ipa/oddjob/com.redhat.idm.trust-fetch-domains
|
2013-12-03 10:14:00 -06:00
|
|
|
|
2019-07-16 05:45:48 -05:00
|
|
|
# ONLY_CLIENT
|
|
|
|
%endif
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%files client
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2015-08-17 09:14:05 -05:00
|
|
|
%license COPYING
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-client-install
|
2012-05-29 13:20:38 -05:00
|
|
|
%{_sbindir}/ipa-client-automount
|
2014-06-27 05:31:50 -05:00
|
|
|
%{_sbindir}/ipa-certupdate
|
2009-02-02 12:50:53 -06:00
|
|
|
%{_sbindir}/ipa-getkeytab
|
2009-12-04 15:29:09 -06:00
|
|
|
%{_sbindir}/ipa-rmkeytab
|
2009-09-14 16:04:08 -05:00
|
|
|
%{_sbindir}/ipa-join
|
2016-08-25 03:59:34 -05:00
|
|
|
%{_bindir}/ipa
|
|
|
|
%config %{_sysconfdir}/bash_completion.d
|
2019-06-19 08:13:10 -05:00
|
|
|
%config %{_sysconfdir}/sysconfig/certmonger
|
2016-11-04 07:36:45 -05: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-07 06:52:38 -06:00
|
|
|
|
2019-05-18 06:54:48 -05:00
|
|
|
%files client-samba
|
|
|
|
%doc README.md Contributors.txt
|
|
|
|
%license COPYING
|
|
|
|
%{_sbindir}/ipa-client-samba
|
|
|
|
%{_mandir}/man1/ipa-client-samba.1*
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2016-02-19 07:54:18 -06:00
|
|
|
%files -n python3-ipaclient
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2016-02-19 07:54:18 -06:00
|
|
|
%license COPYING
|
|
|
|
%dir %{python3_sitelib}/ipaclient
|
|
|
|
%{python3_sitelib}/ipaclient/*.py
|
|
|
|
%{python3_sitelib}/ipaclient/__pycache__/*.py*
|
2017-05-10 11:39:22 -05:00
|
|
|
%dir %{python3_sitelib}/ipaclient/install
|
2016-10-19 03:52:37 -05:00
|
|
|
%{python3_sitelib}/ipaclient/install/*.py
|
|
|
|
%{python3_sitelib}/ipaclient/install/__pycache__/*.py*
|
2017-05-10 11:39:22 -05:00
|
|
|
%dir %{python3_sitelib}/ipaclient/plugins
|
2016-03-08 05:37:40 -06:00
|
|
|
%{python3_sitelib}/ipaclient/plugins/*.py
|
|
|
|
%{python3_sitelib}/ipaclient/plugins/__pycache__/*.py*
|
2017-05-10 11:39:22 -05:00
|
|
|
%dir %{python3_sitelib}/ipaclient/remote_plugins
|
2016-06-02 03:12:26 -05:00
|
|
|
%{python3_sitelib}/ipaclient/remote_plugins/*.py
|
|
|
|
%{python3_sitelib}/ipaclient/remote_plugins/__pycache__/*.py*
|
2017-05-30 09:55:41 -05:00
|
|
|
%dir %{python3_sitelib}/ipaclient/remote_plugins/2_*
|
2016-06-30 08:51:29 -05:00
|
|
|
%{python3_sitelib}/ipaclient/remote_plugins/2_*/*.py
|
|
|
|
%{python3_sitelib}/ipaclient/remote_plugins/2_*/__pycache__/*.py*
|
2017-05-10 11:39:22 -05:00
|
|
|
%dir %{python3_sitelib}/ipaclient/csrgen
|
|
|
|
%dir %{python3_sitelib}/ipaclient/csrgen/profiles
|
2017-03-02 09:09:53 -06:00
|
|
|
%{python3_sitelib}/ipaclient/csrgen/profiles/*.json
|
2017-05-10 11:39:22 -05:00
|
|
|
%dir %{python3_sitelib}/ipaclient/csrgen/rules
|
2017-03-02 09:09:53 -06:00
|
|
|
%{python3_sitelib}/ipaclient/csrgen/rules/*.json
|
2017-05-10 11:39:22 -05:00
|
|
|
%dir %{python3_sitelib}/ipaclient/csrgen/templates
|
2017-03-02 09:09:53 -06:00
|
|
|
%{python3_sitelib}/ipaclient/csrgen/templates/*.tmpl
|
2016-02-19 07:54:18 -06:00
|
|
|
%{python3_sitelib}/ipaclient-*.egg-info
|
|
|
|
|
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
%files client-common
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-07 06:52:38 -06:00
|
|
|
%license COPYING
|
2015-11-26 03:52:07 -06:00
|
|
|
%dir %attr(0755,root,root) %{_sysconfdir}/ipa/
|
2019-05-15 07:35:32 -05:00
|
|
|
%ghost %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ipa/default.conf
|
|
|
|
%ghost %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
|
2015-11-26 03:52:07 -06:00
|
|
|
%dir %attr(0755,root,root) %{_sysconfdir}/ipa/nssdb
|
2017-11-08 05:10:54 -06:00
|
|
|
# old dbm format
|
2019-05-15 07:35:32 -05:00
|
|
|
%ghost %attr(644,root,root) %config(noreplace) %{_sysconfdir}/ipa/nssdb/cert8.db
|
|
|
|
%ghost %attr(644,root,root) %config(noreplace) %{_sysconfdir}/ipa/nssdb/key3.db
|
|
|
|
%ghost %attr(644,root,root) %config(noreplace) %{_sysconfdir}/ipa/nssdb/secmod.db
|
2017-11-08 05:10:54 -06:00
|
|
|
# new sql format
|
2019-05-15 07:35:32 -05:00
|
|
|
%ghost %attr(644,root,root) %config(noreplace) %{_sysconfdir}/ipa/nssdb/cert9.db
|
|
|
|
%ghost %attr(644,root,root) %config(noreplace) %{_sysconfdir}/ipa/nssdb/key4.db
|
|
|
|
%ghost %attr(644,root,root) %config(noreplace) %{_sysconfdir}/ipa/nssdb/pkcs11.txt
|
|
|
|
%ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/ipa/nssdb/pwdfile.txt
|
|
|
|
%ghost %attr(644,root,root) %config(noreplace) %{_sysconfdir}/pki/ca-trust/source/ipa.p11-kit
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_localstatedir}/lib/ipa-client
|
2017-05-03 01:48:57 -05:00
|
|
|
%dir %{_localstatedir}/lib/ipa-client/pki
|
2009-02-02 12:50:53 -06:00
|
|
|
%dir %{_localstatedir}/lib/ipa-client/sysrestore
|
2016-11-04 07:36:45 -05:00
|
|
|
%{_mandir}/man5/default.conf.5*
|
2018-05-22 03:58:51 -05:00
|
|
|
%dir %{_usr}/share/ipa/client
|
|
|
|
%{_usr}/share/ipa/client/*.template
|
2009-02-02 12:50:53 -06:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
|
|
|
%files python-compat
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-07 06:52:38 -06:00
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
|
|
%files common -f %{gettext_domain}.lang
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2015-12-07 06:52:38 -06:00
|
|
|
%license COPYING
|
2018-05-02 11:39:32 -05:00
|
|
|
%dir %{_usr}/share/ipa
|
2015-12-07 06:52:38 -06:00
|
|
|
|
|
|
|
|
2015-11-03 09:39:40 -06:00
|
|
|
%files -n python3-ipalib
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2015-11-03 09:39:40 -06: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
|
2017-10-11 05:09:30 -05:00
|
|
|
%{python3_sitelib}/ipaplatform-*-nspkg.pth
|
2015-11-03 09:39:40 -06:00
|
|
|
|
|
|
|
|
2017-03-15 03:30:14 -05:00
|
|
|
%if 0%{?with_ipatests}
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2015-11-03 09:39:40 -06:00
|
|
|
%files -n python3-ipatests
|
2017-02-28 12:04:03 -06:00
|
|
|
%doc README.md Contributors.txt
|
2015-11-03 09:39:40 -06:00
|
|
|
%license COPYING
|
2016-11-24 10:35:24 -06:00
|
|
|
%{python3_sitelib}/ipatests
|
|
|
|
%{python3_sitelib}/ipatests-*.egg-info
|
2015-11-03 09:39:40 -06: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}
|
2018-05-29 13:02:10 -05:00
|
|
|
%{_bindir}/ipa-run-tests
|
|
|
|
%{_bindir}/ipa-test-config
|
|
|
|
%{_bindir}/ipa-test-task
|
|
|
|
%{_mandir}/man1/ipa-run-tests.1*
|
|
|
|
%{_mandir}/man1/ipa-test-config.1*
|
|
|
|
%{_mandir}/man1/ipa-test-task.1*
|
2015-11-03 09:39:40 -06:00
|
|
|
|
2019-07-16 05:45:48 -05:00
|
|
|
# with_ipatests
|
|
|
|
%endif
|
2013-05-21 06:40:27 -05:00
|
|
|
|
2015-12-07 06:52:38 -06:00
|
|
|
|
2009-02-02 12:50:53 -06:00
|
|
|
%changelog
|
2016-10-21 15:35:28 -05:00
|
|
|
* Tue Nov 26 2013 Petr Viktorin <pviktori@redhat.com> - @VERSION@-@VENDOR_SUFFIX@
|
2013-11-26 06:06:07 -06:00
|
|
|
- Remove changelog. The history is kept in Git, downstreams have own logs.
|
|
|
|
# note, this entry is here to placate tools that expect a non-empty changelog
|