Update to upstream 4.2.3
This commit is contained in:
parent
5e5a1f4339
commit
efcb307b47
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
12
freeipa.spec
12
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user