From efcb307b471d64590dd5446012379725b49e54cd Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 2 Nov 2015 19:42:29 +0100 Subject: [PATCH] Update to upstream 4.2.3 --- .gitignore | 1 + freeipa.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 663c66e..64fac4b 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /freeipa-4.1.4.tar.gz /freeipa-4.2.1.tar.gz /freeipa-4.2.2.tar.gz +/freeipa-4.2.3.tar.gz diff --git a/freeipa.spec b/freeipa.spec index b667d24..434c02e 100644 --- a/freeipa.spec +++ b/freeipa.spec @@ -24,13 +24,13 @@ %global platform_module fedora %endif -%global VERSION 4.2.2 +%global VERSION 4.2.3 %define _hardened_build 1 Name: freeipa Version: %{VERSION} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The Identity, Policy and Audit system Group: System Environment/Base @@ -145,8 +145,8 @@ Requires(post): systemd-units Requires: selinux-policy >= %{selinux_policy_version} Requires(post): selinux-policy-base >= %{selinux_policy_version} Requires: slapi-nis >= 0.54.2-1 -Requires: pki-ca >= 10.2.6 -Requires: pki-kra >= 10.2.6 +Requires: pki-ca >= 10.2.6-12 +Requires: pki-kra >= 10.2.6-12 Requires(preun): python systemd-units Requires(postun): python systemd-units Requires: python-dns >= 1.11.1 @@ -1017,6 +1017,10 @@ fi %endif # ONLY_CLIENT %changelog +* Mon Nov 02 2015 Petr Vobornik - 4.2.3-1 +- Update to upstream 4.2.3 - see http://www.freeipa.org/page/Releases/4.2.3 +- fix #1274905 + * Wed Oct 21 2015 Alexander Bokovoy - 4.2.2-2 - Depend on samba-common-tools for the trust-ad subpackage after samba package split diff --git a/sources b/sources index 4fb040c..54ea3d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6507212f35ffc22aa11f4c155c094a4e freeipa-4.2.2.tar.gz +3cc2967b741760c97ba7740a4669d7f8 freeipa-4.2.3.tar.gz