[samba] Update to Samba 4.1.8.

Guenther Deschner gd at fedoraproject.org
Wed Jun 11 13:40:18 UTC 2014


commit 6e74d8d5b0756d35f06284670cf3f217b3ba6ff5
Author: Günther Deschner <gd at samba.org>
Date:   Wed Jun 11 15:39:56 2014 +0200

    Update to Samba 4.1.8.
    
    Guenther

 .gitignore                                   |    1 +
 samba-4.1.7-Make_daemons_systemd_aware.patch |  748 --------------------------
 samba-4.1.7-fix_pidl_install.patch           |  373 -------------
 samba.spec                                   |   15 +-
 sources                                      |    2 +-
 5 files changed, 8 insertions(+), 1131 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81f6a61..0a155b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ samba-3.6.0pre1.tar.gz
 /samba-4.1.4.tar.xz
 /samba-4.1.5.tar.xz
 /samba-4.1.6.tar.xz
+/samba-4.1.8.tar.xz
diff --git a/samba.spec b/samba.spec
index 04e51c7..e2f55cb 100644
--- a/samba.spec
+++ b/samba.spec
@@ -3,7 +3,7 @@
 
 %define main_release 3
 
-%define samba_version 4.1.6
+%define samba_version 4.1.8
 %define talloc_version 2.0.8
 %define ntdb_version 0.9
 %define tdb_version 1.2.12
@@ -54,7 +54,7 @@
 
 Name:           samba
 Version:        %{samba_version}
-Release:        %{samba_release}.1
+Release:        %{samba_release}
 
 %if 0%{?rhel}
 Epoch:          0
@@ -85,9 +85,6 @@ Source6: samba.pamd
 Source200: README.dc
 Source201: README.downgrade
 
-Patch0: samba-4.1.7-fix_pidl_install.patch
-Patch1: samba-4.1.7-Make_daemons_systemd_aware.patch
-
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires(pre): /usr/sbin/groupadd
@@ -506,9 +503,6 @@ module necessary to communicate to the Winbind Daemon
 %prep
 %setup -q -n samba-%{version}%{pre_release}
 
-%patch0 -p1 -b .samba-4.1.7-fix_pidl_install.patch
-%patch1 -p1 -b .samba-4.1.7-Make_daemons_systemd_aware.patch
-
 %build
 %global _talloc_lib ,talloc,pytalloc,pytalloc-util
 %global _tevent_lib ,tevent,pytevent
@@ -561,7 +555,7 @@ LDFLAGS="-Wl,-z,relro,-z,now" \
         --with-pammodulesdir=%{_libdir}/security \
         --with-lockdir=/var/lib/samba \
         --with-cachedir=/var/lib/samba \
-        --with-perl-vendorlib=%{perl_vendorlib} \
+        --with-perl-lib-install-dir=%{perl_vendorlib} \
         --disable-gnutls \
         --disable-rpath-install \
         --with-shared-modules=%{_samba4_modules} \
@@ -1578,6 +1572,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/pam_winbind.8*
 
 %changelog
+* Wed Jun 11 2014 - Guenther Deschner <gdeschner at redhat.com> - 4.1.8-3
+- Update to Samba 4.1.8.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:4.1.6-3.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 121a4b5..6ce8976 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7582949c08882fcef42faddf6262d6d7  samba-4.1.6.tar.xz
+1e59fbf06dcb77bd9bee02f04e1d77d2  samba-4.1.8.tar.xz


More information about the scm-commits mailing list