Update to Samba 4.2.0rc4

This commit is contained in:
Andreas Schneider 2015-02-23 11:27:37 +01:00
parent 952fcdf922
commit 5bc591feb1
3 changed files with 16 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <asn@redhat.com> - 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 <gdeschner@redhat.com> - 4.2.0-0.6.rc3
- Fix awk as a dependency (and require gawk)

View File

@ -1 +1 @@
72a9cac473a2a3368eea9e7333ae6aa3 samba-4.2.0rc3.tar.xz
a244a0e03cd104c764220878c1fbd04e samba-4.2.0rc4.tar.xz