Accepting request 33380 from network:samba:STABLE

Copy from network:samba:STABLE/samba based on submit request 33380 from user lmuelle

OBS-URL: https://build.opensuse.org/request/show/33380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=57
This commit is contained in:
OBS User autobuild 2010-02-25 10:13:29 +00:00 committed by Git OBS Bridge
parent 48bb073a9b
commit 2a5f02160a
9 changed files with 345 additions and 136 deletions

View File

@ -1,2 +1,2 @@
2309 2314
Branch : 3.4.5 Branch : 3.4.6

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d7eb6a478ea2c162614b81e7d18ec8149604b55f2e0ff64affdd43c1d549cc75 oid sha256:6949ea38e9ba358fe9e51ce83887dd6c01d7a3c8ca8f3781961e61276ac4af2b
size 71968 size 68414

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37f123cca6ce219864588b522d9775eebb67771c53d4e29ca85a42a0864aa67e
size 31891693

3
samba-3.4.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c55db8319a1a4907560e9dd868881071030d7fc7ad75c9cfa62c850213010ce3
size 31338653

View File

@ -32,3 +32,4 @@ Wed Jan 25 21:41:18 CET 2006 - mls@suse.de
Thu Nov 17 19:26:22 CET 2005 - lmuelle@suse.de Thu Nov 17 19:26:22 CET 2005 - lmuelle@suse.de
- Create a separate Samba documentation package to build it as noarch. - Create a separate Samba documentation package to build it as noarch.

View File

@ -1,5 +1,5 @@
# #
# spec file for package samba-doc (Version 3.4.5) # spec file for package samba-doc (Version 3.4.6)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -55,15 +55,15 @@ BuildRequires: pkg-config
%else %else
BuildRequires: pkgconfig BuildRequires: pkgconfig
%endif %endif
%define samba_ver 3.4.5 %define samba_ver 3.4.6
%define samba_ver_suffix %nil %define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix} %define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%if 0%{?suse_version} && 0%{?suse_version} < 1111 %if 0%{?suse_version} && 0%{?suse_version} < 1111
%define guards_symbols pre_1111 %define guards_symbols pre_1111
%endif %endif
Url: http://www.samba.org/ Url: http://www.samba.org/
Version: 3.4.5 Version: 3.4.6
Release: 3 Release: 1
License: GPLv3+ License: GPLv3+
Summary: Samba Documentation Summary: Samba Documentation
Group: Documentation/Other Group: Documentation/Other
@ -398,10 +398,16 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%changelog %changelog

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Feb 24 14:55:27 CET 2010 - lmuelle@suse.de
- Update to 3.4.6.
+ Change parameter "wide links" to default to "no"; it's also incompatible
with "unix extensions"; (bso#7104); (bnc#577868).
+ Fix printing with 64 bit clients (bso#6888).
+ Fix core dump on 64 bit Linux (bso#7063).
+ Fix failing of smbd to respond to a read or a write caused by Linux
asynchronous IO (aio) (bso#7067).
+ Fix string buffer overflow causing heap corruption in smbd (bso#7096).
+ Fix bogus ip address in SWAT; (bso#5885).
+ Fix vfs_full_audit; (bso#6557).
+ Use the first "uid" value; (bso#6157).
+ Fix large paged search with DirX LDAP servers; (bso#6981).
+ Fix crash bug in 'cifs.upcall'; (bso#6868).
+ Add cross option to samba_cv_linux_getgrouplist_ok; (bso#7047).
+ Fix DFS on AIX (maybe others); (bso#7052).
+ Fix pdb_search crash as non-root user; (bso#7068).
+ Fix unlocking of accounts from ldap; (bso#7072).
+ Fix vfs_expand_msdfs; (bso#7081).
+ Fix results of 'smbclient -L' with a large browse list; (bso#7098).
+ Normalize "Changing password for" msg IDs and STRs; (bso#7102).
+ Fix malformed require_membership_of_sid; (bso#7106).
+ Fix reading of large browselist; (bso#7122).
+ "mangling method = hash" can crash storing a name containing a '.';
(bso#7154).
+ Valgrind Conditional jump or move depends on uninitialised value(s) error
when "mangling method = hash"; (bso#7155).
+ Fix listing of printjobs in Windows 7; (bso#7130).
+ Spoolss getprinterdriver2 level 101 marshalling is bad; (bso#7136).
+ Make idmap cache persistent for "ldapsam:trusted".
+ Also fill the memcache with sid<->id mappings in ldapsam_sid_to_id() not
only the persistent idmap cache.
+ Shortcut uid_to_sid when "ldapsam:trusted = yes".
+ Make pdb_copy_sam_account also copy the group sid.
+ Shortcut gid_to_sid when "ldapsam:trusted = yes".
+ Speed up pdb_get_group_sid().
+ Try to build the full unix_pw structure with ldapsam:trusted support.
+ Optimize ldapsam_alias_memberships() and cache ldap searches.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 9 22:10:44 UTC 2010 - lmuelle@suse.de Tue Feb 9 22:10:44 UTC 2010 - lmuelle@suse.de
@ -11,6 +54,11 @@ Tue Feb 9 17:10:55 UTC 2010 - lmuelle@suse.de
- Check in mount.cifs for invalid characters in device name and mountpoint; - Check in mount.cifs for invalid characters in device name and mountpoint;
CVE-2010-0547; (brc#562156); (bnc#577925). CVE-2010-0547; (brc#562156); (bnc#577925).
-------------------------------------------------------------------
Mon Feb 8 18:51:27 CET 2010 - jmcdonough@suse.de
- Allow forced pw change even with min pw age; (bnc#561894).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 8 11:44:54 UTC 2010 - lmuelle@suse.de Mon Feb 8 11:44:54 UTC 2010 - lmuelle@suse.de
@ -144,6 +192,12 @@ Tue Dec 8 18:19:33 UTC 2009 - lmuelle@suse.de
- Rename smbfs init script to cifs for post-11.2 systems. - Rename smbfs init script to cifs for post-11.2 systems.
-------------------------------------------------------------------
Tue Dec 8 19:53:12 CEST 2009 - jmcdonough@suse.de
- Allow Windows 7 to connection to samba domain controllers and
member servers; (bnc#551811); (bso#6099); (bso#6100); (bso#6680).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 4 18:59:22 CET 2009 - jmcdonough@suse.de Fri Dec 4 18:59:22 CET 2009 - jmcdonough@suse.de
@ -177,7 +231,7 @@ Tue Nov 3 03:10:47 CET 2009 - boyang@suse.de
- Use full 16byte session key in make_user_info_netlogon_interactive(); - Use full 16byte session key in make_user_info_netlogon_interactive();
(bnc#551811). (bnc#551811).
------------------------------------------------------------------ -------------------------------------------------------------------
Thu Oct 29 14:22:08 CET 2009 - lmuelle@suse.de Thu Oct 29 14:22:08 CET 2009 - lmuelle@suse.de
- Update to 3.4.3. - Update to 3.4.3.
@ -242,12 +296,12 @@ Fri Oct 23 05:07:37 CEST 2009 - boyang@suse.de
- Don't fail authentication when one or some group of require-membership-of - Don't fail authentication when one or some group of require-membership-of
is invalid; (bnc#525123); (bso#6826). is invalid; (bnc#525123); (bso#6826).
------------------------------------------------------------------ -------------------------------------------------------------------
Fri Oct 16 10:31:53 CEST 2009 - jmcdonough@suse.de Fri Oct 16 10:31:53 CEST 2009 - jmcdonough@suse.de
- Allow winbind to ignore certain domains; (bnc#539506). - Allow winbind to ignore certain domains; (bnc#539506).
------------------------------------------------------------------ -------------------------------------------------------------------
Thu Oct 8 21:54:16 CEST 2009 - lmuelle@suse.de Thu Oct 8 21:54:16 CEST 2009 - lmuelle@suse.de
- Update to 3.4.2. - Update to 3.4.2.
@ -255,17 +309,17 @@ Thu Oct 8 21:54:16 CEST 2009 - lmuelle@suse.de
+ Fix potential denial of service; CVE-2009-2906; (bso#6768); (bnc#543115). + Fix potential denial of service; CVE-2009-2906; (bso#6768); (bnc#543115).
+ Fix potential mount.cifs password leaks; CVE-2009-2948; (bnc#542150). + Fix potential mount.cifs password leaks; CVE-2009-2948; (bnc#542150).
------------------------------------------------------------------ -------------------------------------------------------------------
Wed Sep 30 12:56:02 CEST 2009 - jmcdonough@suse.de Wed Sep 30 12:56:02 CEST 2009 - jmcdonough@suse.de
- Fix potential denial of service; CVE-2009-2906; (bnc#543115). - Fix potential denial of service; CVE-2009-2906; (bnc#543115).
------------------------------------------------------------------ -------------------------------------------------------------------
Fri Sep 25 18:57:30 CEST 2009 - jmcdonough@suse.de Fri Sep 25 18:57:30 CEST 2009 - jmcdonough@suse.de
- Fix potential mount.cifs password leaks; CVE-2009-2948; (bnc#542150). - Fix potential mount.cifs password leaks; CVE-2009-2948; (bnc#542150).
------------------------------------------------------------------ -------------------------------------------------------------------
Wed Sep 23 21:56:35 CEST 2009 - jmcdonough@suse.de Wed Sep 23 21:56:35 CEST 2009 - jmcdonough@suse.de
- Fix unresolved home path; CVE-2009-2813; (bnc#539517). - Fix unresolved home path; CVE-2009-2813; (bnc#539517).
@ -2244,8 +2298,8 @@ Fri May 16 13:20:11 CEST 2008 - hhetter@suse.de
- Prevent errors during the cache validation when ua keys reach a size larger - Prevent errors during the cache validation when ua keys reach a size larger
than 1024; [bnc#372558]. than 1024; [bnc#372558].
-------------------------------------------------------------------
-------------------------------------------------------------------
Thu May 15 00:16:13 CEST 2008 - lmuelle@suse.de Thu May 15 00:16:13 CEST 2008 - lmuelle@suse.de
- Package man page files independent of the used compression method (gz,lzma). - Package man page files independent of the used compression method (gz,lzma).
@ -5553,35 +5607,24 @@ Tue Jun 17 18:36:38 MEST 1997 - fehr@suse.de
Mon Jun 2 08:18:20 MEST 1997 - vl@suse.de Mon Jun 2 08:18:20 MEST 1997 - vl@suse.de
- update to version 1.9.16p11 - update to version 1.9.16p11
- Starting Samba from /sbin/init.d, not from inetd.conf - Starting Samba from /sbin/init.d, not from inetd.conf
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 2 19:26:53 MET 1997 - vl@suse.de Sun Feb 2 19:26:53 MET 1997 - vl@suse.de
- update to version 1.9.16p10 - update to version 1.9.16p10
- Adapted /etc/smb.conf.sample to 4.4.1 manual - Adapted /etc/smb.conf.sample to 4.4.1 manual
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 2 17:35:11 CET 1996 - florian@suse.de Sat Nov 2 17:35:11 CET 1996 - florian@suse.de
- update to version 1.9.16p9 - update to version 1.9.16p9
- configuration file is now /etc/smb.conf - configuration file is now /etc/smb.conf
- smbd and nmbd are now in /usr/sbin - smbd and nmbd are now in /usr/sbin
- added start-script /sbin/init.d/smb and entry in /etc/rc.config - added start-script /sbin/init.d/smb and entry in /etc/rc.config
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 17 16:05:09 CEST 1996 - florian@suse.de Thu Oct 17 16:05:09 CEST 1996 - florian@suse.de
- Update auf neue Version 1.9.16p6. - Update auf neue Version 1.9.16p6.

View File

@ -1,5 +1,5 @@
# #
# spec file for package samba (Version 3.4.5) # spec file for package samba (Version 3.4.6)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -55,7 +55,7 @@ BuildRequires: pkg-config
%else %else
BuildRequires: pkgconfig BuildRequires: pkgconfig
%endif %endif
%define samba_ver 3.4.5 %define samba_ver 3.4.6
%define samba_ver_suffix %nil %define samba_ver_suffix %nil
%define samba_ver_full %{samba_ver}%{samba_ver_suffix} %define samba_ver_full %{samba_ver}%{samba_ver_suffix}
%if 0%{?suse_version} && 0%{?suse_version} < 1111 %if 0%{?suse_version} && 0%{?suse_version} < 1111
@ -67,8 +67,8 @@ License: GPLv3+
Group: Productivity/Networking/Samba Group: Productivity/Networking/Samba
Url: http://www.samba.org/ Url: http://www.samba.org/
AutoReqProv: on AutoReqProv: on
Version: 3.4.5 Version: 3.4.6
Release: 3 Release: 1
%ifarch ppc64 %ifarch ppc64
Obsoletes: samba-64bit Obsoletes: samba-64bit
%endif %endif
@ -163,11 +163,17 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package client %package client
License: GPLv3+ License: GPLv3+
@ -206,11 +212,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -234,11 +246,17 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%endif %endif
%if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110 %if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110
@ -265,11 +283,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%endif %endif
@ -295,16 +319,23 @@ Authors:
-------- --------
Jeremy Allison <jra at samba dot org> Jeremy Allison <jra at samba dot org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%if %{make_utils} %if %{make_utils}
%package utils %package utils
Summary: debug tools Summary: debug tools
Group: Productivity/Networking/Samba Group: Productivity/Networking/Samba
AutoReqProv: on AutoReqProv: on
@ -347,11 +378,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -371,14 +408,21 @@ Summary: Samba Client Library
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
%description -n libsmbclient %description -n libsmbclient
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%else %else
@ -386,10 +430,13 @@ Branch : 3.4.5
%endif %endif
This package includes the libsmbclient library. This package includes the libsmbclient library.
libsmbclient is provided by the libsmbclient0 package. libsmbclient is provided by the libsmbclient0 package.
This entry is required to allow a samba.spec file providing This entry is required to allow a samba.spec file providing
libsmbclient for SUSE version < 11.0 while versions > 10.0 will have libsmbclient for SUSE version < 11.0 while versions > 10.0 will have
libsmbclient0. libsmbclient0.
Authors: Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
@ -419,11 +466,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n libnetapi0 %package -n libnetapi0
License: GPLv3+ License: GPLv3+
@ -441,11 +494,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n libnetapi-devel %package -n libnetapi-devel
License: GPLv3+ License: GPLv3+
@ -464,11 +523,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -483,14 +548,21 @@ Summary: Samba smbsharemodes Library
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
%description -n libsmbsharemodes %description -n libsmbsharemodes
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%else %else
@ -498,6 +570,7 @@ Branch : 3.4.5
%endif %endif
This package includes the smbsharemodes library. This package includes the smbsharemodes library.
Authors: Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
@ -523,11 +596,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%if %{make_ldapsmb} %if %{make_ldapsmb}
@ -547,11 +626,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n libtalloc-devel %package -n libtalloc-devel
License: LGPLv3+ License: LGPLv3+
@ -570,11 +655,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n libtdb1 %package -n libtdb1
License: LGPLv3+ License: LGPLv3+
@ -592,11 +683,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n libtdb-devel %package -n libtdb-devel
License: LGPLv3+ License: LGPLv3+
@ -615,11 +712,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n libwbclient0 %package -n libwbclient0
License: GPLv3+ License: GPLv3+
@ -637,11 +740,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n libwbclient-devel %package -n libwbclient-devel
License: GPLv3+ License: GPLv3+
@ -660,11 +769,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n libtevent0 %package -n libtevent0
License: LGPLv3+ License: LGPLv3+
@ -682,11 +797,17 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n libtevent-devel %package -n libtevent-devel
License: LGPLv3+ License: LGPLv3+
@ -706,11 +827,17 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n libldb0 %package -n libldb0
License: LGPLv3+ License: LGPLv3+
@ -729,11 +856,17 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n libldb-devel %package -n libldb-devel
License: LGPLv3+ License: LGPLv3+
@ -753,11 +886,17 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%package -n ldapsmb %package -n ldapsmb
License: GPLv2+ License: GPLv2+
@ -765,7 +904,7 @@ Summary: Tool to administer Samba's LDAP backend
Group: Productivity/Networking/Samba Group: Productivity/Networking/Samba
AutoReqProv: on AutoReqProv: on
Version: 1.34b Version: 1.34b
Release: 278 Release: 279
Requires: perl-ldap Requires: perl-ldap
%description -n ldapsmb %description -n ldapsmb
@ -778,11 +917,17 @@ Authors:
-------- --------
Guenther Deschner <guenther at deschner dot de> Guenther Deschner <guenther at deschner dot de>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%endif %endif
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 920 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 920
@ -804,11 +949,17 @@ Authors:
-------- --------
Steve French <sfrench at Samba dot org> Steve French <sfrench at Samba dot org>
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2309 Source Timestamp: 2314
Branch : 3.4.5 Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
Source Timestamp: 2314
Branch : 3.4.6
%endif %endif
%if %{make_vscan} %if %{make_vscan}
@ -1006,6 +1157,7 @@ rm ldapsmb
popd popd
%endif %endif
popd popd
pushd lib/tevent pushd lib/tevent
%{?suse_update_config:%{suse_update_config -f}} %{?suse_update_config:%{suse_update_config -f}}
#aclocal #aclocal
@ -1018,6 +1170,7 @@ TALLOC_LIBS=../../source3/bin/libtalloc.so.1 TALLOC_CFLAGS=-I../talloc/ ./config
--mandir=%{_mandir} --mandir=%{_mandir}
%{__make} %{__make}
popd popd
pushd source4/lib/ldb pushd source4/lib/ldb
%{?suse_update_config:%{suse_update_config -f}} %{?suse_update_config:%{suse_update_config -f}}
./autogen.sh ./autogen.sh
@ -1511,6 +1664,7 @@ exit 0
%postun -n cifs-mount %postun -n cifs-mount
[ -x /sbin/mkinitrd_setup ] && mkinitrd_setup [ -x /sbin/mkinitrd_setup ] && mkinitrd_setup
exit 0 exit 0
%endif %endif
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -1520,6 +1674,7 @@ exit 0
%post -n libsmbclient0 %post -n libsmbclient0
%endif %endif
/sbin/ldconfig /sbin/ldconfig
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
%postun -n libsmbclient %postun -n libsmbclient
@ -1528,6 +1683,7 @@ exit 0
%postun -n libsmbclient0 %postun -n libsmbclient0
%endif %endif
/sbin/ldconfig /sbin/ldconfig
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
%post -n libsmbsharemodes %post -n libsmbsharemodes
@ -1536,6 +1692,7 @@ exit 0
%post -n libsmbsharemodes0 %post -n libsmbsharemodes0
%endif %endif
/sbin/ldconfig /sbin/ldconfig
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
%postun -n libsmbsharemodes %postun -n libsmbsharemodes
@ -1853,6 +2010,7 @@ sed -i -e 's, supplements .*,,' ${RPM_SOURCE_DIR}/baselibs.conf
%{_libdir}/libnetapi.a %{_libdir}/libnetapi.a
%endif %endif
%{_libdir}/libnetapi.so %{_libdir}/libnetapi.so
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
%files -n libsmbclient %files -n libsmbclient
@ -1871,6 +2029,7 @@ sed -i -e 's, supplements .*,,' ${RPM_SOURCE_DIR}/baselibs.conf
%{_libdir}/libsmbclient.a %{_libdir}/libsmbclient.a
%endif %endif
%{_libdir}/libsmbclient.so %{_libdir}/libsmbclient.so
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
%files -n libsmbsharemodes %files -n libsmbsharemodes

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:a2087280259f3b3686c2a367426bae02ede12d74ed4270ba3a300d44cd8a6fff oid sha256:2e92ba46d6646a2a2e11165ab90ff0042b89f2f7e98332c6551f5332397100b7
size 24394 size 24400