From da0d92a0bcca04042a9c310a196e2eff2bef9395 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mar 05 2015 22:35:53 +0000 Subject: Update to Samba 4.2.0rc4 --- diff --git a/.gitignore b/.gitignore index 4b5f043..079b0e3 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ samba-3.6.0pre1.tar.gz /samba-4.1.12.tar.xz /samba-4.2.0rc2.tar.xz /samba-4.2.0rc3.tar.xz +/samba-4.2.0rc4.tar.xz diff --git a/samba.spec b/samba.spec index 1077df1..e126855 100644 --- a/samba.spec +++ b/samba.spec @@ -6,7 +6,7 @@ # ctdb is enabled by default, you can disable it with: --without clustering %bcond_without clustering -%define main_release 6 +%define main_release 5 %define samba_version 4.2.0 %define talloc_version 2.1.1 @@ -15,7 +15,7 @@ %define tevent_version 0.9.22 %define ldb_version 1.1.17 # This should be rc1 or nil -%define pre_release rc3 +%define pre_release rc4 %if "x%{?pre_release}" != "x" %define samba_release 0.%{main_release}.%{pre_release}%{?dist} @@ -114,6 +114,8 @@ Requires: %{name}-libs = %{samba_depver} Requires: libwbclient = %{samba_depver} %endif +Requires: pam + Provides: samba4 = %{samba_depver} Obsoletes: samba4 < %{samba_depver} @@ -727,6 +729,9 @@ install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/samba/smb.conf install -d -m 0755 %{buildroot}%{_sysconfdir}/security install -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/security/pam_winbind.conf +install -d -m 0755 %{buildroot}%{_sysconfdir}/pam.d +install -m 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/pam.d/samba + echo 127.0.0.1 localhost > %{buildroot}%{_sysconfdir}/samba/lmhosts # openLDAP database schema @@ -965,6 +970,7 @@ rm -rf %{buildroot} %attr(1777,root,root) %dir /var/spool/samba %dir %{_sysconfdir}/openldap/schema %{_sysconfdir}/openldap/schema/samba.schema +%{_sysconfdir}/pam.d/samba %{_mandir}/man1/smbstatus.1* %{_mandir}/man8/eventlogadm.8* %{_mandir}/man8/smbd.8* @@ -1168,6 +1174,7 @@ rm -rf %{buildroot} %{_libdir}/mit_samba.so %{_libdir}/samba/auth/samba4.so %{_libdir}/samba/bind9/dlz_bind9.so +%{_libdir}/samba/bind9/dlz_bind9_10.so %{_libdir}/samba/libheimntlm-samba4.so.1 %{_libdir}/samba/libheimntlm-samba4.so.1.0.1 %{_libdir}/samba/libkdc-samba4.so.2 @@ -1435,6 +1442,7 @@ rm -rf %{buildroot} %if %{with_vfs_glusterfs} %files vfs-glusterfs %{_libdir}/samba/vfs/glusterfs.so +%{_mandir}/man8/vfs_glusterfs.8* %endif ### LIBS @@ -1851,6 +1859,10 @@ rm -rf %{buildroot} %endif # with_clustering_support %changelog +* Fri Jan 16 2015 - Andreas Schneider - 4.2.0-0.4.rc4 +- Update to Samba 4.2.0rc4 +- resolves: #1154600 - Install missing samba pam.d configuration file. + * Mon Jan 12 2015 Guenther Deschner - 4.2.0-0.6.rc3 - Fix awk as a dependency (and require gawk) diff --git a/sources b/sources index 3c01bfc..d362312 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -72a9cac473a2a3368eea9e7333ae6aa3 samba-4.2.0rc3.tar.xz +a244a0e03cd104c764220878c1fbd04e samba-4.2.0rc4.tar.xz