Update to upstream 4.0.1 - see http://www.freeipa.org/page/Releases/4.0.2
This commit is contained in:
parent
c1d3c76c37
commit
694ce2174a
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
|||||||
/freeipa-3.3.5.tar.gz
|
/freeipa-3.3.5.tar.gz
|
||||||
/freeipa-4.0.0.tar.gz
|
/freeipa-4.0.0.tar.gz
|
||||||
/freeipa-4.0.1.tar.gz
|
/freeipa-4.0.1.tar.gz
|
||||||
|
/freeipa-4.0.2.tar.gz
|
||||||
|
13
freeipa.spec
13
freeipa.spec
@ -4,13 +4,13 @@
|
|||||||
%global plugin_dir %{_libdir}/dirsrv/plugins
|
%global plugin_dir %{_libdir}/dirsrv/plugins
|
||||||
%global POLICYCOREUTILSVER 2.1.14-37
|
%global POLICYCOREUTILSVER 2.1.14-37
|
||||||
%global gettext_domain ipa
|
%global gettext_domain ipa
|
||||||
%global VERSION 4.0.1
|
%global VERSION 4.0.2
|
||||||
|
|
||||||
%define _hardened_build 1
|
%define _hardened_build 1
|
||||||
|
|
||||||
Name: freeipa
|
Name: freeipa
|
||||||
Version: %{VERSION}
|
Version: %{VERSION}
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Identity, Policy and Audit system
|
Summary: The Identity, Policy and Audit system
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -67,7 +67,7 @@ BuildRequires: m2crypto
|
|||||||
BuildRequires: check
|
BuildRequires: check
|
||||||
BuildRequires: libsss_idmap-devel
|
BuildRequires: libsss_idmap-devel
|
||||||
BuildRequires: libsss_nss_idmap-devel
|
BuildRequires: libsss_nss_idmap-devel
|
||||||
BuildRequires: java-1.8.0-openjdk
|
BuildRequires: java-headless
|
||||||
BuildRequires: rhino
|
BuildRequires: rhino
|
||||||
BuildRequires: libverto-devel
|
BuildRequires: libverto-devel
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -75,6 +75,7 @@ BuildRequires: libunistring-devel
|
|||||||
BuildRequires: rhino
|
BuildRequires: rhino
|
||||||
BuildRequires: python-lesscpy
|
BuildRequires: python-lesscpy
|
||||||
BuildRequires: python-yubico
|
BuildRequires: python-yubico
|
||||||
|
BuildRequires: python-backports-ssl_match_hostname
|
||||||
|
|
||||||
%description
|
%description
|
||||||
IPA is an integrated solution to provide centrally managed Identity (machine,
|
IPA is an integrated solution to provide centrally managed Identity (machine,
|
||||||
@ -125,7 +126,7 @@ Requires: python-dns
|
|||||||
Requires: zip
|
Requires: zip
|
||||||
Requires: policycoreutils >= %{POLICYCOREUTILSVER}
|
Requires: policycoreutils >= %{POLICYCOREUTILSVER}
|
||||||
Requires: tar
|
Requires: tar
|
||||||
Requires(pre): certmonger >= 0.65
|
Requires(pre): certmonger >= 0.75.13
|
||||||
Requires(pre): 389-ds-base >= 1.3.2.20
|
Requires(pre): 389-ds-base >= 1.3.2.20
|
||||||
Requires: fontawesome-fonts
|
Requires: fontawesome-fonts
|
||||||
Requires: open-sans-fonts
|
Requires: open-sans-fonts
|
||||||
@ -206,6 +207,7 @@ Requires: libsss_autofs
|
|||||||
Requires: autofs
|
Requires: autofs
|
||||||
Requires: libnfsidmap
|
Requires: libnfsidmap
|
||||||
Requires: nfs-utils
|
Requires: nfs-utils
|
||||||
|
Requires: python-backports-ssl_match_hostname
|
||||||
Requires(post): policycoreutils
|
Requires(post): policycoreutils
|
||||||
|
|
||||||
Obsoletes: ipa-client >= 1.0
|
Obsoletes: ipa-client >= 1.0
|
||||||
@ -830,6 +832,9 @@ fi
|
|||||||
%endif # ONLY_CLIENT
|
%endif # ONLY_CLIENT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Tue Sep 02 2014 Pádraig Brady <pbrady@redhat.com> - 4.0.1-3
|
* Tue Sep 02 2014 Pádraig Brady <pbrady@redhat.com> - 4.0.1-3
|
||||||
- rebuild for libunistring soname bump
|
- rebuild for libunistring soname bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user