- 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:
parent
94a14265b1
commit
b52981da5a
@ -1,2 +1,2 @@
|
||||
2815
|
||||
2822
|
||||
Branch : 3.6.6
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34e5a13cec7d88200b6cdc6f0862dedccd6b1d2851778fd9bee21845c85650fd
|
||||
size 33227
|
||||
oid sha256:111c9b50adf9a210bbc388ce7471e73e45feef648d233bfe5c3a02168f26a5ea
|
||||
size 33264
|
||||
|
@ -459,7 +459,7 @@ This package contains all the Samba documentation as it is not part of
|
||||
the man pages.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%changelog
|
||||
|
@ -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
|
||||
|
||||
@ -33,9 +38,15 @@ Thu Jun 21 18:05:33 UTC 2012 - lmuelle@suse.com
|
||||
- Notify code can miss a ChDir; (bso#8998).
|
||||
- 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
|
||||
|
||||
- Don't call autogen.sh on post-12.1 SUSE and post-14 Fedora systems.
|
||||
- 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
|
||||
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
|
||||
|
||||
|
52
samba.spec
52
samba.spec
@ -221,7 +221,7 @@ binary packages of the most current Samba version, and a bug reporting
|
||||
how to.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%package client
|
||||
@ -262,7 +262,7 @@ binary packages of the most current Samba version, and a bug reporting
|
||||
how to.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%endif
|
||||
@ -307,7 +307,7 @@ This package contains all the Samba documentation as it is not part of
|
||||
the man pages.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%endif
|
||||
@ -329,7 +329,7 @@ Requires: samba-client >= %{version}
|
||||
A wrapper binary to run smbspool with the original calling UID.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%if %{make_utils}
|
||||
@ -345,7 +345,7 @@ Obsoletes: samba-gplv3-utils < %{version}
|
||||
Some of the debug-tools for developpers.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%endif
|
||||
@ -378,7 +378,7 @@ PreReq: coreutils
|
||||
This is the winbind-daemon and the wbinfo-tool.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -404,14 +404,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbclient
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbclient0
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%package -n libnetapi0
|
||||
@ -463,7 +463,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the netapi library.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||
@ -503,14 +503,14 @@ PreReq: /sbin/ldconfig
|
||||
|
||||
%description -n libsmbsharemodes
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%else
|
||||
|
||||
%description -n libsmbsharemodes0
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%package -n libwbclient0
|
||||
@ -549,7 +549,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the wbclient library.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1211
|
||||
@ -585,7 +585,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the talloc library.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%package -n libtdb1
|
||||
@ -621,7 +621,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tdb library.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%package -n libtevent0
|
||||
@ -653,7 +653,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the tevent library.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%package -n libldb1
|
||||
@ -691,7 +691,7 @@ PreReq: /sbin/ldconfig
|
||||
This package includes the ldb library.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%package -n libldb-devel
|
||||
@ -712,7 +712,7 @@ Requires: libtalloc-devel
|
||||
This package contains the static libraries and header files needed to
|
||||
develop programs which make use of the tevent programming interface.
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%endif
|
||||
@ -732,7 +732,7 @@ This tool aims to simplify the administration of a Samba Domain
|
||||
Controller that uses the ldapsam passdb backend.
|
||||
|
||||
|
||||
Source Timestamp: 2815
|
||||
Source Timestamp: 2822
|
||||
Branch : 3.6.6
|
||||
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:baa6c190cb20f1f0b35e210b256dfe044f0a06ac4897d1b7b8322cbd49783273
|
||||
size 52503
|
||||
oid sha256:799b8f29a2db550207d62caa7570e13ef08919696cbe6ce9a117f82872d66ddb
|
||||
size 52586
|
||||
|
Loading…
Reference in New Issue
Block a user