Update to upstream 4.2.3

This commit is contained in:
Petr Vobornik 2015-11-02 19:42:29 +01:00
parent 5e5a1f4339
commit efcb307b47
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <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
* 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

View File

@ -1 +1 @@
6507212f35ffc22aa11f4c155c094a4e freeipa-4.2.2.tar.gz
3cc2967b741760c97ba7740a4669d7f8 freeipa-4.2.3.tar.gz