[freeipa/f19] Update to upstream 3.2.1

Martin Kosek mkosek at fedoraproject.org
Fri Jun 7 13:40:01 UTC 2013


commit e3a1fd26c662fa901981f82d5e234969b798f7fb
Author: Martin Kosek <mkosek at redhat.com>
Date:   Fri Jun 7 15:37:39 2013 +0200

    Update to upstream 3.2.1
    
    Remove OTP patches as they are now merged upstream.

 .gitignore                                         |    1 +
 ...-ipaUserAuthType-and-ipaUserAuthTypeClass.patch |   49 -
 0002-Add-IPA-OTP-schema-and-ACLs.patch             |  288 -
 0003-ipa-kdb-Add-OTP-support.patch                 |  187 -
 ...-the-krb5-FreeIPA-RADIUS-companion-daemon.patch | 1998 -------
 ...cessary-prefixes-from-ipa-pwd-extop-files.patch | 5603 --------------------
 0006-Add-OTP-support-to-ipa-pwd-extop.patch        | 1711 ------
 freeipa.spec                                       |   19 +-
 sources                                            |    2 +-
 9 files changed, 9 insertions(+), 9849 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dee4e78..3dca0ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /freeipa-3.2.0.pre1.tar.gz
 /freeipa-3.2.0.beta1.tar.gz
 /freeipa-3.2.0.tar.gz
+/freeipa-3.2.1.tar.gz
diff --git a/freeipa.spec b/freeipa.spec
index d8a4310..793f285 100644
--- a/freeipa.spec
+++ b/freeipa.spec
@@ -4,11 +4,11 @@
 %global plugin_dir %{_libdir}/dirsrv/plugins
 %global POLICYCOREUTILSVER 2.1.14-37
 %global gettext_domain ipa
-%global VERSION 3.2.0
+%global VERSION 3.2.1
 
 Name:           freeipa
-Version:        3.2.0
-Release:        2%{?dist}
+Version:        3.2.1
+Release:        1%{?dist}
 Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
@@ -17,14 +17,6 @@ URL:            http://www.freeipa.org/
 Source0:        http://www.freeipa.org/downloads/src/freeipa-%{VERSION}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1:         0001-Add-ipaUserAuthType-and-ipaUserAuthTypeClass.patch
-Patch2:         0002-Add-IPA-OTP-schema-and-ACLs.patch
-Patch3:         0003-ipa-kdb-Add-OTP-support.patch
-Patch4:         0004-Add-the-krb5-FreeIPA-RADIUS-companion-daemon.patch
-Patch5:         0005-Remove-unnecessary-prefixes-from-ipa-pwd-extop-files.patch
-Patch6:         0006-Add-OTP-support-to-ipa-pwd-extop.patch
-Patch7:         freeipa-mkosek-407-set-krb5ccname-so-that-dirsrv-can-work-with-newer-kr.patch
-
 %if ! %{ONLY_CLIENT}
 BuildRequires:  389-ds-base-devel >= 1.3.1.0
 BuildRequires:  svrcore-devel
@@ -240,7 +232,7 @@ Requires(postun): %{name}-server = %{version}-%{release}
 
 # Specific requires
 Requires(pre): 389-ds-base = 1.3.1.0
-Requires: krb5-server = 1.11.2
+Requires: krb5-server = 1.11.3
 Requires: pki-ca = 10.0.2
 
 %description server-strict
@@ -919,6 +911,9 @@ fi
 %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
 
 %changelog
+* Fri Jun  7 2013 Martin Kosek <mkosek at redhat.com> - 3.2.1-1
+- Update to upstream 3.2.1
+
 * Tue May 14 2013 Rob Crittenden <rcritten at redhat.com> - 3.2.0-2
 - Add OTP patches
 - Add patch to set KRB5CCNAME for 389-ds-base
diff --git a/sources b/sources
index 3eb0015..7962383 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1ce2b1957e4248212de9ac3e95057f9  freeipa-3.2.0.tar.gz
+f079843d797cb6a4fb02331ec606eacd  freeipa-3.2.1.tar.gz


More information about the scm-commits mailing list