- Use samba.org for the ldapsmb source location.

- Fixing libsmbsharemode dependency on ldap and krb5 libs in Makefile;
  (bnc #729516).
- 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/package/show/network:samba:STABLE/samba?expand=0&rev=205
This commit is contained in:
Lars Müller 2011-12-20 00:03:37 +00:00 committed by Git OBS Bridge
parent 215b772441
commit 22812eb19d
6 changed files with 60 additions and 33 deletions

View File

@ -1,2 +1,2 @@
2708
2716
Branch : trunk

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f84632909ac9f1fc96bda2ceddf6948c9214b3c4eef458de83f1415bbc096267
size 33369
oid sha256:74b9b009a86c30e6455ae65d40a2920721089669cc80dccf38c5e346da209c79
size 33542

View File

@ -432,7 +432,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%changelog

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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
@ -788,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
@ -1030,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

View File

@ -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: 2708
Source Timestamp: 2716
Branch : trunk
%package client
@ -249,7 +249,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -275,7 +275,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%endif
@ -305,7 +305,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%endif
@ -332,7 +332,7 @@ Authors:
--------
Jeremy Allison <jra at samba dot org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%if %{make_utils}
@ -353,7 +353,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%endif
@ -388,7 +388,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -414,14 +414,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbclient
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%else
%description -n libsmbclient0
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%endif
@ -469,7 +469,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libnetapi0
@ -487,7 +487,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libnetapi-devel
@ -511,7 +511,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -532,14 +532,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbsharemodes
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%else
%description -n libsmbsharemodes0
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%endif
@ -575,7 +575,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libwbclient0
@ -593,7 +593,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libwbclient-devel
@ -617,7 +617,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libtalloc2
@ -637,7 +637,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libtalloc-devel
@ -663,7 +663,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libtdb1
@ -683,7 +683,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libtdb-devel
@ -705,7 +705,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libtevent0
@ -725,7 +725,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libtevent-devel
@ -753,7 +753,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libldb1
@ -775,7 +775,7 @@ Authors:
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%package -n libldb-devel
@ -802,7 +802,7 @@ Authors:
--------
The Samba Team <samba@samba.org>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%if %{make_ldapsmb}
@ -825,7 +825,7 @@ Authors:
--------
Guenther Deschner <guenther at deschner dot de>
Source Timestamp: 2708
Source Timestamp: 2716
Branch : trunk
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce0a92e36b91d998f6ce62e612cca72c5fba92aa0efe286ad484cf2875ff4f7c
size 52403
oid sha256:54214717b6f08619a7602cf12ac1dee8e3485ba24379daf203add822e7c04026
size 52423