Accepting request 97212 from network:samba:STABLE
- Use samba.org for the ldapsmb source location. - Fixing libsmbsharemode dependency on ldap and krb5 libs in Makefile; (bnc #729516). - Add ldap to Should-Start and Stop of the smb init script; (bnc#730046). - Fix smbd srv_spoolss_replycloseprinter() segfault; (bso#8384); (bnc#731571). - Fix pam_winbind.so segfault in pam_sm_authenticate(); (bso#8564). - Fix smbclient >8GB tars on big endian machines; (bso#563); (bnc#726145). - Fix typo in net ads join output; (bnc#713135). - Add "ldapsam:login cache" parameter to allow explicit disabling of the login cache; (bnc#723261). - Fix samba duplicates file content on appending. Move posix case semantics out from under the VFS; (bso#6898); (bnc#681208). - Make winbind child reconnect when remote end has closed, fix failing sudo; (bso#7295); (bnc#569721). - Fix printing from Windows 7 clients; (bso#7567); (bnc#687535). - Update pidl and always compile IDL at build time; (bnc#688810). - Abide by print$ share 'force user' & 'force group' settings when handling AddprinterDriver and DeletePrinterDriver requests; (bso#7921); (bnc#653353). OBS-URL: https://build.opensuse.org/request/show/97212 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=109
This commit is contained in:
commit
1086356028
@ -1,2 +1,2 @@
|
||||
2691
|
||||
2718
|
||||
Branch : trunk
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3a48f2ad4ae29dbb942b6250ffe38fb3de742681fe35a74628745a3b5d26c96
|
||||
size 31580
|
||||
oid sha256:ff9b05f15eea00286afb5181a65289678a41ba67ad51b3d5e71f31b7d53561eb
|
||||
size 33520
|
||||
|
@ -432,7 +432,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 23:57:12 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Use samba.org for the ldapsmb source location.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 03:53:18 MST 2011 - shargagan@novell.com
|
||||
|
||||
- Fixing libsmbsharemode dependency on ldap and krb5 libs in Makefile;
|
||||
(bnc #729516).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 25 12:10:25 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- Add ldap to Should-Start and Stop of the smb init script; (bnc#730046).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 20 00:22:14 CET 2011 - ddiss@suse.de
|
||||
|
||||
- Fix smbd srv_spoolss_replycloseprinter() segfault; (bso#8384); (bnc#731571).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 4 12:21:56 CET 2011 - ddiss@suse.de
|
||||
|
||||
- Fix pam_winbind.so segfault in pam_sm_authenticate(); (bso#8564).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 1 23:11:41 CET 2011 - ddiss@suse.de
|
||||
|
||||
- Fix smbclient >8GB tars on big endian machines; (bso#563); (bnc#726145).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 31 18:29:48 CET 2011 - ddiss@suse.de
|
||||
|
||||
- Fix typo in net ads join output; (bnc#713135).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 20:00:16 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
@ -97,6 +133,12 @@ Tue Oct 18 18:33:34 UTC 2011 - lmuelle@suse.de
|
||||
- Add script to create or update an AppArmor sniplet with permissions for all
|
||||
Samba shares; (bnc#688040).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 19:34:00 CEST 2011 - jmcdonough@suse.de
|
||||
|
||||
- Add "ldapsam:login cache" parameter to allow explicit disabling
|
||||
of the login cache; (bnc#723261).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 14:00:57 CEST 2011 - ddiss@suse.de
|
||||
|
||||
@ -302,6 +344,18 @@ Sun Oct 2 16:23:19 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
- BuildRequire ctdb-devel version greater than 1.0.105 for post-10.0 systems.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 17:56:52 CEST 2011 - hhetter@suse.de
|
||||
|
||||
- Fix samba duplicates file content on appending. Move posix case semantics
|
||||
out from under the VFS; (bso#6898); (bnc#681208).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 22:09:00 CEST 2011 - jmcdonough@suse.de
|
||||
|
||||
- Make winbind child reconnect when remote end has closed, fix
|
||||
failing sudo; (bso#7295); (bnc#569721).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 9 13:08:58 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
@ -745,6 +799,16 @@ Thu Apr 21 21:12:31 UTC 2011 - lmuelle@suse.de
|
||||
- Always use the actual library version as part of the package name.
|
||||
- Exclude shared python modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 11:45:59 CEST 2011 - ddiss@suse.de
|
||||
|
||||
- Fix printing from Windows 7 clients; (bso#7567); (bnc#687535).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 10:49:04 CEST 2011 - ddiss@suse.de
|
||||
|
||||
- Update pidl and always compile IDL at build time; (bnc#688810).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 18:21:56 UTC 2011 - lmuelle@suse.de
|
||||
|
||||
@ -987,6 +1051,12 @@ Wed Feb 9 23:14:03 UTC 2011 - lmuelle@suse.de
|
||||
- Use the actual version numbers of the ldb, talloc, tdb, and tevent libraries
|
||||
on post-11.3 systems.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 23 20:12:00 CET 2011 - ddiss@suse.de
|
||||
|
||||
- Abide by print$ share 'force user' & 'force group' settings when handling
|
||||
AddprinterDriver and DeletePrinterDriver requests; (bso#7921); (bnc#653353).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 11:04:02 CET 2011 - ddiss@suse.de
|
||||
|
||||
|
54
samba.spec
54
samba.spec
@ -120,7 +120,7 @@ Source1: vendor-files.tar.bz2
|
||||
Source2: patches.tar.bz2
|
||||
Source3: build-source-timestamp
|
||||
Source4: baselibs.conf
|
||||
Source11: http://www.hhrm.de/~gd/ldapsmb/ldapsmb-%{ldapsmb_ver}.tar.bz2
|
||||
Source11: http://www.samba.org/~gd/ldapsmb/ldapsmb-%{ldapsmb_ver}.tar.bz2
|
||||
PreReq: /usr/bin/getent
|
||||
PreReq: /usr/sbin/groupadd
|
||||
PreReq: coreutils
|
||||
@ -205,7 +205,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package client
|
||||
@ -249,7 +249,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||
@ -275,7 +275,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -305,7 +305,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -332,7 +332,7 @@ Authors:
|
||||
--------
|
||||
Jeremy Allison <jra at samba dot org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_utils}
|
||||
@ -353,7 +353,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -388,7 +388,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -414,14 +414,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -469,7 +469,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -487,7 +487,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libnetapi-devel
|
||||
@ -511,7 +511,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -532,14 +532,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
@ -575,7 +575,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -593,7 +593,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libwbclient-devel
|
||||
@ -617,7 +617,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc2
|
||||
@ -637,7 +637,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtalloc-devel
|
||||
@ -663,7 +663,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb1
|
||||
@ -683,7 +683,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtdb-devel
|
||||
@ -705,7 +705,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent0
|
||||
@ -725,7 +725,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libtevent-devel
|
||||
@ -753,7 +753,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb1
|
||||
@ -775,7 +775,7 @@ Authors:
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -802,7 +802,7 @@ Authors:
|
||||
--------
|
||||
The Samba Team <samba@samba.org>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%if %{make_ldapsmb}
|
||||
@ -825,7 +825,7 @@ Authors:
|
||||
--------
|
||||
Guenther Deschner <guenther at deschner dot de>
|
||||
|
||||
Source Timestamp: 2691
|
||||
Source Timestamp: 2718
|
||||
Branch : trunk
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:127700329ddb58e69bc20fa91be53c471f48abca7532732c5980afb1a6501ecd
|
||||
size 52456
|
||||
oid sha256:a7cc67a21bd60c4d6b50a52e5b70f45d532e84ec62a684eae97ad2feae3c593e
|
||||
size 52448
|
||||
|
Loading…
Reference in New Issue
Block a user