[freeipa/f22] Update to upstream 4.1.3

Petr Vobornik pvoborni at fedoraproject.org
Thu Feb 19 09:13:53 UTC 2015


commit 92714a74747cb89780480c0d65587bcbc8299ccd
Author: Petr Vobornik <pvoborni at redhat.com>
Date:   Wed Feb 18 15:08:02 2015 +0100

    Update to upstream 4.1.3
    
    - see http://www.freeipa.org/page/Releases/4.1.3

 .gitignore                                         |    1 +
 ...mba-PASSDB-0.2.0-aka-interface-version-24.patch |  112 --------------------
 ...port-NETLOGON_NT_VERSION_5EX_WITH_IP-pr-1.patch |   74 -------------
 freeipa.spec                                       |   29 +++---
 sources                                            |    2 +-
 5 files changed, 17 insertions(+), 201 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4468511..76df4bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
 /freeipa-4.1.0.tar.gz
 /freeipa-4.1.1.tar.gz
 /freeipa-4.1.2.tar.gz
+/freeipa-4.1.3.tar.gz
diff --git a/freeipa.spec b/freeipa.spec
index 5cf7c83..6478bd2 100644
--- a/freeipa.spec
+++ b/freeipa.spec
@@ -19,25 +19,23 @@
 %global platform_module fedora
 %endif
 
-%global VERSION 4.1.2
+%global VERSION 4.1.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
 License:        GPLv3+
 URL:            http://www.freeipa.org/
 Source0:        http://www.freeipa.org/downloads/src/freeipa-%{VERSION}.tar.gz
-Patch0:         0001-Support-Samba-PASSDB-0.2.0-aka-interface-version-24.patch
-Patch1:         0002-ipa-cldap-support-NETLOGON_NT_VERSION_5EX_WITH_IP-pr-1.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if ! %{ONLY_CLIENT}
-BuildRequires:  389-ds-base-devel >= 1.3.3.5
+BuildRequires:  389-ds-base-devel >= 1.3.3.8
 BuildRequires:  svrcore-devel
 BuildRequires:  policycoreutils >= 2.1.12-5
 BuildRequires:  systemd-units
@@ -110,7 +108,7 @@ Group: System Environment/Base
 Requires: %{name}-python = %{version}-%{release}
 Requires: %{name}-client = %{version}-%{release}
 Requires: %{name}-admintools = %{version}-%{release}
-Requires: 389-ds-base >= 1.3.3.5
+Requires: 389-ds-base >= 1.3.3.8
 Requires: openldap-clients > 2.4.35-4
 Requires: nss >= 3.14.3-12.0
 Requires: nss-tools >= 3.14.3-12.0
@@ -139,12 +137,9 @@ Requires: slapi-nis >= 0.54.1-1
 # pki-ca 10.1.2-4 contains patches required by FreeIPA 4.1
 # The goal is to lower the requirement of pki-ca in Fedora 20
 # and CentOS until packaging of it's requirements is finished.
-Requires: pki-ca >= 10.1.2-4
+Requires: pki-ca >= 10.1.2-5
 %else
-Requires: pki-ca >= 10.2.0-3
-%endif
-%if 0%{?rhel}
-Requires: subscription-manager
+Requires: pki-ca >= 10.2.1-0.2
 %endif
 Requires(preun): python systemd-units
 Requires(postun): python systemd-units
@@ -153,7 +148,7 @@ Requires: zip
 Requires: policycoreutils >= 2.1.12-5
 Requires: tar
 Requires(pre): certmonger >= 0.76.8
-Requires(pre): 389-ds-base >= 1.3.3.5
+Requires(pre): 389-ds-base >= 1.3.3.8
 Requires: fontawesome-fonts
 Requires: open-sans-fonts
 Requires: openssl
@@ -238,7 +233,7 @@ Requires: pam_krb5
 Requires: wget
 Requires: libcurl >= 7.21.7-2
 Requires: xmlrpc-c >= 1.27.4
-Requires: sssd >= 1.12.2
+Requires: sssd >= 1.12.3
 Requires: certmonger >= 0.76.8
 Requires: nss-tools
 Requires: bind-utils
@@ -295,8 +290,10 @@ Requires: python-netaddr
 Requires: libipa_hbac-python
 Requires: python-qrcode-core >= 5.0.0
 Requires: python-pyasn1
-Requires: python-dateutil15
+Requires: python-dateutil
 Requires: python-yubico
+Requires: wget
+Requires: dbus-python
 
 Conflicts: %{alt_name}-python
 Obsoletes: %{alt_name}-python < %{version}
@@ -689,6 +686,7 @@ fi
 %{_sbindir}/ipa-advise
 %{_sbindir}/ipa-cacert-manage
 %{_libexecdir}/certmonger/dogtag-ipa-ca-renew-agent-submit
+%{_libexecdir}/certmonger/ipa-server-guard
 %{_libexecdir}/ipa-otpd
 %dir %{_libexecdir}/ipa
 %{_libexecdir}/ipa/ipa-dnskeysyncd
@@ -932,6 +930,9 @@ fi
 %endif # ONLY_CLIENT
 
 %changelog
+* Wed Feb 18 2015 Petr Vobornik <pvoborni at redhat.com> - 4.1.3-1
+- Update to upstream 4.1.3 - see http://www.freeipa.org/page/Releases/4.1.3
+
 * Mon Jan 19 2015 Alexander Bokovoy <abokovoy at redhat.com> - 4.1.2-2
 - Fix broken build after Samba ABI change and rename of libpdb to libsamba-passdb
 - Use python-dateutil15 until we validate python-dateutil 2.x
diff --git a/sources b/sources
index f6d97e6..486f205 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f40681838166b72a038380a7ad623dae  freeipa-4.1.2.tar.gz
+b416ad6738440c3f112820e227e4e7b6  freeipa-4.1.3.tar.gz


More information about the scm-commits mailing list