Samba GIT build for F20/Rawhide. master
authorIra Cooper <ira@samba.org>
Mon, 9 Jun 2014 04:50:55 +0000 (21:50 -0700)
committerIra Cooper <ira@samba.org>
Mon, 9 Jun 2014 04:50:55 +0000 (21:50 -0700)
You will need to add your own git tree named samba-4.1.900.tar.xz

samba.spec
sources

index 3f390c284cff307fc7e78ef1643323a1f4096e14..17863a1bcb36698ea13babd099167e4099e519bc 100644 (file)
@@ -3,12 +3,12 @@
 
 %define main_release 1
 
-%define samba_version 4.1.8
-%define talloc_version 2.0.8
-%define ntdb_version 0.9
-%define tdb_version 1.2.12
-%define tevent_version 0.9.18
-%define ldb_version 1.1.16
+%define samba_version 4.1.900
+%define talloc_version 2.1.1
+%define ntdb_version 1.0
+%define tdb_version 1.3.0
+%define tevent_version 0.9.21
+%define ldb_version 1.1.17
 # This should be rc1 or nil
 %define pre_release %nil
 
 %global with_libwbclient 1
 
 %global with_pam_smbpass 0
-%global with_internal_talloc 0
-%global with_internal_tevent 0
-%global with_internal_tdb 0
+%global with_internal_talloc 1
+%global with_internal_tevent 1
+%global with_internal_tdb 1
 %global with_internal_ntdb 1
-%global with_internal_ldb 0
+%global with_internal_ldb 1
 
 %global with_profiling 1
 %global with_vfs_glusterfs 1
@@ -146,28 +146,28 @@ BuildRequires: glusterfs-devel >= 3.4.0.16
 BuildRequires: perl(Parse::Yapp)
 
 %if ! %with_internal_talloc
-%global libtalloc_version 2.0.7
+%global libtalloc_version 2.1.1
 
 BuildRequires: libtalloc-devel >= %{libtalloc_version}
 BuildRequires: pytalloc-devel >= %{libtalloc_version}
 %endif
 
 %if ! %with_internal_tevent
-%global libtevent_version 0.9.17
+%global libtevent_version 0.9.21
 
 BuildRequires: libtevent-devel >= %{libtevent_version}
 BuildRequires: python-tevent >= %{libtevent_version}
 %endif
 
 %if ! %with_internal_ldb
-%global libldb_version 1.1.11
+%global libldb_version 1.1.17
 
 BuildRequires: libldb-devel >= %{libldb_version}
 BuildRequires: pyldb-devel >= %{libldb_version}
 %endif
 
 %if ! %with_internal_tdb
-%global libtdb_version 1.2.10
+%global libtdb_version 1.3.0
 
 BuildRequires: libtdb-devel >= %{libtdb_version}
 BuildRequires: python-tdb >= %{libtdb_version}
@@ -766,6 +766,7 @@ rm -rf %{buildroot}
 %{_libdir}/samba/auth/script.so
 %{_libdir}/samba/auth/unix.so
 %{_libdir}/samba/auth/wbc.so
+%{_libdir}/samba/libsamba-cluster-support.so
 %dir %{_libdir}/samba/vfs
 %{_libdir}/samba/vfs/acl_tdb.so
 %{_libdir}/samba/vfs/acl_xattr.so
@@ -801,6 +802,7 @@ rm -rf %{buildroot}
 %{_libdir}/samba/vfs/streams_xattr.so
 %{_libdir}/samba/vfs/syncops.so
 %{_libdir}/samba/vfs/time_audit.so
+%{_libdir}/samba/vfs/worm.so
 %{_libdir}/samba/vfs/xattr_tdb.so
 
 %{_unitdir}/nmb.service
@@ -850,6 +852,7 @@ rm -rf %{buildroot}
 %{_mandir}/man8/vfs_syncops.8*
 %{_mandir}/man8/vfs_time_audit.8*
 %{_mandir}/man8/vfs_tsmsm.8*
+%{_mandir}/man8/vfs_worm.8*
 %{_mandir}/man8/vfs_xattr_tdb.8*
 
 ### CLIENT
@@ -858,7 +861,6 @@ rm -rf %{buildroot}
 %{_bindir}/cifsdd
 %{_bindir}/dbwrap_tool
 %{_bindir}/nmblookup
-%{_bindir}/nmblookup4
 %{_bindir}/oLschema2ldif
 %{_bindir}/regdiff
 %{_bindir}/regpatch
@@ -869,7 +871,6 @@ rm -rf %{buildroot}
 %{_bindir}/sharesec
 %{_bindir}/smbcacls
 %{_bindir}/smbclient
-%{_bindir}/smbclient4
 %{_bindir}/smbcquotas
 %{_bindir}/smbget
 #%{_bindir}/smbiconv
@@ -889,7 +890,6 @@ rm -rf %{buildroot}
 %{_mandir}/man1/regtree.1*
 %exclude %{_mandir}/man1/findsmb.1*
 %{_mandir}/man1/log2pcap.1*
-%{_mandir}/man1/nmblookup4.1*
 %{_mandir}/man1/rpcclient.1*
 %{_mandir}/man1/sharesec.1*
 %{_mandir}/man1/smbcacls.1*
@@ -1088,6 +1088,7 @@ rm -rf %{buildroot}
 %{_includedir}/samba-4.0/charset.h
 %{_includedir}/samba-4.0/core/doserr.h
 %{_includedir}/samba-4.0/core/error.h
+%{_includedir}/samba-4.0/core/hresult.h
 %{_includedir}/samba-4.0/core/ntstatus.h
 %{_includedir}/samba-4.0/core/werror.h
 %{_includedir}/samba-4.0/credentials.h
@@ -1135,6 +1136,7 @@ rm -rf %{buildroot}
 %{_includedir}/samba-4.0/lookup_sid.h
 %{_includedir}/samba-4.0/machine_sid.h
 %{_includedir}/samba-4.0/ndr.h
+%{_includedir}/samba-4.0/ndr/ndr_dcerpc.h
 %{_includedir}/samba-4.0/ndr/ndr_drsblobs.h
 %{_includedir}/samba-4.0/ndr/ndr_drsuapi.h
 %{_includedir}/samba-4.0/ndr/ndr_svcctl.h
@@ -1175,6 +1177,7 @@ rm -rf %{buildroot}
 %{_includedir}/samba-4.0/tdr.h
 %{_includedir}/samba-4.0/tsocket.h
 %{_includedir}/samba-4.0/tsocket_internal.h
+%{_includedir}/samba-4.0/tstream_smbXcli_np.h
 %{_includedir}/samba-4.0/samba_util.h
 %{_includedir}/samba-4.0/util/attr.h
 %{_includedir}/samba-4.0/util/byteorder.h
@@ -1398,7 +1401,7 @@ rm -rf %{buildroot}
 %{_libdir}/samba/libtdb.so.%{tdb_version}
 %endif
 %if %{with_internal_ntdb}
-%{_libdir}/samba/libntdb.so.0
+%{_libdir}/samba/libntdb.so.1
 %{_libdir}/samba/libntdb.so.%{ntdb_version}
 %endif
 
diff --git a/sources b/sources
index 6ce897690872c2509c2d41eaf11470e5e0745e50..e74b8e59c7e52059240949f3b46867268be67cc6 100644 (file)
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e59fbf06dcb77bd9bee02f04e1d77d2  samba-4.1.8.tar.xz
+d464f9709df7d3bb57f84fcc3a26c359  samba-4.1.900.tar.xz