[samba] Update to 4.0.0rc3.

asn asn at fedoraproject.org
Tue Oct 16 10:22:57 UTC 2012


commit 4268c9893b5487ce08581070e7ab93b64ab40c05
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Tue Oct 16 12:16:12 2012 +0200

    Update to 4.0.0rc3.
    
    resolves: #805562 - Unable to share print queues.
    resolves: #863388 - Unable to reload smbd configuration with systemctl.

 .gitignore                                         |    1 +
 samba-4.0.0rc3-add_aes_enctypes_to_krb5_conf.patch |   64 -------------------
 samba-4.0.0rc3-fix_pam_smbpass_option.patch        |   38 -----------
 samba-4.0.0rc3-fix_printing_init.patch             |   40 ------------
 samba-4.0.0rc3-request_aes_krb_keys.patch          |   65 --------------------
 samba.spec                                         |   25 +++-----
 sources                                            |    2 +-
 7 files changed, 12 insertions(+), 223 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73b40d5..4471443 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ samba-3.6.0pre1.tar.gz
 /samba-3.6.7.tar.gz
 /samba-4.0.0rc1.tar.bz2
 /samba-4.0.0rc2.tar.bz2
+/samba-4.0.0rc3.tar.bz2
diff --git a/samba.spec b/samba.spec
index f6ac197..4c1527c 100644
--- a/samba.spec
+++ b/samba.spec
@@ -1,4 +1,4 @@
-%define main_release 153
+%define main_release 154
 
 %define samba_version 4.0.0
 %define talloc_version 2.0.7
@@ -6,7 +6,7 @@
 %define tdb_version 1.2.10
 %define tevent_version 0.9.17
 %define ldb_version 1.1.12
-%define pre_release rc2
+%define pre_release rc3
 
 %define samba_release %{main_release}%{?dist}.%{pre_release}
 
@@ -65,11 +65,6 @@ Source100: smbprint
 Source200: README.dc
 Source201: README.downgrade
 
-Patch0: samba-4.0.0rc3-request_aes_krb_keys.patch
-Patch1: samba-4.0.0rc3-add_aes_enctypes_to_krb5_conf.patch
-Patch2: samba-4.0.0rc3-fix_pam_smbpass_option.patch
-Patch3: samba-4.0.0rc3-fix_printing_init.patch
-
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires(pre): /usr/sbin/groupadd
@@ -393,11 +388,6 @@ link against the SMB, RPC and other protocols.
 %prep
 %setup -q -n samba-%{version}%{pre_release}
 
-%patch0 -p1 -b .request_aes_krb_keys
-%patch1 -p1 -b .add_aes_enctypes_to_krb5_conf
-%patch2 -p1 -b .fix_pam_smbpass_option
-%patch3 -p1 -b .fix_printing_init
-
 %build
 %global _talloc_lib ,talloc,pytalloc,pytalloc-util
 %global _tevent_lib ,tevent,pytevent
@@ -1283,15 +1273,20 @@ rm -rf %{buildroot}
 %endif # with_libwbclient
 
 %changelog
-* Wed Oct 10 2012 - Alexander Bokovoy <abokovoy at redhat.com> - 2:4.0.0-153.rc1
+* Tue Oct 16 2012 - Andreas Schneider <asn at redhat.com> - 2:4.0.0-154.rc3
+- Update to 4.0.0rc3.
+- resolves: #805562 - Unable to share print queues.
+- resolves: #863388 - Unable to reload smbd configuration with systemctl.
+
+* Wed Oct 10 2012 - Alexander Bokovoy <abokovoy at redhat.com> - 2:4.0.0-153.rc2
 - Use alternatives to configure winbind_krb5_locator.so
 - Fix Requires for winbind.
 
-* Thu Oct 04 2012 - Andreas Schneider <asn at redhat.com> - 2:4.0.0-152.rc1
+* Thu Oct 04 2012 - Andreas Schneider <asn at redhat.com> - 2:4.0.0-152.rc2
 - Add kerberos AES support.
 - Fix printing initialization.
 
-* Tue Oct 02 2012 - Andreas Schneider <asn at redhat.com> - 2:4.0.0-151.rc1
+* Tue Oct 02 2012 - Andreas Schneider <asn at redhat.com> - 2:4.0.0-151.rc2
 - Update to 4.0.0rc2.
 
 * Wed Sep 26 2012 - Andreas Schneider <asn at redhat.com> - 2:4.0.0-150.rc1
diff --git a/sources b/sources
index f6d7f34..4b53f0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f55716677b19969e22bf5573be6bee10  samba-4.0.0rc2.tar.bz2
+147cad905cb3e2fb6706566907d2481a  samba-4.0.0rc3.tar.bz2


More information about the scm-commits mailing list