- Fix shell syntax in dhcpcd hook script; (bnc#769957).

- Call autogen.sh even on post-12.1 SUSE systems.
- Don't call autogen.sh on post-12.1 SUSE and post-14 Fedora systems.
- Include the reviewed french translation for pam_winbind; (bnc#499233).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=247
This commit is contained in:
Lars Müller 2012-07-11 14:47:21 +00:00 committed by Git OBS Bridge
parent 94a14265b1
commit b52981da5a
6 changed files with 48 additions and 32 deletions

View File

@ -1,2 +1,2 @@
2815 2822
Branch : 3.6.6 Branch : 3.6.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:34e5a13cec7d88200b6cdc6f0862dedccd6b1d2851778fd9bee21845c85650fd oid sha256:111c9b50adf9a210bbc388ce7471e73e45feef648d233bfe5c3a02168f26a5ea
size 33227 size 33264

View File

@ -459,7 +459,7 @@ This package contains all the Samba documentation as it is not part of
the man pages. the man pages.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%changelog %changelog

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 11 14:20:48 UTC 2012 - lmuelle@suse.com
- Fix shell syntax in dhcpcd hook script; (bnc#769957).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 25 19:46:31 UTC 2012 - lmuelle@suse.com Mon Jun 25 19:46:31 UTC 2012 - lmuelle@suse.com
@ -33,9 +38,15 @@ Thu Jun 21 18:05:33 UTC 2012 - lmuelle@suse.com
- Notify code can miss a ChDir; (bso#8998). - Notify code can miss a ChDir; (bso#8998).
- s3:smbd: add a fsp_persistent_id() function; (bso#8995). - s3:smbd: add a fsp_persistent_id() function; (bso#8995).
-------------------------------------------------------------------
Fri Jun 4 10:11:56 UTC 2012 - lmuelle@suse.com
- Call autogen.sh even on post-12.1 SUSE systems.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 1 23:01:11 UTC 2012 - lmuelle@suse.com Fri Jun 1 23:01:11 UTC 2012 - lmuelle@suse.com
- Don't call autogen.sh on post-12.1 SUSE and post-14 Fedora systems.
- Recompile all IDL in any case. - Recompile all IDL in any case.
------------------------------------------------------------------- -------------------------------------------------------------------
@ -1708,6 +1719,11 @@ Thu Oct 7 16:21:40 UTC 2010 - lmuelle@suse.de
- Let startproc wait for nmb, smb and winbind pid files getting created on - Let startproc wait for nmb, smb and winbind pid files getting created on
post-11.1 systems; (bnc#520036). post-11.1 systems; (bnc#520036).
-------------------------------------------------------------------
Thu Oct 7 14:22:57 CEST 2010 - hhetter@suse.de
- Include the reviewed french translation for pam_winbind; (bnc#499233).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 24 01:40:30 CEST 2010 - ddiss@suse.de Fri Sep 24 01:40:30 CEST 2010 - ddiss@suse.de

View File

@ -221,7 +221,7 @@ binary packages of the most current Samba version, and a bug reporting
how to. how to.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package client %package client
@ -262,7 +262,7 @@ binary packages of the most current Samba version, and a bug reporting
how to. how to.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -282,7 +282,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of Samba. develop programs which make use of Samba.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%endif %endif
@ -307,7 +307,7 @@ This package contains all the Samba documentation as it is not part of
the man pages. the man pages.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%endif %endif
@ -329,7 +329,7 @@ Requires: samba-client >= %{version}
A wrapper binary to run smbspool with the original calling UID. A wrapper binary to run smbspool with the original calling UID.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%if %{make_utils} %if %{make_utils}
@ -345,7 +345,7 @@ Obsoletes: samba-gplv3-utils < %{version}
Some of the debug-tools for developpers. Some of the debug-tools for developpers.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%endif %endif
@ -378,7 +378,7 @@ PreReq: coreutils
This is the winbind-daemon and the wbinfo-tool. This is the winbind-daemon and the wbinfo-tool.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -404,14 +404,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbclient %description -n libsmbclient
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%else %else
%description -n libsmbclient0 %description -n libsmbclient0
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%endif %endif
@ -450,7 +450,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the smbclient programming interface. develop programs which make use of the smbclient programming interface.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package -n libnetapi0 %package -n libnetapi0
@ -463,7 +463,7 @@ PreReq: /sbin/ldconfig
This package includes the netapi library. This package includes the netapi library.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package -n libnetapi-devel %package -n libnetapi-devel
@ -482,7 +482,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the netapi programming interface. develop programs which make use of the netapi programming interface.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -503,14 +503,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbsharemodes %description -n libsmbsharemodes
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%else %else
%description -n libsmbsharemodes0 %description -n libsmbsharemodes0
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%endif %endif
@ -536,7 +536,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the smbsharemodes programming interface. develop programs which make use of the smbsharemodes programming interface.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package -n libwbclient0 %package -n libwbclient0
@ -549,7 +549,7 @@ PreReq: /sbin/ldconfig
This package includes the wbclient library. This package includes the wbclient library.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package -n libwbclient-devel %package -n libwbclient-devel
@ -568,7 +568,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the wbclient programming interface. develop programs which make use of the wbclient programming interface.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%if 0%{?suse_version} && 0%{?suse_version} < 1211 %if 0%{?suse_version} && 0%{?suse_version} < 1211
@ -585,7 +585,7 @@ PreReq: /sbin/ldconfig
This package includes the talloc library. This package includes the talloc library.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package -n libtalloc-devel %package -n libtalloc-devel
@ -606,7 +606,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the talloc programming interface. develop programs which make use of the talloc programming interface.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package -n libtdb1 %package -n libtdb1
@ -621,7 +621,7 @@ PreReq: /sbin/ldconfig
This package includes the tdb library. This package includes the tdb library.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package -n libtdb-devel %package -n libtdb-devel
@ -638,7 +638,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the tdb programming interface. develop programs which make use of the tdb programming interface.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package -n libtevent0 %package -n libtevent0
@ -653,7 +653,7 @@ PreReq: /sbin/ldconfig
This package includes the tevent library. This package includes the tevent library.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package -n libtevent-devel %package -n libtevent-devel
@ -675,7 +675,7 @@ This package contains the static libraries and header files needed to
develop programs which make use of the tevent programming interface. develop programs which make use of the tevent programming interface.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package -n libldb1 %package -n libldb1
@ -691,7 +691,7 @@ PreReq: /sbin/ldconfig
This package includes the ldb library. This package includes the ldb library.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%package -n libldb-devel %package -n libldb-devel
@ -712,7 +712,7 @@ Requires: libtalloc-devel
This package contains the static libraries and header files needed to This package contains the static libraries and header files needed to
develop programs which make use of the tevent programming interface. develop programs which make use of the tevent programming interface.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%endif %endif
@ -732,7 +732,7 @@ This tool aims to simplify the administration of a Samba Domain
Controller that uses the ldapsam passdb backend. Controller that uses the ldapsam passdb backend.
Source Timestamp: 2815 Source Timestamp: 2822
Branch : 3.6.6 Branch : 3.6.6
%endif %endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:baa6c190cb20f1f0b35e210b256dfe044f0a06ac4897d1b7b8322cbd49783273 oid sha256:799b8f29a2db550207d62caa7570e13ef08919696cbe6ce9a117f82872d66ddb
size 52503 size 52586