1 |
# rpmbuild --rebuild --with testsuite --without clustering samba.src.rpm |
2 |
# |
3 |
# The testsuite is disabled by default. Set --with testsuite or %bcond_without |
4 |
# to run the Samba torture testsuite. |
5 |
%bcond_with testsuite |
6 |
# ctdb is enabled by default, you can disable it with: --without clustering |
7 |
%bcond_without clustering |
8 |
|
9 |
%define main_release 7.1 |
10 |
|
11 |
%define samba_version 4.2.10 |
12 |
%define talloc_version 2.1.2 |
13 |
%define ntdb_version 1.0 |
14 |
%define tdb_version 1.3.4 |
15 |
%define tevent_version 0.9.24 |
16 |
%define ldb_version 1.1.20 |
17 |
# This should be rc1 or nil |
18 |
%define pre_release %nil |
19 |
|
20 |
%if "x%{?pre_release}" != "x" |
21 |
%define samba_release 0.%{main_release}.%{pre_release}%{?dist} |
22 |
%else |
23 |
%define samba_release %{main_release}%{?dist} |
24 |
%endif |
25 |
|
26 |
# This is a network daemon, do a hardened build. |
27 |
# Enables PIE and full RELRO protection |
28 |
%global _hardened_build 1 |
29 |
|
30 |
%global with_libsmbclient 1 |
31 |
%global with_libwbclient 1 |
32 |
|
33 |
%global with_pam_smbpass 0 |
34 |
%global with_internal_talloc 0 |
35 |
%global with_internal_tevent 0 |
36 |
%global with_internal_tdb 0 |
37 |
%global with_internal_ntdb 1 |
38 |
%global with_internal_ldb 0 |
39 |
|
40 |
%global with_profiling 1 |
41 |
|
42 |
%global with_vfs_cephfs 1 |
43 |
%if 0%{?rhel} |
44 |
%global with_vfs_cephfs 0 |
45 |
%endif |
46 |
|
47 |
%global with_vfs_glusterfs 1 |
48 |
%if 0%{?rhel} |
49 |
%global with_vfs_glusterfs 0 |
50 |
# Only enable on x86_64 |
51 |
%ifarch x86_64 |
52 |
%global with_vfs_glusterfs 1 |
53 |
%endif |
54 |
%endif |
55 |
|
56 |
%global libwbc_alternatives_version 0.12 |
57 |
%global libwbc_alternatives_suffix %nil |
58 |
%if 0%{?__isa_bits} == 64 |
59 |
%global libwbc_alternatives_suffix -64 |
60 |
%endif |
61 |
|
62 |
%global with_mitkrb5 0 |
63 |
%global with_dc 1 |
64 |
|
65 |
%if %{with testsuite} |
66 |
# The testsuite only works with a full build right now. |
67 |
%global with_mitkrb5 0 |
68 |
%global with_dc 1 |
69 |
%endif |
70 |
|
71 |
%global with_clustering_support 0 |
72 |
|
73 |
%if %{with clustering} |
74 |
%global with_clustering_support 1 |
75 |
%endif |
76 |
|
77 |
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} |
78 |
|
79 |
Name: samba |
80 |
Version: %{samba_version} |
81 |
Release: %{samba_release} |
82 |
|
83 |
%if 0%{?rhel} |
84 |
Epoch: 0 |
85 |
%else |
86 |
Epoch: 2 |
87 |
%endif |
88 |
|
89 |
%if 0%{?epoch} > 0 |
90 |
%define samba_depver %{epoch}:%{version}-%{release} |
91 |
%else |
92 |
%define samba_depver %{version}-%{release} |
93 |
%endif |
94 |
|
95 |
Summary: Server and Client software to interoperate with Windows machines |
96 |
License: GPLv3+ and LGPLv3+ |
97 |
Group: System Environment/Daemons |
98 |
URL: http://www.samba.org/ |
99 |
|
100 |
Source0: samba-%{version}%{pre_release}.tar.xz |
101 |
|
102 |
# Red Hat specific replacement-files |
103 |
Source1: samba.log |
104 |
Source2: samba.xinetd |
105 |
Source4: smb.conf.default |
106 |
Source5: pam_winbind.conf |
107 |
Source6: samba.pamd |
108 |
|
109 |
Source200: README.dc |
110 |
Source201: README.downgrade |
111 |
|
112 |
Patch1: samba-4.2.10-ldap-sasl-win2003.patch |
113 |
Patch3: samba-4.2.3-document_netbios_length.patch |
114 |
Patch4: samba-4.2.3-fix_net_ads_keytab_segfault.patch |
115 |
Patch5: samba-4.2.10-s3-parm-clean-up-defaults-when-removing-global-param.patch |
116 |
Patch6: samba-4.2.10-s3-winbind-make-sure-domain-member-can-talk-to-trust.patch |
117 |
Patch7: samba-4.2.10-badlock-bugfixes.patch |
118 |
Patch8: samba-4.2.10-fix_rpcclient_ipc_signing.patch |
119 |
Patch9: samba-4.2.10-fix_ntlm_auth_issues.patch |
120 |
Patch10: samba-4.2.10-fix_msrpc_parse.patch |
121 |
Patch11: samba-4.2.10-fix_anon_with_singing_mandatory.patch |
122 |
Patch12: samba-4.2.99-fix_idmap_hash_with_other_modules.path |
123 |
Patch13: samba-4.2.99-net_ads_join_fix_keytab_generation.patch |
124 |
Patch14: CVE-2016-2119-v4-2.patch |
125 |
|
126 |
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) |
127 |
|
128 |
Requires(pre): /usr/sbin/groupadd |
129 |
Requires(post): systemd |
130 |
Requires(preun): systemd |
131 |
Requires(postun): systemd |
132 |
|
133 |
Requires(pre): %{name}-common = %{samba_depver} |
134 |
Requires: %{name}-common = %{samba_depver} |
135 |
Requires: %{name}-common-libs = %{samba_depver} |
136 |
Requires: %{name}-common-tools = %{samba_depver} |
137 |
Requires: %{name}-client-libs = %{samba_depver} |
138 |
Requires: %{name}-libs = %{samba_depver} |
139 |
%if %with_libwbclient |
140 |
Requires: libwbclient = %{samba_depver} |
141 |
%endif |
142 |
|
143 |
Requires: pam |
144 |
|
145 |
Provides: samba4 = %{samba_depver} |
146 |
Obsoletes: samba4 < %{samba_depver} |
147 |
|
148 |
# We don't build it outdated docs anymore |
149 |
Obsoletes: samba-doc |
150 |
# Is not supported yet |
151 |
Obsoletes: samba-domainjoin-gui |
152 |
# SWAT been deprecated and removed from samba |
153 |
Obsoletes: samba-swat |
154 |
Obsoletes: samba4-swat |
155 |
|
156 |
BuildRequires: cups-devel |
157 |
BuildRequires: dbus-devel |
158 |
BuildRequires: docbook-style-xsl |
159 |
BuildRequires: e2fsprogs-devel |
160 |
BuildRequires: gawk |
161 |
BuildRequires: krb5-devel >= 1.10 |
162 |
BuildRequires: libacl-devel |
163 |
BuildRequires: libaio-devel |
164 |
BuildRequires: libarchive-devel |
165 |
BuildRequires: libattr-devel |
166 |
BuildRequires: libcap-devel |
167 |
BuildRequires: libuuid-devel |
168 |
BuildRequires: libxslt |
169 |
BuildRequires: ncurses-devel |
170 |
BuildRequires: openldap-devel |
171 |
BuildRequires: pam-devel |
172 |
BuildRequires: perl(ExtUtils::MakeMaker) |
173 |
BuildRequires: perl(Parse::Yapp) |
174 |
BuildRequires: popt-devel |
175 |
BuildRequires: python-devel |
176 |
BuildRequires: python-tevent |
177 |
BuildRequires: quota-devel |
178 |
BuildRequires: readline-devel |
179 |
BuildRequires: sed |
180 |
BuildRequires: xfsprogs-devel |
181 |
BuildRequires: zlib-devel >= 1.2.3 |
182 |
|
183 |
BuildRequires: pkgconfig(libsystemd-daemon) |
184 |
BuildRequires: pkgconfig(libsystemd) |
185 |
|
186 |
%if %{with_vfs_glusterfs} |
187 |
BuildRequires: glusterfs-api-devel >= 3.4.0.16 |
188 |
BuildRequires: glusterfs-devel >= 3.4.0.16 |
189 |
%endif |
190 |
%if %{with_vfs_cephfs} |
191 |
BuildRequires: libcephfs1-devel |
192 |
%endif |
193 |
%if %{with_dc} |
194 |
BuildRequires: gnutls-devel |
195 |
%endif |
196 |
|
197 |
# pidl requirements |
198 |
BuildRequires: perl(Parse::Yapp) |
199 |
|
200 |
%if ! %with_internal_talloc |
201 |
%global libtalloc_version 2.1.2 |
202 |
|
203 |
BuildRequires: libtalloc-devel >= %{libtalloc_version} |
204 |
BuildRequires: pytalloc-devel >= %{libtalloc_version} |
205 |
%endif |
206 |
|
207 |
%if ! %with_internal_tevent |
208 |
%global libtevent_version 0.9.22 |
209 |
|
210 |
BuildRequires: libtevent-devel >= %{libtevent_version} |
211 |
BuildRequires: python-tevent >= %{libtevent_version} |
212 |
%endif |
213 |
|
214 |
%if ! %with_internal_ldb |
215 |
%global libldb_version 1.1.20 |
216 |
|
217 |
BuildRequires: libldb-devel >= %{libldb_version} |
218 |
BuildRequires: pyldb-devel >= %{libldb_version} |
219 |
%endif |
220 |
|
221 |
%if ! %with_internal_tdb |
222 |
%global libtdb_version 1.3.4 |
223 |
|
224 |
BuildRequires: libtdb-devel >= %{libtdb_version} |
225 |
BuildRequires: python-tdb >= %{libtdb_version} |
226 |
%endif |
227 |
|
228 |
%if %{with testsuite} |
229 |
BuildRequires: ldb-tools |
230 |
%endif |
231 |
|
232 |
# filter out perl requirements pulled in from examples in the docdir. |
233 |
%{?filter_setup: |
234 |
%filter_provides_in %{_docdir} |
235 |
%filter_requires_in %{_docdir} |
236 |
%filter_setup |
237 |
} |
238 |
|
239 |
### SAMBA |
240 |
%description |
241 |
Samba is the standard Windows interoperability suite of programs for Linux and Unix. |
242 |
|
243 |
### CLIENT |
244 |
%package client |
245 |
Summary: Samba client programs |
246 |
Group: Applications/System |
247 |
Requires(pre): %{name}-common = %{samba_depver} |
248 |
Requires: %{name}-common = %{samba_depver} |
249 |
Requires: %{name}-common-libs = %{samba_depver} |
250 |
Requires: %{name}-client-libs = %{samba_depver} |
251 |
%if %with_libsmbclient |
252 |
Requires: libsmbclient = %{samba_depver} |
253 |
%endif |
254 |
|
255 |
Provides: samba4-client = %{samba_depver} |
256 |
Obsoletes: samba4-client < %{samba_depver} |
257 |
|
258 |
%description client |
259 |
The samba4-client package provides some SMB/CIFS clients to complement |
260 |
the built-in SMB/CIFS filesystem in Linux. These clients allow access |
261 |
of SMB/CIFS shares and printing to SMB/CIFS printers. |
262 |
|
263 |
### CLIENT-LIBS |
264 |
%package client-libs |
265 |
Summary: Samba client libraries |
266 |
Group: Applications/System |
267 |
Requires(pre): %{name}-common = %{samba_depver} |
268 |
Requires: %{name}-common = %{samba_depver} |
269 |
%if %with_libwbclient |
270 |
Requires: libwbclient = %{samba_depver} |
271 |
%endif |
272 |
|
273 |
%description client-libs |
274 |
The samba-client-libs package contains internal libraries needed by the |
275 |
SMB/CIFS clients. |
276 |
|
277 |
### COMMON |
278 |
%package common |
279 |
Summary: Files used by both Samba servers and clients |
280 |
Group: Applications/System |
281 |
BuildArch: noarch |
282 |
|
283 |
Requires(post): systemd |
284 |
Requires: samba-common-tools = %{samba_depver} |
285 |
|
286 |
Provides: samba4-common = %{samba_depver} |
287 |
Obsoletes: samba4-common < %{samba_depver} |
288 |
|
289 |
%description common |
290 |
samba-common provides files necessary for both the server and client |
291 |
packages of Samba. |
292 |
|
293 |
### COMMON-LIBS |
294 |
%package common-libs |
295 |
Summary: Libraries used by both Samba servers and clients |
296 |
Group: Applications/System |
297 |
Requires(pre): samba-common = %{samba_depver} |
298 |
Requires: samba-common = %{samba_depver} |
299 |
Requires: %{name}-client-libs = %{samba_depver} |
300 |
%if %with_libwbclient |
301 |
Requires: libwbclient = %{samba_depver} |
302 |
%endif |
303 |
|
304 |
%description common-libs |
305 |
The samba-common-libs package contains internal libraries needed by the |
306 |
SMB/CIFS clients. |
307 |
|
308 |
### COMMON-TOOLS |
309 |
%package common-tools |
310 |
Summary: Tools for Samba servers and clients |
311 |
Group: Applications/System |
312 |
Requires: samba-common-libs = %{samba_depver} |
313 |
Requires: samba-client-libs = %{samba_depver} |
314 |
Requires: samba-libs = %{samba_depver} |
315 |
%if %with_libwbclient |
316 |
Requires: libwbclient = %{samba_depver} |
317 |
%endif |
318 |
|
319 |
%description common-tools |
320 |
The samba-common-tools package contains tools for Samba servers and |
321 |
SMB/CIFS clients. |
322 |
|
323 |
### DC |
324 |
%package dc |
325 |
Summary: Samba AD Domain Controller |
326 |
Group: Applications/System |
327 |
Requires: %{name}-libs = %{samba_depver} |
328 |
Requires: %{name}-dc-libs = %{samba_depver} |
329 |
Requires: %{name}-python = %{samba_depver} |
330 |
|
331 |
Provides: samba4-dc = %{samba_depver} |
332 |
Obsoletes: samba4-dc < %{samba_depver} |
333 |
|
334 |
%description dc |
335 |
The samba-dc package provides AD Domain Controller functionality |
336 |
|
337 |
### DC-LIBS |
338 |
%package dc-libs |
339 |
Summary: Samba AD Domain Controller Libraries |
340 |
Group: Applications/System |
341 |
Requires: %{name}-common-libs = %{samba_depver} |
342 |
Requires: %{name}-libs = %{samba_depver} |
343 |
|
344 |
Provides: samba4-dc-libs = %{samba_depver} |
345 |
Obsoletes: samba4-dc-libs < %{samba_depver} |
346 |
|
347 |
%description dc-libs |
348 |
The samba4-dc-libs package contains the libraries needed by the DC to |
349 |
link against the SMB, RPC and other protocols. |
350 |
|
351 |
### DEVEL |
352 |
%package devel |
353 |
Summary: Developer tools for Samba libraries |
354 |
Group: Development/Libraries |
355 |
Requires: %{name}-libs = %{samba_depver} |
356 |
Requires: %{name}-client-libs = %{samba_depver} |
357 |
|
358 |
Provides: samba4-devel = %{samba_depver} |
359 |
Obsoletes: samba4-devel < %{samba_depver} |
360 |
|
361 |
%description devel |
362 |
The samba4-devel package contains the header files for the libraries |
363 |
needed to develop programs that link against the SMB, RPC and other |
364 |
libraries in the Samba suite. |
365 |
|
366 |
### CEPH |
367 |
%if %{with_vfs_cephfs} |
368 |
%package vfs-cephfs |
369 |
Summary: Samba VFS module for Ceph distributed storage system |
370 |
Group: Applications/System |
371 |
Requires: libcephfs1 |
372 |
Requires: %{name} = %{samba_depver} |
373 |
Requires: %{name}-libs = %{samba_depver} |
374 |
|
375 |
%description vfs-cephfs |
376 |
Samba VFS module for Ceph distributed storage system integration. |
377 |
%endif |
378 |
|
379 |
### GLUSTER |
380 |
%if %{with_vfs_glusterfs} |
381 |
%package vfs-glusterfs |
382 |
Summary: Samba VFS module for GlusterFS |
383 |
Group: Applications/System |
384 |
Requires: glusterfs-api >= 3.4.0.16 |
385 |
Requires: glusterfs >= 3.4.0.16 |
386 |
Requires: %{name} = %{samba_depver} |
387 |
Requires: %{name}-client-libs = %{samba_depver} |
388 |
Requires: %{name}-libs = %{samba_depver} |
389 |
|
390 |
Obsoletes: samba-glusterfs |
391 |
Provides: samba-glusterfs |
392 |
|
393 |
%description vfs-glusterfs |
394 |
Samba VFS module for GlusterFS integration. |
395 |
%endif |
396 |
|
397 |
### LIBS |
398 |
%package libs |
399 |
Summary: Samba libraries |
400 |
Group: Applications/System |
401 |
Requires: krb5-libs >= 1.10 |
402 |
Requires: libldb |
403 |
Requires: %{name}-client-libs = %{samba_depver} |
404 |
%if %with_libwbclient |
405 |
Requires: libwbclient = %{samba_depver} |
406 |
%endif |
407 |
|
408 |
Provides: samba4-libs = %{samba_depver} |
409 |
Obsoletes: samba4-libs < %{samba_depver} |
410 |
|
411 |
%description libs |
412 |
The samba4-libs package contains the libraries needed by programs that |
413 |
link against the SMB, RPC and other protocols provided by the Samba suite. |
414 |
|
415 |
### LIBSMBCLIENT |
416 |
%if %with_libsmbclient |
417 |
%package -n libsmbclient |
418 |
Summary: The SMB client library |
419 |
Group: Applications/System |
420 |
Requires(pre): %{name}-common = %{samba_depver} |
421 |
Requires: %{name}-common = %{samba_depver} |
422 |
Requires: %{name}-client-libs = %{samba_depver} |
423 |
|
424 |
%description -n libsmbclient |
425 |
The libsmbclient contains the SMB client library from the Samba suite. |
426 |
|
427 |
%package -n libsmbclient-devel |
428 |
Summary: Developer tools for the SMB client library |
429 |
Group: Development/Libraries |
430 |
Requires: libsmbclient = %{samba_depver} |
431 |
|
432 |
%description -n libsmbclient-devel |
433 |
The libsmbclient-devel package contains the header files and libraries needed to |
434 |
develop programs that link against the SMB client library in the Samba suite. |
435 |
%endif # with_libsmbclient |
436 |
|
437 |
### LIBWBCLIENT |
438 |
%if %with_libwbclient |
439 |
%package -n libwbclient |
440 |
Summary: The winbind client library |
441 |
Group: Applications/System |
442 |
Requires: %{name}-client-libs = %{samba_depver} |
443 |
|
444 |
%description -n libwbclient |
445 |
The libwbclient package contains the winbind client library from the Samba suite. |
446 |
|
447 |
%package -n libwbclient-devel |
448 |
Summary: Developer tools for the winbind library |
449 |
Group: Development/Libraries |
450 |
Requires: libwbclient = %{samba_depver} |
451 |
Obsoletes: samba-winbind-devel |
452 |
Provides: samba-winbind-devel |
453 |
|
454 |
%description -n libwbclient-devel |
455 |
The libwbclient-devel package provides developer tools for the wbclient library. |
456 |
%endif # with_libwbclient |
457 |
|
458 |
### PYTHON |
459 |
%package python |
460 |
Summary: Samba Python libraries |
461 |
Group: Applications/System |
462 |
Requires: %{name} = %{samba_depver} |
463 |
Requires: %{name}-client-libs = %{samba_depver} |
464 |
Requires: %{name}-libs = %{samba_depver} |
465 |
Requires: python-tevent |
466 |
Requires: python-tdb |
467 |
Requires: pyldb |
468 |
Requires: pytalloc |
469 |
|
470 |
Provides: samba4-python = %{samba_depver} |
471 |
Obsoletes: samba4-python < %{samba_depver} |
472 |
|
473 |
%description python |
474 |
The samba4-python package contains the Python libraries needed by programs |
475 |
that use SMB, RPC and other Samba provided protocols in Python programs. |
476 |
|
477 |
### PIDL |
478 |
%package pidl |
479 |
Summary: Perl IDL compiler |
480 |
Group: Development/Tools |
481 |
Requires: perl(Parse::Yapp) |
482 |
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) |
483 |
BuildArch: noarch |
484 |
|
485 |
Provides: samba4-pidl = %{samba_depver} |
486 |
Obsoletes: samba4-pidl < %{samba_depver} |
487 |
|
488 |
%description pidl |
489 |
The %{name}-pidl package contains the Perl IDL compiler used by Samba |
490 |
and Wireshark to parse IDL and similar protocols |
491 |
|
492 |
### TEST |
493 |
%package test |
494 |
Summary: Testing tools for Samba servers and clients |
495 |
Group: Applications/System |
496 |
Requires: %{name} = %{samba_depver} |
497 |
Requires: %{name}-common = %{samba_depver} |
498 |
Requires: %{name}-winbind = %{samba_depver} |
499 |
|
500 |
Requires: %{name}-client-libs = %{samba_depver} |
501 |
Requires: %{name}-libs = %{samba_depver} |
502 |
Requires: %{name}-test-libs = %{samba_depver} |
503 |
%if %with_dc |
504 |
Requires: %{name}-dc-libs = %{samba_depver} |
505 |
%endif |
506 |
Requires: %{name}-libs = %{samba_depver} |
507 |
%if %with_libsmbclient |
508 |
Requires: libsmbclient = %{samba_depver} |
509 |
%endif |
510 |
%if %with_libwbclient |
511 |
Requires: libwbclient = %{samba_depver} |
512 |
%endif |
513 |
|
514 |
Provides: samba4-test = %{samba_depver} |
515 |
Obsoletes: samba4-test < %{samba_depver} |
516 |
|
517 |
%description test |
518 |
%{name}-test provides testing tools for both the server and client |
519 |
packages of Samba. |
520 |
|
521 |
### TEST-LIBS |
522 |
%package test-libs |
523 |
Summary: Libraries need by teh testing tools for Samba servers and clients |
524 |
Group: Applications/System |
525 |
Requires: %{name}-client-libs = %{samba_depver} |
526 |
Requires: %{name}-libs = %{samba_depver} |
527 |
|
528 |
%description test-libs |
529 |
%{name}-test-libs provides libraries required by the testing tools. |
530 |
|
531 |
### TEST-DEVEL |
532 |
%package test-devel |
533 |
Summary: Testing devel files for Samba servers and clients |
534 |
Group: Applications/System |
535 |
Requires: %{name}-libs = %{samba_depver} |
536 |
Requires: %{name}-test-libs = %{samba_depver} |
537 |
|
538 |
%description test-devel |
539 |
samba-test-devel provides testing devel files for both the server and client |
540 |
packages of Samba. |
541 |
|
542 |
### WINBIND |
543 |
%package winbind |
544 |
Summary: Samba winbind |
545 |
Group: Applications/System |
546 |
Requires(pre): %{name}-common = %{samba_depver} |
547 |
Requires: %{name}-common = %{samba_depver} |
548 |
Requires: %{name}-common-libs = %{samba_depver} |
549 |
Requires: %{name}-common-tools = %{samba_depver} |
550 |
Requires: %{name}-client-libs = %{samba_depver} |
551 |
Requires: %{name}-libs = %{samba_depver} |
552 |
Requires: %{name}-winbind-modules = %{samba_depver} |
553 |
|
554 |
Provides: samba4-winbind = %{samba_depver} |
555 |
Obsoletes: samba4-winbind < %{samba_depver} |
556 |
|
557 |
%description winbind |
558 |
The samba-winbind package provides the winbind NSS library, and some |
559 |
client tools. Winbind enables Linux to be a full member in Windows |
560 |
domains and to use Windows user and group accounts on Linux. |
561 |
|
562 |
### WINBIND-CLIENTS |
563 |
%package winbind-clients |
564 |
Summary: Samba winbind clients |
565 |
Group: Applications/System |
566 |
Requires: %{name}-common = %{samba_depver} |
567 |
Requires: %{name}-common-libs = %{samba_depver} |
568 |
Requires: %{name}-client-libs = %{samba_depver} |
569 |
Requires: %{name}-libs = %{samba_depver} |
570 |
Requires: %{name}-winbind = %{samba_depver} |
571 |
%if %with_libwbclient |
572 |
Requires: libwbclient = %{samba_depver} |
573 |
%endif |
574 |
|
575 |
Provides: samba4-winbind-clients = %{samba_depver} |
576 |
Obsoletes: samba4-winbind-clients < %{samba_depver} |
577 |
|
578 |
%description winbind-clients |
579 |
The samba-winbind-clients package provides the wbinfo and ntlm_auth |
580 |
tool. |
581 |
|
582 |
### WINBIND-KRB5-LOCATOR |
583 |
%package winbind-krb5-locator |
584 |
Summary: Samba winbind krb5 locator |
585 |
Group: Applications/System |
586 |
%if %with_libwbclient |
587 |
Requires: libwbclient = %{samba_depver} |
588 |
Requires: %{name}-winbind = %{samba_depver} |
589 |
%else |
590 |
Requires: %{name}-libs = %{samba_depver} |
591 |
%endif |
592 |
|
593 |
Provides: samba4-winbind-krb5-locator = %{samba_depver} |
594 |
Obsoletes: samba4-winbind-krb5-locator < %{samba_depver} |
595 |
|
596 |
# Handle winbind_krb5_locator.so as alternatives to allow |
597 |
# IPA AD trusts case where it should not be used by libkrb5 |
598 |
# The plugin will be diverted to /dev/null by the FreeIPA |
599 |
# freeipa-server-trust-ad subpackage due to higher priority |
600 |
# and restored to the proper one on uninstall |
601 |
Requires(post): %{_sbindir}/update-alternatives |
602 |
Requires(postun): %{_sbindir}/update-alternatives |
603 |
Requires(preun): %{_sbindir}/update-alternatives |
604 |
|
605 |
%description winbind-krb5-locator |
606 |
The winbind krb5 locator is a plugin for the system kerberos library to allow |
607 |
the local kerberos library to use the same KDC as samba and winbind use |
608 |
|
609 |
### WINBIND-MODULES |
610 |
%package winbind-modules |
611 |
Summary: Samba winbind modules |
612 |
Group: Applications/System |
613 |
Requires: %{name}-client-libs = %{samba_depver} |
614 |
Requires: %{name}-libs = %{samba_depver} |
615 |
%if %with_libwbclient |
616 |
Requires: libwbclient = %{samba_depver} |
617 |
%endif |
618 |
Requires: pam |
619 |
|
620 |
%description winbind-modules |
621 |
The samba-winbind-modules package provides the NSS library and a PAM |
622 |
module necessary to communicate to the Winbind Daemon |
623 |
|
624 |
### CTDB |
625 |
%if %with_clustering_support |
626 |
%package -n ctdb |
627 |
Summary: A Clustered Database based on Samba's Trivial Database (TDB) |
628 |
Group: System Environment/Daemons |
629 |
|
630 |
Requires: %{name}-client-libs = %{samba_depver} |
631 |
|
632 |
Requires: coreutils |
633 |
Requires: fileutils |
634 |
# for ps and killall |
635 |
Requires: psmisc |
636 |
Requires: sed |
637 |
Requires: tdb-tools |
638 |
Requires: gawk |
639 |
# for pkill and pidof: |
640 |
Requires: procps-ng |
641 |
# for netstat: |
642 |
Requires: net-tools |
643 |
Requires: ethtool |
644 |
# for ip: |
645 |
Requires: iproute |
646 |
Requires: iptables |
647 |
# for flock, getopt, kill: |
648 |
Requires: util-linux |
649 |
|
650 |
Requires(post): systemd-units |
651 |
Requires(preun): systemd-units |
652 |
Requires(postun): systemd-units |
653 |
|
654 |
%description -n ctdb |
655 |
CTDB is a cluster implementation of the TDB database used by Samba and other |
656 |
projects to store temporary data. If an application is already using TDB for |
657 |
temporary data it is very easy to convert that application to be cluster aware |
658 |
and use CTDB instead. |
659 |
|
660 |
### CTDB-DEVEL |
661 |
%package -n ctdb-devel |
662 |
Summary: CTDB clustered database development package |
663 |
Group: Development/Libraries |
664 |
|
665 |
Requires: ctdb = %{samba_depver} |
666 |
Provides: ctdb-static = %{samba_depver} |
667 |
|
668 |
%description -n ctdb-devel |
669 |
Libraries, include files, etc you can use to develop CTDB applications. |
670 |
CTDB is a cluster implementation of the TDB database used by Samba and other |
671 |
projects to store temporary data. If an application is already using TDB for |
672 |
temporary data it is very easy to convert that application to be cluster aware |
673 |
and use CTDB instead. |
674 |
|
675 |
### CTDB-TEST |
676 |
%package -n ctdb-tests |
677 |
Summary: CTDB clustered database test suite |
678 |
Group: Development/Tools |
679 |
|
680 |
Requires: samba-client-libs = %{samba_depver} |
681 |
|
682 |
Requires: ctdb = %{samba_depver} |
683 |
Requires: nc |
684 |
|
685 |
%description -n ctdb-tests |
686 |
Test suite for CTDB. |
687 |
CTDB is a cluster implementation of the TDB database used by Samba and other |
688 |
projects to store temporary data. If an application is already using TDB for |
689 |
temporary data it is very easy to convert that application to be cluster aware |
690 |
and use CTDB instead. |
691 |
%endif # with_clustering_support |
692 |
|
693 |
|
694 |
|
695 |
%prep |
696 |
%setup -q -n samba-%{version}%{pre_release} |
697 |
|
698 |
%patch1 -p1 -b .samba-4.2.10-ldap-sasl-win2003.patch |
699 |
%patch3 -p1 -b .samba-4.2.3-document_netbios_length.patch |
700 |
%patch4 -p1 -b .samba-4.2.3-fix_net_ads_keytab_segfault.patch |
701 |
%patch5 -p1 -b .samba-4.2.10-s3-parm-clean-up-defaults-when-removing-global-param.patch |
702 |
%patch6 -p1 -b .samba-4.2.10-s3-winbind-make-sure-domain-member-can-talk-to-trust.patch |
703 |
%patch7 -p1 -b .samba-4.2.10-badlock-bugfixes.patch |
704 |
%patch8 -p1 -b .samba-4.2.10-fix_rpcclient_ipc_signing.patch |
705 |
%patch9 -p1 -b .samba-4.2.10-fix_ntlm_auth_issues.patch |
706 |
%patch10 -p1 -b .samba-4.2.10-fix_msrpc_parse.patch |
707 |
%patch11 -p1 -b .samba-4.2.10-fix_anon_with_singing_mandatory.patch |
708 |
%patch12 -p1 -b .samba-4.2.99-fix_idmap_hash_with_other_modules.path |
709 |
%patch13 -p1 -b .samba-4.2.99-net_ads_join_fix_keytab_generation.patch |
710 |
%patch14 -p1 -b .CVE-2016-2119-v4-2.patch |
711 |
|
712 |
%build |
713 |
%global _talloc_lib ,talloc,pytalloc,pytalloc-util |
714 |
%global _tevent_lib ,tevent,pytevent |
715 |
%global _tdb_lib ,tdb,pytdb |
716 |
%global _ldb_lib ,ldb,pyldb |
717 |
|
718 |
%if ! %{with_internal_talloc} |
719 |
%global _talloc_lib ,!talloc,!pytalloc,!pytalloc-util |
720 |
%endif |
721 |
|
722 |
%if ! %{with_internal_tevent} |
723 |
%global _tevent_lib ,!tevent,!pytevent |
724 |
%endif |
725 |
|
726 |
%if ! %{with_internal_tdb} |
727 |
%global _tdb_lib ,!tdb,!pytdb |
728 |
%endif |
729 |
|
730 |
%if ! %{with_internal_ldb} |
731 |
%global _ldb_lib ,!ldb,!pyldb |
732 |
%endif |
733 |
|
734 |
%global _samba4_libraries heimdal,!zlib,!popt%{_talloc_lib}%{_tevent_lib}%{_tdb_lib}%{_ldb_lib} |
735 |
|
736 |
%global _samba4_idmap_modules idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2 |
737 |
%global _samba4_pdb_modules pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4 |
738 |
%global _samba4_auth_modules auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4 |
739 |
|
740 |
%global _samba4_modules %{_samba4_idmap_modules},%{_samba4_pdb_modules},%{_samba4_auth_modules} |
741 |
|
742 |
%global _libsmbclient %nil |
743 |
%global _libwbclient %nil |
744 |
|
745 |
%if ! %with_libsmbclient |
746 |
%global _libsmbclient smbclient, |
747 |
%endif |
748 |
|
749 |
%if ! %with_libwbclient |
750 |
%global _libwbclient wbclient, |
751 |
%endif |
752 |
|
753 |
%global _samba4_private_libraries %{_libsmbclient}%{_libwbclient} |
754 |
|
755 |
%configure \ |
756 |
--enable-fhs \ |
757 |
--with-piddir=/run \ |
758 |
--with-sockets-dir=/run/samba \ |
759 |
--with-modulesdir=%{_libdir}/samba \ |
760 |
--with-pammodulesdir=%{_libdir}/security \ |
761 |
--with-lockdir=/var/lib/samba \ |
762 |
--with-cachedir=/var/lib/samba \ |
763 |
--disable-rpath-install \ |
764 |
--with-shared-modules=%{_samba4_modules} \ |
765 |
--bundled-libraries=%{_samba4_libraries} \ |
766 |
--with-pam \ |
767 |
--with-pie \ |
768 |
--with-relro \ |
769 |
--without-fam \ |
770 |
%if (! %with_libsmbclient) || (! %with_libwbclient) |
771 |
--private-libraries=%{_samba4_private_libraries} \ |
772 |
%endif |
773 |
%if %with_mitkrb5 |
774 |
--with-system-mitkrb5 \ |
775 |
%endif |
776 |
%if ! %with_dc |
777 |
--without-ad-dc \ |
778 |
%endif |
779 |
%if ! %with_vfs_glusterfs |
780 |
--disable-glusterfs \ |
781 |
%endif |
782 |
%if %with_clustering_support |
783 |
--with-cluster-support \ |
784 |
%endif |
785 |
%if %with_profiling |
786 |
--with-profiling-data \ |
787 |
%endif |
788 |
%if %{with testsuite} |
789 |
--enable-selftest \ |
790 |
%endif |
791 |
%if ! %with_pam_smbpass |
792 |
--without-pam_smbpass \ |
793 |
%endif |
794 |
--with-systemd |
795 |
|
796 |
make %{?_smp_mflags} |
797 |
|
798 |
%install |
799 |
rm -rf %{buildroot} |
800 |
make %{?_smp_mflags} install DESTDIR=%{buildroot} |
801 |
|
802 |
install -d -m 0755 %{buildroot}/usr/{sbin,bin} |
803 |
install -d -m 0755 %{buildroot}%{_libdir}/security |
804 |
install -d -m 0755 %{buildroot}/var/lib/samba |
805 |
install -d -m 0755 %{buildroot}/var/lib/samba/private |
806 |
install -d -m 0755 %{buildroot}/var/lib/samba/winbindd_privileged |
807 |
install -d -m 0755 %{buildroot}/var/lib/samba/scripts |
808 |
install -d -m 0755 %{buildroot}/var/lib/samba/sysvol |
809 |
install -d -m 0755 %{buildroot}/var/log/samba/old |
810 |
install -d -m 0755 %{buildroot}/var/spool/samba |
811 |
install -d -m 0755 %{buildroot}/var/run/samba |
812 |
install -d -m 0755 %{buildroot}/var/run/winbindd |
813 |
install -d -m 0755 %{buildroot}/%{_libdir}/samba |
814 |
install -d -m 0755 %{buildroot}/%{_libdir}/pkgconfig |
815 |
|
816 |
# Move libwbclient.so* into private directory, it cannot be just libdir/samba |
817 |
# because samba uses rpath with this directory. |
818 |
install -d -m 0755 %{buildroot}/%{_libdir}/samba/wbclient |
819 |
mv %{buildroot}/%{_libdir}/libwbclient.so* %{buildroot}/%{_libdir}/samba/wbclient |
820 |
if [ ! -f %{buildroot}/%{_libdir}/samba/wbclient/libwbclient.so.%{libwbc_alternatives_version} ] |
821 |
then |
822 |
echo "Expected libwbclient version not found, please check if version has changed." |
823 |
exit -1 |
824 |
fi |
825 |
|
826 |
# Install other stuff |
827 |
install -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d |
828 |
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/samba |
829 |
|
830 |
install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/samba/smb.conf |
831 |
|
832 |
install -d -m 0755 %{buildroot}%{_sysconfdir}/security |
833 |
install -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/security/pam_winbind.conf |
834 |
|
835 |
install -d -m 0755 %{buildroot}%{_sysconfdir}/pam.d |
836 |
install -m 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/pam.d/samba |
837 |
|
838 |
echo 127.0.0.1 localhost > %{buildroot}%{_sysconfdir}/samba/lmhosts |
839 |
|
840 |
# openLDAP database schema |
841 |
install -d -m 0755 %{buildroot}%{_sysconfdir}/openldap/schema |
842 |
install -m644 examples/LDAP/samba.schema %{buildroot}%{_sysconfdir}/openldap/schema/samba.schema |
843 |
|
844 |
install -m 0744 packaging/printing/smbprint %{buildroot}%{_bindir}/smbprint |
845 |
|
846 |
install -d -m 0755 %{buildroot}%{_prefix}/lib/tmpfiles.d/ |
847 |
install -m644 packaging/systemd/samba.conf.tmp %{buildroot}%{_prefix}/lib/tmpfiles.d/samba.conf |
848 |
# create /run/samba too. |
849 |
echo "d /run/samba 755 root root" >> %{buildroot}%{_prefix}/lib/tmpfiles.d/samba.conf |
850 |
%if %with_clustering_support |
851 |
echo "d /run/ctdb 755 root root" >> %{buildroot}%{_tmpfilesdir}/ctdb.conf |
852 |
%endif |
853 |
|
854 |
install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig |
855 |
install -m 0644 packaging/systemd/samba.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/samba |
856 |
%if %with_clustering_support |
857 |
install -m 0644 ctdb/config/ctdb.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/ctdb |
858 |
%endif |
859 |
|
860 |
install -m 0644 %{SOURCE201} packaging/README.downgrade |
861 |
|
862 |
%if ! %with_dc |
863 |
install -m 0644 %{SOURCE200} packaging/README.dc |
864 |
install -m 0644 %{SOURCE200} packaging/README.dc-libs |
865 |
%endif |
866 |
|
867 |
install -d -m 0755 %{buildroot}%{_unitdir} |
868 |
for i in nmb smb winbind samba ; do |
869 |
cat packaging/systemd/$i.service | sed -e 's@\[Service\]@[Service]\nEnvironment=KRB5CCNAME=/run/samba/krb5cc_samba@g' >tmp$i.service |
870 |
install -m 0644 tmp$i.service %{buildroot}%{_unitdir}/$i.service |
871 |
done |
872 |
%if %with_clustering_support |
873 |
install -m 0755 ctdb/config/ctdb.service %{buildroot}%{_unitdir} |
874 |
%endif |
875 |
|
876 |
# NetworkManager online/offline script |
877 |
install -d -m 0755 %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/ |
878 |
install -m 0755 packaging/NetworkManager/30-winbind-systemd \ |
879 |
%{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/30-winbind |
880 |
|
881 |
# winbind krb5 locator |
882 |
install -d -m 0755 %{buildroot}%{_libdir}/krb5/plugins/libkrb5 |
883 |
touch %{buildroot}%{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so |
884 |
|
885 |
%if ! %with_dc |
886 |
for i in %{_libdir}/samba/libdfs-server-ad-samba4.so \ |
887 |
%{_libdir}/samba/libdnsserver-common-samba4.so \ |
888 |
%{_mandir}/man8/samba.8 \ |
889 |
%{_mandir}/man8/samba-tool.8 \ |
890 |
%{_libdir}/samba/ldb/ildap.so \ |
891 |
%{_libdir}/samba/ldb/ldbsamba_extensions.so ; do |
892 |
rm -f %{buildroot}$i |
893 |
done |
894 |
%endif |
895 |
|
896 |
# This makes the right links, as rpmlint requires that |
897 |
# the ldconfig-created links be recorded in the RPM. |
898 |
/sbin/ldconfig -N -n %{buildroot}%{_libdir} |
899 |
|
900 |
%if %{with testsuite} |
901 |
%check |
902 |
TDB_NO_FSYNC=1 make %{?_smp_mflags} test |
903 |
%endif |
904 |
|
905 |
%post |
906 |
%systemd_post smb.service |
907 |
%systemd_post nmb.service |
908 |
|
909 |
%preun |
910 |
%systemd_preun smb.service |
911 |
%systemd_preun nmb.service |
912 |
|
913 |
%postun |
914 |
%systemd_postun_with_restart smb.service |
915 |
%systemd_postun_with_restart nmb.service |
916 |
|
917 |
%post common |
918 |
/sbin/ldconfig |
919 |
/usr/bin/systemd-tmpfiles --create %{_prefix}/lib/tmpfiles.d/samba.conf |
920 |
if [ -d /var/cache/samba ]; then |
921 |
mv /var/cache/samba/netsamlogon_cache.tdb /var/lib/samba/ 2>/dev/null |
922 |
mv /var/cache/samba/winbindd_cache.tdb /var/lib/samba/ 2>/dev/null |
923 |
rm -rf /var/cache/samba/ |
924 |
ln -sf /var/cache/samba /var/lib/samba/ |
925 |
fi |
926 |
|
927 |
%postun common -p /sbin/ldconfig |
928 |
|
929 |
%if %with_dc |
930 |
%post dc-libs -p /sbin/ldconfig |
931 |
|
932 |
%postun dc-libs -p /sbin/ldconfig |
933 |
%endif # with_dc |
934 |
|
935 |
%post libs -p /sbin/ldconfig |
936 |
|
937 |
%postun libs -p /sbin/ldconfig |
938 |
|
939 |
%if %with_libsmbclient |
940 |
%post -n libsmbclient -p /sbin/ldconfig |
941 |
|
942 |
%postun -n libsmbclient -p /sbin/ldconfig |
943 |
%endif # with_libsmbclient |
944 |
|
945 |
%if %with_libwbclient |
946 |
%posttrans -n libwbclient |
947 |
# It has to be posttrans here to make sure all files of a previous version |
948 |
# without alternatives support are removed |
949 |
%{_sbindir}/update-alternatives --install %{_libdir}/libwbclient.so.%{libwbc_alternatives_version} \ |
950 |
libwbclient.so.%{libwbc_alternatives_version}%{libwbc_alternatives_suffix} %{_libdir}/samba/wbclient/libwbclient.so.%{libwbc_alternatives_version} 10 |
951 |
/sbin/ldconfig |
952 |
|
953 |
%preun -n libwbclient |
954 |
%{_sbindir}/update-alternatives --remove libwbclient.so.%{libwbc_alternatives_version}%{libwbc_alternatives_suffix} %{_libdir}/samba/wbclient/libwbclient.so.%{libwbc_alternatives_version} |
955 |
/sbin/ldconfig |
956 |
|
957 |
%posttrans -n libwbclient-devel |
958 |
%{_sbindir}/update-alternatives --install %{_libdir}/libwbclient.so \ |
959 |
libwbclient.so%{libwbc_alternatives_suffix} %{_libdir}/samba/wbclient/libwbclient.so 10 |
960 |
|
961 |
%preun -n libwbclient-devel |
962 |
# alternatives checks if the file which should be removed is a link or not, but |
963 |
# not if it points to the /etc/alternatives directory or to some other place. |
964 |
# When downgrading to a version where alternatives is not used and |
965 |
# libwbclient.so is a link and not a file it will be removed. The following |
966 |
# check removes the alternatives files manually if that is the case. |
967 |
if [ "`readlink %{_libdir}/libwbclient.so`" == "libwbclient.so.%{libwbc_alternatives_version}" ]; then |
968 |
/bin/rm -f /etc/alternatives/libwbclient.so%{libwbc_alternatives_suffix} /var/lib/alternatives/libwbclient.so%{libwbc_alternatives_suffix} 2> /dev/null |
969 |
else |
970 |
%{_sbindir}/update-alternatives --remove libwbclient.so%{libwbc_alternatives_suffix} %{_libdir}/samba/wbclient/libwbclient.so |
971 |
fi |
972 |
|
973 |
%endif # with_libwbclient |
974 |
|
975 |
%post test -p /sbin/ldconfig |
976 |
|
977 |
%postun test -p /sbin/ldconfig |
978 |
|
979 |
%pre winbind |
980 |
/usr/sbin/groupadd -g 88 wbpriv >/dev/null 2>&1 || : |
981 |
|
982 |
%post winbind |
983 |
%systemd_post winbind.service |
984 |
|
985 |
%preun winbind |
986 |
%systemd_preun winbind.service |
987 |
|
988 |
%postun winbind |
989 |
%systemd_postun_with_restart smb.service |
990 |
%systemd_postun_with_restart nmb.service |
991 |
|
992 |
%postun winbind-krb5-locator |
993 |
if [ "$1" -ge "1" ]; then |
994 |
if [ "`readlink %{_sysconfdir}/alternatives/winbind_krb5_locator.so`" == "%{_libdir}/winbind_krb5_locator.so" ]; then |
995 |
%{_sbindir}/update-alternatives --set winbind_krb5_locator.so %{_libdir}/winbind_krb5_locator.so |
996 |
fi |
997 |
fi |
998 |
|
999 |
%post winbind-krb5-locator |
1000 |
%{_sbindir}/update-alternatives --install %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so \ |
1001 |
winbind_krb5_locator.so %{_libdir}/winbind_krb5_locator.so 10 |
1002 |
|
1003 |
%preun winbind-krb5-locator |
1004 |
if [ $1 -eq 0 ]; then |
1005 |
%{_sbindir}/update-alternatives --remove winbind_krb5_locator.so %{_libdir}/winbind_krb5_locator.so |
1006 |
fi |
1007 |
|
1008 |
%post winbind-modules -p /sbin/ldconfig |
1009 |
|
1010 |
%postun winbind-modules -p /sbin/ldconfig |
1011 |
|
1012 |
%if %with_clustering_support |
1013 |
%post -n ctdb |
1014 |
/usr/bin/systemd-tmpfiles --create %{_prefix}/lib/tmpfiles.d/ctdb.conf |
1015 |
%systemd_post ctdb.service |
1016 |
|
1017 |
%preun -n ctdb |
1018 |
%systemd_preun ctdb.service |
1019 |
|
1020 |
%postun -n ctdb |
1021 |
%systemd_postun_with_restart ctdb.service |
1022 |
%endif |
1023 |
|
1024 |
|
1025 |
%clean |
1026 |
rm -rf %{buildroot} |
1027 |
|
1028 |
### SAMBA |
1029 |
%files |
1030 |
%defattr(-,root,root,-) |
1031 |
%doc COPYING README WHATSNEW.txt |
1032 |
%doc examples/autofs examples/LDAP examples/misc |
1033 |
%doc examples/printer-accounting examples/printing |
1034 |
%doc packaging/README.downgrade |
1035 |
%{_bindir}/smbstatus |
1036 |
%{_bindir}/eventlogadm |
1037 |
%{_sbindir}/nmbd |
1038 |
%{_sbindir}/smbd |
1039 |
%dir %{_libdir}/samba/auth |
1040 |
%{_libdir}/samba/auth/script.so |
1041 |
%{_libdir}/samba/auth/unix.so |
1042 |
%{_libdir}/samba/auth/wbc.so |
1043 |
%dir %{_libdir}/samba/vfs |
1044 |
%{_libdir}/samba/vfs/acl_tdb.so |
1045 |
%{_libdir}/samba/vfs/acl_xattr.so |
1046 |
%{_libdir}/samba/vfs/aio_fork.so |
1047 |
%{_libdir}/samba/vfs/aio_linux.so |
1048 |
%{_libdir}/samba/vfs/aio_posix.so |
1049 |
%{_libdir}/samba/vfs/aio_pthread.so |
1050 |
%{_libdir}/samba/vfs/audit.so |
1051 |
%{_libdir}/samba/vfs/btrfs.so |
1052 |
%{_libdir}/samba/vfs/cap.so |
1053 |
%{_libdir}/samba/vfs/catia.so |
1054 |
%{_libdir}/samba/vfs/commit.so |
1055 |
%{_libdir}/samba/vfs/crossrename.so |
1056 |
%{_libdir}/samba/vfs/default_quota.so |
1057 |
%{_libdir}/samba/vfs/dirsort.so |
1058 |
%{_libdir}/samba/vfs/expand_msdfs.so |
1059 |
%{_libdir}/samba/vfs/extd_audit.so |
1060 |
%{_libdir}/samba/vfs/fake_perms.so |
1061 |
%{_libdir}/samba/vfs/fileid.so |
1062 |
%{_libdir}/samba/vfs/fruit.so |
1063 |
%{_libdir}/samba/vfs/full_audit.so |
1064 |
%{_libdir}/samba/vfs/linux_xfs_sgid.so |
1065 |
%{_libdir}/samba/vfs/media_harmony.so |
1066 |
%{_libdir}/samba/vfs/netatalk.so |
1067 |
%{_libdir}/samba/vfs/preopen.so |
1068 |
%{_libdir}/samba/vfs/readahead.so |
1069 |
%{_libdir}/samba/vfs/readonly.so |
1070 |
%{_libdir}/samba/vfs/recycle.so |
1071 |
%{_libdir}/samba/vfs/scannedonly.so |
1072 |
%{_libdir}/samba/vfs/shadow_copy.so |
1073 |
%{_libdir}/samba/vfs/shadow_copy2.so |
1074 |
%{_libdir}/samba/vfs/smb_traffic_analyzer.so |
1075 |
%{_libdir}/samba/vfs/snapper.so |
1076 |
%{_libdir}/samba/vfs/streams_depot.so |
1077 |
%{_libdir}/samba/vfs/streams_xattr.so |
1078 |
%{_libdir}/samba/vfs/syncops.so |
1079 |
%{_libdir}/samba/vfs/time_audit.so |
1080 |
%{_libdir}/samba/vfs/worm.so |
1081 |
%{_libdir}/samba/vfs/xattr_tdb.so |
1082 |
|
1083 |
%{_unitdir}/nmb.service |
1084 |
%{_unitdir}/smb.service |
1085 |
%attr(1777,root,root) %dir /var/spool/samba |
1086 |
%dir %{_sysconfdir}/openldap/schema |
1087 |
%{_sysconfdir}/openldap/schema/samba.schema |
1088 |
%{_sysconfdir}/pam.d/samba |
1089 |
%{_mandir}/man1/smbstatus.1* |
1090 |
%{_mandir}/man8/eventlogadm.8* |
1091 |
%{_mandir}/man8/smbd.8* |
1092 |
%{_mandir}/man8/nmbd.8* |
1093 |
#%{_mandir}/man8/vfs_*.8* |
1094 |
%{_mandir}/man8/vfs_acl_tdb.8* |
1095 |
%{_mandir}/man8/vfs_acl_xattr.8* |
1096 |
%{_mandir}/man8/vfs_aio_fork.8* |
1097 |
%{_mandir}/man8/vfs_aio_linux.8* |
1098 |
%{_mandir}/man8/vfs_aio_pthread.8* |
1099 |
%{_mandir}/man8/vfs_audit.8* |
1100 |
%{_mandir}/man8/vfs_btrfs.8* |
1101 |
%{_mandir}/man8/vfs_cacheprime.8* |
1102 |
%{_mandir}/man8/vfs_cap.8* |
1103 |
%{_mandir}/man8/vfs_catia.8* |
1104 |
%{_mandir}/man8/vfs_commit.8* |
1105 |
%{_mandir}/man8/vfs_crossrename.8* |
1106 |
%{_mandir}/man8/vfs_default_quota.8* |
1107 |
%{_mandir}/man8/vfs_dirsort.8* |
1108 |
%{_mandir}/man8/vfs_extd_audit.8* |
1109 |
%{_mandir}/man8/vfs_fake_perms.8* |
1110 |
%{_mandir}/man8/vfs_fileid.8* |
1111 |
%{_mandir}/man8/vfs_fruit.8* |
1112 |
%{_mandir}/man8/vfs_full_audit.8* |
1113 |
%{_mandir}/man8/vfs_gpfs.8* |
1114 |
%{_mandir}/man8/vfs_linux_xfs_sgid.8* |
1115 |
%{_mandir}/man8/vfs_media_harmony.8* |
1116 |
%{_mandir}/man8/vfs_netatalk.8* |
1117 |
%{_mandir}/man8/vfs_notify_fam.8* |
1118 |
%{_mandir}/man8/vfs_prealloc.8* |
1119 |
%{_mandir}/man8/vfs_preopen.8* |
1120 |
%{_mandir}/man8/vfs_readahead.8* |
1121 |
%{_mandir}/man8/vfs_readonly.8* |
1122 |
%{_mandir}/man8/vfs_recycle.8* |
1123 |
%{_mandir}/man8/vfs_scannedonly.8* |
1124 |
%{_mandir}/man8/vfs_shadow_copy.8* |
1125 |
%{_mandir}/man8/vfs_shadow_copy2.8* |
1126 |
%{_mandir}/man8/vfs_smb_traffic_analyzer.8* |
1127 |
%{_mandir}/man8/vfs_snapper.8* |
1128 |
%{_mandir}/man8/vfs_streams_depot.8* |
1129 |
%{_mandir}/man8/vfs_streams_xattr.8* |
1130 |
%{_mandir}/man8/vfs_syncops.8* |
1131 |
%{_mandir}/man8/vfs_time_audit.8* |
1132 |
%{_mandir}/man8/vfs_tsmsm.8* |
1133 |
%{_mandir}/man8/vfs_worm.8* |
1134 |
%{_mandir}/man8/vfs_xattr_tdb.8* |
1135 |
|
1136 |
%if ! %{with_vfs_glusterfs} |
1137 |
%exclude %{_mandir}/man8/vfs_glusterfs.8* |
1138 |
%endif |
1139 |
|
1140 |
%if ! %{with_vfs_cephfs} |
1141 |
%exclude %{_mandir}/man8/vfs_ceph.8* |
1142 |
%endif |
1143 |
|
1144 |
### CLIENT |
1145 |
%files client |
1146 |
%defattr(-,root,root) |
1147 |
%{_bindir}/cifsdd |
1148 |
%{_bindir}/dbwrap_tool |
1149 |
%{_bindir}/nmblookup |
1150 |
%{_bindir}/oLschema2ldif |
1151 |
%{_bindir}/regdiff |
1152 |
%{_bindir}/regpatch |
1153 |
%{_bindir}/regshell |
1154 |
%{_bindir}/regtree |
1155 |
%{_bindir}/rpcclient |
1156 |
%{_bindir}/samba-regedit |
1157 |
%{_bindir}/sharesec |
1158 |
%{_bindir}/smbcacls |
1159 |
%{_bindir}/smbclient |
1160 |
%{_bindir}/smbcquotas |
1161 |
%{_bindir}/smbget |
1162 |
#%{_bindir}/smbiconv |
1163 |
%{_bindir}/smbprint |
1164 |
%{_bindir}/smbspool |
1165 |
%{_bindir}/smbta-util |
1166 |
%{_bindir}/smbtar |
1167 |
%{_bindir}/smbtree |
1168 |
%{_mandir}/man1/dbwrap_tool.1* |
1169 |
%{_mandir}/man1/nmblookup.1* |
1170 |
%{_mandir}/man1/oLschema2ldif.1* |
1171 |
%{_mandir}/man1/regdiff.1* |
1172 |
%{_mandir}/man1/regpatch.1* |
1173 |
%{_mandir}/man1/regshell.1* |
1174 |
%{_mandir}/man1/regtree.1* |
1175 |
%exclude %{_mandir}/man1/findsmb.1* |
1176 |
%{_mandir}/man1/log2pcap.1* |
1177 |
%{_mandir}/man1/rpcclient.1* |
1178 |
%{_mandir}/man1/sharesec.1* |
1179 |
%{_mandir}/man1/smbcacls.1* |
1180 |
%{_mandir}/man1/smbclient.1* |
1181 |
%{_mandir}/man1/smbcquotas.1* |
1182 |
%{_mandir}/man1/smbget.1* |
1183 |
%{_mandir}/man3/ntdb.3* |
1184 |
%{_mandir}/man5/smbgetrc.5* |
1185 |
%{_mandir}/man1/smbtar.1* |
1186 |
%{_mandir}/man1/smbtree.1* |
1187 |
%{_mandir}/man8/ntdbbackup.8* |
1188 |
%{_mandir}/man8/ntdbdump.8* |
1189 |
%{_mandir}/man8/ntdbrestore.8* |
1190 |
%{_mandir}/man8/ntdbtool.8* |
1191 |
%{_mandir}/man8/samba-regedit.8* |
1192 |
%{_mandir}/man8/smbspool.8* |
1193 |
%{_mandir}/man8/smbta-util.8* |
1194 |
|
1195 |
## we don't build it for now |
1196 |
%if %{with_internal_ntdb} |
1197 |
%{_bindir}/ntdbbackup |
1198 |
%{_bindir}/ntdbdump |
1199 |
%{_bindir}/ntdbrestore |
1200 |
%{_bindir}/ntdbtool |
1201 |
%endif |
1202 |
|
1203 |
%if %{with_internal_tdb} |
1204 |
%{_bindir}/tdbbackup |
1205 |
%{_bindir}/tdbdump |
1206 |
%{_bindir}/tdbrestore |
1207 |
%{_bindir}/tdbtool |
1208 |
%{_mandir}/man8/tdbbackup.8* |
1209 |
%{_mandir}/man8/tdbdump.8* |
1210 |
%{_mandir}/man8/tdbrestore.8* |
1211 |
%{_mandir}/man8/tdbtool.8* |
1212 |
%endif |
1213 |
|
1214 |
%if %with_internal_ldb |
1215 |
%{_bindir}/ldbadd |
1216 |
%{_bindir}/ldbdel |
1217 |
%{_bindir}/ldbedit |
1218 |
%{_bindir}/ldbmodify |
1219 |
%{_bindir}/ldbrename |
1220 |
%{_bindir}/ldbsearch |
1221 |
%{_libdir}/samba/libldb-cmdline.so |
1222 |
%dir %{_libdir}/samba/ldb |
1223 |
%{_libdir}/samba/ldb/asq.so |
1224 |
%{_libdir}/samba/ldb/paged_results.so |
1225 |
%{_libdir}/samba/ldb/paged_searches.so |
1226 |
%{_libdir}/samba/ldb/rdn_name.so |
1227 |
%{_libdir}/samba/ldb/sample.so |
1228 |
%{_libdir}/samba/ldb/server_sort.so |
1229 |
%{_libdir}/samba/ldb/skel.so |
1230 |
%{_libdir}/samba/ldb/tdb.so |
1231 |
%{_mandir}/man1/ldbadd.1.gz |
1232 |
%{_mandir}/man1/ldbdel.1.gz |
1233 |
%{_mandir}/man1/ldbedit.1.gz |
1234 |
%{_mandir}/man1/ldbmodify.1.gz |
1235 |
%{_mandir}/man1/ldbrename.1.gz |
1236 |
%{_mandir}/man1/ldbsearch.1.gz |
1237 |
%endif |
1238 |
|
1239 |
### CLIENT-LIBS |
1240 |
%files client-libs |
1241 |
%defattr(-,root,root) |
1242 |
%{_libdir}/libdcerpc-binding.so.* |
1243 |
%{_libdir}/libgensec.so.* |
1244 |
%{_libdir}/libndr.so.* |
1245 |
%{_libdir}/libndr-krb5pac.so.* |
1246 |
%{_libdir}/libndr-nbt.so.* |
1247 |
%{_libdir}/libndr-standard.so.* |
1248 |
%{_libdir}/libnetapi.so.* |
1249 |
%{_libdir}/libsamba-credentials.so.* |
1250 |
%{_libdir}/libsamba-passdb.so.* |
1251 |
%{_libdir}/libsamba-util.so.* |
1252 |
%{_libdir}/libsamba-hostconfig.so.* |
1253 |
%{_libdir}/libsamdb.so.* |
1254 |
%{_libdir}/libsmbconf.so.* |
1255 |
%{_libdir}/libsmbclient-raw.so.* |
1256 |
%{_libdir}/libsmbldap.so.* |
1257 |
%{_libdir}/libtevent-util.so.* |
1258 |
%{_libdir}/libregistry.so.* |
1259 |
%{_libdir}/libdcerpc.so.* |
1260 |
|
1261 |
%dir %{_libdir}/samba |
1262 |
%{_libdir}/samba/libCHARSET3-samba4.so |
1263 |
%{_libdir}/samba/libaddns-samba4.so |
1264 |
%{_libdir}/samba/libads-samba4.so |
1265 |
%{_libdir}/samba/libasn1util-samba4.so |
1266 |
%{_libdir}/samba/libauth-sam-reply-samba4.so |
1267 |
%{_libdir}/samba/libauth-samba4.so |
1268 |
%{_libdir}/samba/libauthkrb5-samba4.so |
1269 |
%{_libdir}/samba/libccan-samba4.so |
1270 |
%{_libdir}/samba/libcli-cldap-samba4.so |
1271 |
%{_libdir}/samba/libcli-ldap-common-samba4.so |
1272 |
%{_libdir}/samba/libcli-ldap-samba4.so |
1273 |
%{_libdir}/samba/libcli-nbt-samba4.so |
1274 |
%{_libdir}/samba/libcli-smb-common-samba4.so |
1275 |
%{_libdir}/samba/libcli-spoolss-samba4.so |
1276 |
%{_libdir}/samba/libcliauth-samba4.so |
1277 |
%{_libdir}/samba/libcmdline-credentials-samba4.so |
1278 |
%{_libdir}/samba/libdbwrap-samba4.so |
1279 |
%{_libdir}/samba/libdcerpc-samba-samba4.so |
1280 |
%{_libdir}/samba/liberrors-samba4.so |
1281 |
%{_libdir}/samba/libevents-samba4.so |
1282 |
%{_libdir}/samba/libflag-mapping-samba4.so |
1283 |
%{_libdir}/samba/libgpo-samba4.so |
1284 |
%{_libdir}/samba/libgse-samba4.so |
1285 |
%{_libdir}/samba/libhttp-samba4.so |
1286 |
%{_libdir}/samba/libinterfaces-samba4.so |
1287 |
%{_libdir}/samba/libkrb5samba-samba4.so |
1288 |
%{_libdir}/samba/libldbsamba-samba4.so |
1289 |
%{_libdir}/samba/liblibcli-lsa3-samba4.so |
1290 |
%{_libdir}/samba/liblibcli-netlogon3-samba4.so |
1291 |
%{_libdir}/samba/liblibsmb-samba4.so |
1292 |
%{_libdir}/samba/libmsrpc3-samba4.so |
1293 |
%{_libdir}/samba/libndr-samba-samba4.so |
1294 |
%{_libdir}/samba/libndr-samba4.so |
1295 |
%{_libdir}/samba/libnet-keytab-samba4.so |
1296 |
%{_libdir}/samba/libnetif-samba4.so |
1297 |
%{_libdir}/samba/libnpa-tstream-samba4.so |
1298 |
%{_libdir}/samba/libprinting-migrate-samba4.so |
1299 |
%{_libdir}/samba/libreplace-samba4.so |
1300 |
%{_libdir}/samba/libsamba-cluster-support-samba4.so |
1301 |
%{_libdir}/samba/libsamba-debug-samba4.so |
1302 |
%{_libdir}/samba/libsamba-modules-samba4.so |
1303 |
%{_libdir}/samba/libsamba-security-samba4.so |
1304 |
%{_libdir}/samba/libsamba-sockets-samba4.so |
1305 |
%{_libdir}/samba/libsamba3-util-samba4.so |
1306 |
%{_libdir}/samba/libsamdb-common-samba4.so |
1307 |
%{_libdir}/samba/libsecrets3-samba4.so |
1308 |
%{_libdir}/samba/libserver-role-samba4.so |
1309 |
%{_libdir}/samba/libsmb-transport-samba4.so |
1310 |
%{_libdir}/samba/libsmbd-base-samba4.so |
1311 |
%{_libdir}/samba/libsmbd-conn-samba4.so |
1312 |
%{_libdir}/samba/libsmbd-shim-samba4.so |
1313 |
%{_libdir}/samba/libsmbldaphelper-samba4.so |
1314 |
%{_libdir}/samba/libsmbregistry-samba4.so |
1315 |
%{_libdir}/samba/libsocket-blocking-samba4.so |
1316 |
%{_libdir}/samba/libtdb-wrap-samba4.so |
1317 |
%{_libdir}/samba/libtrusts-util-samba4.so |
1318 |
%{_libdir}/samba/libutil-cmdline-samba4.so |
1319 |
%{_libdir}/samba/libutil-ntdb-samba4.so |
1320 |
%{_libdir}/samba/libutil-reg-samba4.so |
1321 |
%{_libdir}/samba/libutil-setid-samba4.so |
1322 |
%{_libdir}/samba/libutil-tdb-samba4.so |
1323 |
|
1324 |
%if ! %with_libwbclient |
1325 |
%{_libdir}/samba/libwbclient.so.* |
1326 |
%{_libdir}/samba/libwinbind-client-samba4.so |
1327 |
%endif # ! with_libwbclient |
1328 |
|
1329 |
%if ! %with_libsmbclient |
1330 |
%{_libdir}/samba/libsmbclient.so.* |
1331 |
%{_mandir}/man7/libsmbclient.7* |
1332 |
%endif # ! with_libsmbclient |
1333 |
|
1334 |
%if %{with_internal_ntdb} |
1335 |
%{_libdir}/samba/libntdb.so.1 |
1336 |
%{_libdir}/samba/libntdb.so.%{ntdb_version} |
1337 |
%endif |
1338 |
|
1339 |
%if %{with_internal_talloc} |
1340 |
%{_libdir}/samba/libtalloc.so.2 |
1341 |
%{_libdir}/samba/libtalloc.so.%{talloc_version} |
1342 |
%{_libdir}/samba/libpytalloc-util.so.2 |
1343 |
%{_libdir}/samba/libpytalloc-util.so.%{talloc_version} |
1344 |
%{_mandir}/man3/talloc.3.gz |
1345 |
%endif |
1346 |
|
1347 |
%if %{with_internal_tevent} |
1348 |
%{_libdir}/samba/libtevent.so.0 |
1349 |
%{_libdir}/samba/libtevent.so.%{tevent_version} |
1350 |
%endif |
1351 |
|
1352 |
%if %{with_internal_tdb} |
1353 |
%{_libdir}/samba/libtdb.so.1 |
1354 |
%{_libdir}/samba/libtdb.so.%{tdb_version} |
1355 |
%endif |
1356 |
|
1357 |
%if %{with_internal_ldb} |
1358 |
%{_libdir}/samba/libldb.so.1 |
1359 |
%{_libdir}/samba/libldb.so.%{ldb_version} |
1360 |
%{_mandir}/man3/ldb.3.gz |
1361 |
%endif |
1362 |
|
1363 |
### COMMON |
1364 |
%files common |
1365 |
%defattr(-,root,root) |
1366 |
%{_prefix}/lib/tmpfiles.d/samba.conf |
1367 |
%{_datadir}/samba/codepages |
1368 |
%dir %{_sysconfdir}/logrotate.d/ |
1369 |
%config(noreplace) %{_sysconfdir}/logrotate.d/samba |
1370 |
%attr(0700,root,root) %dir /var/log/samba |
1371 |
%attr(0700,root,root) %dir /var/log/samba/old |
1372 |
%attr(0755,root,root) %dir /var/lib/samba |
1373 |
%ghost %dir /var/run/samba |
1374 |
%ghost %dir /var/run/winbindd |
1375 |
%attr(700,root,root) %dir /var/lib/samba/private |
1376 |
%attr(755,root,root) %dir %{_sysconfdir}/samba |
1377 |
%config(noreplace) %{_sysconfdir}/samba/smb.conf |
1378 |
%config(noreplace) %{_sysconfdir}/samba/lmhosts |
1379 |
%config(noreplace) %{_sysconfdir}/sysconfig/samba |
1380 |
%{_mandir}/man5/lmhosts.5* |
1381 |
%{_mandir}/man5/smb.conf.5* |
1382 |
%{_mandir}/man5/smbpasswd.5* |
1383 |
%{_mandir}/man7/samba.7* |
1384 |
|
1385 |
### COMMON-libs |
1386 |
%files common-libs |
1387 |
%defattr(-,root,root) |
1388 |
# common libraries |
1389 |
%{_libdir}/samba/libpopt-samba3-samba4.so |
1390 |
|
1391 |
%dir %{_libdir}/samba/pdb |
1392 |
%{_libdir}/samba/pdb/ldapsam.so |
1393 |
%{_libdir}/samba/pdb/smbpasswd.so |
1394 |
%{_libdir}/samba/pdb/tdbsam.so |
1395 |
%{_libdir}/samba/pdb/wbc_sam.so |
1396 |
|
1397 |
%if %with_pam_smbpass |
1398 |
%{_libdir}/security/pam_smbpass.so |
1399 |
%endif |
1400 |
|
1401 |
%files common-tools |
1402 |
%defattr(-,root,root) |
1403 |
%{_bindir}/net |
1404 |
%{_bindir}/pdbedit |
1405 |
%{_bindir}/profiles |
1406 |
%{_bindir}/smbcontrol |
1407 |
%{_bindir}/smbpasswd |
1408 |
%{_bindir}/testparm |
1409 |
%{_mandir}/man1/profiles.1* |
1410 |
%{_mandir}/man1/smbcontrol.1* |
1411 |
%{_mandir}/man1/testparm.1* |
1412 |
%{_mandir}/man8/net.8* |
1413 |
%{_mandir}/man8/pdbedit.8* |
1414 |
%{_mandir}/man8/smbpasswd.8* |
1415 |
|
1416 |
### DC |
1417 |
%files dc |
1418 |
%defattr(-,root,root) |
1419 |
|
1420 |
%if %with_dc |
1421 |
%{_bindir}/samba-tool |
1422 |
%{_sbindir}/samba |
1423 |
%{_sbindir}/samba_kcc |
1424 |
%{_sbindir}/samba_dnsupdate |
1425 |
%{_sbindir}/samba_spnupdate |
1426 |
%{_sbindir}/samba_upgradedns |
1427 |
%{_libdir}/mit_samba.so |
1428 |
%{_libdir}/samba/auth/samba4.so |
1429 |
%{_libdir}/samba/bind9/dlz_bind9.so |
1430 |
%{_libdir}/samba/bind9/dlz_bind9_10.so |
1431 |
%{_libdir}/samba/libheimntlm-samba4.so.1 |
1432 |
%{_libdir}/samba/libheimntlm-samba4.so.1.0.1 |
1433 |
%{_libdir}/samba/libkdc-samba4.so.2 |
1434 |
%{_libdir}/samba/libkdc-samba4.so.2.0.0 |
1435 |
%{_libdir}/samba/libpac-samba4.so |
1436 |
%dir %{_libdir}/samba/gensec |
1437 |
%{_libdir}/samba/gensec/krb5.so |
1438 |
%{_libdir}/samba/ldb/acl.so |
1439 |
%{_libdir}/samba/ldb/aclread.so |
1440 |
%{_libdir}/samba/ldb/anr.so |
1441 |
%{_libdir}/samba/ldb/descriptor.so |
1442 |
%{_libdir}/samba/ldb/dirsync.so |
1443 |
%{_libdir}/samba/ldb/extended_dn_in.so |
1444 |
%{_libdir}/samba/ldb/extended_dn_out.so |
1445 |
%{_libdir}/samba/ldb/extended_dn_store.so |
1446 |
%{_libdir}/samba/ldb/ildap.so |
1447 |
%{_libdir}/samba/ldb/instancetype.so |
1448 |
%{_libdir}/samba/ldb/lazy_commit.so |
1449 |
%{_libdir}/samba/ldb/ldbsamba_extensions.so |
1450 |
%{_libdir}/samba/ldb/linked_attributes.so |
1451 |
%{_libdir}/samba/ldb/local_password.so |
1452 |
%{_libdir}/samba/ldb/new_partition.so |
1453 |
%{_libdir}/samba/ldb/objectclass.so |
1454 |
%{_libdir}/samba/ldb/objectclass_attrs.so |
1455 |
%{_libdir}/samba/ldb/objectguid.so |
1456 |
%{_libdir}/samba/ldb/operational.so |
1457 |
%{_libdir}/samba/ldb/partition.so |
1458 |
%{_libdir}/samba/ldb/password_hash.so |
1459 |
%{_libdir}/samba/ldb/ranged_results.so |
1460 |
%{_libdir}/samba/ldb/repl_meta_data.so |
1461 |
%{_libdir}/samba/ldb/resolve_oids.so |
1462 |
%{_libdir}/samba/ldb/rootdse.so |
1463 |
%{_libdir}/samba/ldb/samba3sam.so |
1464 |
%{_libdir}/samba/ldb/samba3sid.so |
1465 |
%{_libdir}/samba/ldb/samba_dsdb.so |
1466 |
%{_libdir}/samba/ldb/samba_secrets.so |
1467 |
%{_libdir}/samba/ldb/samldb.so |
1468 |
%{_libdir}/samba/ldb/schema_data.so |
1469 |
%{_libdir}/samba/ldb/schema_load.so |
1470 |
%{_libdir}/samba/ldb/secrets_tdb_sync.so |
1471 |
%{_libdir}/samba/ldb/show_deleted.so |
1472 |
%{_libdir}/samba/ldb/simple_dn.so |
1473 |
%{_libdir}/samba/ldb/simple_ldap_map.so |
1474 |
%{_libdir}/samba/ldb/subtree_delete.so |
1475 |
%{_libdir}/samba/ldb/subtree_rename.so |
1476 |
%{_libdir}/samba/ldb/update_keytab.so |
1477 |
%{_libdir}/samba/ldb/wins_ldb.so |
1478 |
%{_libdir}/samba/vfs/posix_eadb.so |
1479 |
%dir /var/lib/samba/sysvol |
1480 |
%{_datadir}/samba/setup |
1481 |
%{_mandir}/man8/samba.8* |
1482 |
%{_mandir}/man8/samba-tool.8* |
1483 |
%{_unitdir}/samba.service |
1484 |
%else # with_dc |
1485 |
%doc packaging/README.dc |
1486 |
%endif # with_dc |
1487 |
|
1488 |
### DC-LIBS |
1489 |
%files dc-libs |
1490 |
%defattr(-,root,root) |
1491 |
%if %with_dc |
1492 |
%{_libdir}/samba/libprocess-model-samba4.so |
1493 |
%{_libdir}/samba/libservice-samba4.so |
1494 |
%dir %{_libdir}/samba/process_model |
1495 |
%{_libdir}/samba/process_model/onefork.so |
1496 |
%{_libdir}/samba/process_model/prefork.so |
1497 |
%{_libdir}/samba/process_model/standard.so |
1498 |
%dir %{_libdir}/samba/service |
1499 |
%{_libdir}/samba/service/cldap.so |
1500 |
%{_libdir}/samba/service/dcerpc.so |
1501 |
%{_libdir}/samba/service/dns.so |
1502 |
%{_libdir}/samba/service/dns_update.so |
1503 |
%{_libdir}/samba/service/drepl.so |
1504 |
%{_libdir}/samba/service/kcc.so |
1505 |
%{_libdir}/samba/service/kdc.so |
1506 |
%{_libdir}/samba/service/ldap.so |
1507 |
%{_libdir}/samba/service/nbtd.so |
1508 |
%{_libdir}/samba/service/ntp_signd.so |
1509 |
%{_libdir}/samba/service/s3fs.so |
1510 |
%{_libdir}/samba/service/smb.so |
1511 |
%{_libdir}/samba/service/web.so |
1512 |
%{_libdir}/samba/service/winbind.so |
1513 |
%{_libdir}/samba/service/winbindd.so |
1514 |
%{_libdir}/samba/service/wrepl.so |
1515 |
%{_libdir}/libdcerpc-server.so.* |
1516 |
%{_libdir}/samba/libdfs-server-ad-samba4.so |
1517 |
%{_libdir}/samba/libdnsserver-common-samba4.so |
1518 |
%{_libdir}/samba/libdsdb-module-samba4.so |
1519 |
%{_libdir}/samba/libntvfs-samba4.so |
1520 |
%{_libdir}/samba/libposix-eadb-samba4.so |
1521 |
%{_libdir}/samba/bind9/dlz_bind9_9.so |
1522 |
%else |
1523 |
%doc packaging/README.dc-libs |
1524 |
%endif # with_dc |
1525 |
|
1526 |
### DEVEL |
1527 |
%files devel |
1528 |
%defattr(-,root,root) |
1529 |
%{_includedir}/samba-4.0/charset.h |
1530 |
%{_includedir}/samba-4.0/core/doserr.h |
1531 |
%{_includedir}/samba-4.0/core/error.h |
1532 |
%{_includedir}/samba-4.0/core/hresult.h |
1533 |
%{_includedir}/samba-4.0/core/ntstatus.h |
1534 |
%{_includedir}/samba-4.0/core/werror.h |
1535 |
%{_includedir}/samba-4.0/credentials.h |
1536 |
%{_includedir}/samba-4.0/dcerpc.h |
1537 |
%{_includedir}/samba-4.0/dlinklist.h |
1538 |
%{_includedir}/samba-4.0/domain_credentials.h |
1539 |
%{_includedir}/samba-4.0/gen_ndr/atsvc.h |
1540 |
%{_includedir}/samba-4.0/gen_ndr/auth.h |
1541 |
%{_includedir}/samba-4.0/gen_ndr/dcerpc.h |
1542 |
%{_includedir}/samba-4.0/gen_ndr/epmapper.h |
1543 |
%{_includedir}/samba-4.0/gen_ndr/krb5pac.h |
1544 |
%{_includedir}/samba-4.0/gen_ndr/lsa.h |
1545 |
%{_includedir}/samba-4.0/gen_ndr/mgmt.h |
1546 |
%{_includedir}/samba-4.0/gen_ndr/misc.h |
1547 |
%{_includedir}/samba-4.0/gen_ndr/nbt.h |
1548 |
%{_includedir}/samba-4.0/gen_ndr/drsblobs.h |
1549 |
%{_includedir}/samba-4.0/gen_ndr/drsuapi.h |
1550 |
%{_includedir}/samba-4.0/gen_ndr/ndr_drsblobs.h |
1551 |
%{_includedir}/samba-4.0/gen_ndr/ndr_drsuapi.h |
1552 |
%{_includedir}/samba-4.0/gen_ndr/ndr_atsvc.h |
1553 |
%{_includedir}/samba-4.0/gen_ndr/ndr_atsvc_c.h |
1554 |
%{_includedir}/samba-4.0/gen_ndr/ndr_dcerpc.h |
1555 |
%{_includedir}/samba-4.0/gen_ndr/ndr_epmapper.h |
1556 |
%{_includedir}/samba-4.0/gen_ndr/ndr_epmapper_c.h |
1557 |
%{_includedir}/samba-4.0/gen_ndr/ndr_krb5pac.h |
1558 |
%{_includedir}/samba-4.0/gen_ndr/ndr_mgmt.h |
1559 |
%{_includedir}/samba-4.0/gen_ndr/ndr_mgmt_c.h |
1560 |
%{_includedir}/samba-4.0/gen_ndr/ndr_misc.h |
1561 |
%{_includedir}/samba-4.0/gen_ndr/ndr_nbt.h |
1562 |
%{_includedir}/samba-4.0/gen_ndr/ndr_samr.h |
1563 |
%{_includedir}/samba-4.0/gen_ndr/ndr_samr_c.h |
1564 |
%{_includedir}/samba-4.0/gen_ndr/ndr_svcctl.h |
1565 |
%{_includedir}/samba-4.0/gen_ndr/ndr_svcctl_c.h |
1566 |
%{_includedir}/samba-4.0/gen_ndr/netlogon.h |
1567 |
%{_includedir}/samba-4.0/gen_ndr/samr.h |
1568 |
%{_includedir}/samba-4.0/gen_ndr/security.h |
1569 |
%{_includedir}/samba-4.0/gen_ndr/server_id.h |
1570 |
%{_includedir}/samba-4.0/gen_ndr/svcctl.h |
1571 |
%{_includedir}/samba-4.0/gensec.h |
1572 |
%{_includedir}/samba-4.0/ldap-util.h |
1573 |
%{_includedir}/samba-4.0/ldap_errors.h |
1574 |
%{_includedir}/samba-4.0/ldap_message.h |
1575 |
%{_includedir}/samba-4.0/ldap_ndr.h |
1576 |
%{_includedir}/samba-4.0/ldb_wrap.h |
1577 |
%{_includedir}/samba-4.0/lookup_sid.h |
1578 |
%{_includedir}/samba-4.0/machine_sid.h |
1579 |
%{_includedir}/samba-4.0/ndr.h |
1580 |
%dir %{_includedir}/samba-4.0/ndr |
1581 |
%{_includedir}/samba-4.0/ndr/ndr_dcerpc.h |
1582 |
%{_includedir}/samba-4.0/ndr/ndr_drsblobs.h |
1583 |
%{_includedir}/samba-4.0/ndr/ndr_drsuapi.h |
1584 |
%{_includedir}/samba-4.0/ndr/ndr_svcctl.h |
1585 |
%{_includedir}/samba-4.0/ndr/ndr_nbt.h |
1586 |
%{_includedir}/samba-4.0/netapi.h |
1587 |
%{_includedir}/samba-4.0/param.h |
1588 |
%{_includedir}/samba-4.0/passdb.h |
1589 |
%{_includedir}/samba-4.0/policy.h |
1590 |
%{_includedir}/samba-4.0/read_smb.h |
1591 |
%{_includedir}/samba-4.0/registry.h |
1592 |
%{_includedir}/samba-4.0/roles.h |
1593 |
%{_includedir}/samba-4.0/rpc_common.h |
1594 |
%{_includedir}/samba-4.0/samba/session.h |
1595 |
%{_includedir}/samba-4.0/samba/version.h |
1596 |
%{_includedir}/samba-4.0/share.h |
1597 |
%{_includedir}/samba-4.0/smb2.h |
1598 |
%{_includedir}/samba-4.0/smb2_constants.h |
1599 |
%{_includedir}/samba-4.0/smb2_create_blob.h |
1600 |
%{_includedir}/samba-4.0/smb2_lease.h |
1601 |
%{_includedir}/samba-4.0/smb2_lease_struct.h |
1602 |
%{_includedir}/samba-4.0/smb2_signing.h |
1603 |
%{_includedir}/samba-4.0/smb_cli.h |
1604 |
%{_includedir}/samba-4.0/smb_cliraw.h |
1605 |
%{_includedir}/samba-4.0/smb_common.h |
1606 |
%{_includedir}/samba-4.0/smb_composite.h |
1607 |
%{_includedir}/samba-4.0/smbconf.h |
1608 |
%{_includedir}/samba-4.0/smb_constants.h |
1609 |
%{_includedir}/samba-4.0/smb_ldap.h |
1610 |
%{_includedir}/samba-4.0/smbldap.h |
1611 |
%{_includedir}/samba-4.0/smb_raw.h |
1612 |
%{_includedir}/samba-4.0/smb_raw_interfaces.h |
1613 |
%{_includedir}/samba-4.0/smb_raw_signing.h |
1614 |
%{_includedir}/samba-4.0/smb_raw_trans2.h |
1615 |
%{_includedir}/samba-4.0/smb_request.h |
1616 |
%{_includedir}/samba-4.0/smb_seal.h |
1617 |
%{_includedir}/samba-4.0/smb_signing.h |
1618 |
%{_includedir}/samba-4.0/smb_unix_ext.h |
1619 |
%{_includedir}/samba-4.0/smb_util.h |
1620 |
%{_includedir}/samba-4.0/tdr.h |
1621 |
%{_includedir}/samba-4.0/tsocket.h |
1622 |
%{_includedir}/samba-4.0/tsocket_internal.h |
1623 |
%{_includedir}/samba-4.0/tstream_smbXcli_np.h |
1624 |
%{_includedir}/samba-4.0/samba_util.h |
1625 |
%dir %{_includedir}/samba-4.0/util |
1626 |
%{_includedir}/samba-4.0/util/attr.h |
1627 |
%{_includedir}/samba-4.0/util/blocking.h |
1628 |
%{_includedir}/samba-4.0/util/byteorder.h |
1629 |
%{_includedir}/samba-4.0/util/data_blob.h |
1630 |
%{_includedir}/samba-4.0/util/debug.h |
1631 |
%{_includedir}/samba-4.0/util/fault.h |
1632 |
%{_includedir}/samba-4.0/util/idtree.h |
1633 |
%{_includedir}/samba-4.0/util/idtree_random.h |
1634 |
%{_includedir}/samba-4.0/util/memory.h |
1635 |
%{_includedir}/samba-4.0/util/safe_string.h |
1636 |
%{_includedir}/samba-4.0/util/signal.h |
1637 |
%{_includedir}/samba-4.0/util/string_wrappers.h |
1638 |
%{_includedir}/samba-4.0/util/substitute.h |
1639 |
%{_includedir}/samba-4.0/util/talloc_stack.h |
1640 |
%{_includedir}/samba-4.0/util/tevent_ntstatus.h |
1641 |
%{_includedir}/samba-4.0/util/tevent_unix.h |
1642 |
%{_includedir}/samba-4.0/util/tevent_werror.h |
1643 |
%{_includedir}/samba-4.0/util/time.h |
1644 |
%{_includedir}/samba-4.0/util/xfile.h |
1645 |
%{_includedir}/samba-4.0/util_ldb.h |
1646 |
%{_libdir}/libdcerpc-atsvc.so |
1647 |
%{_libdir}/libdcerpc-binding.so |
1648 |
%{_libdir}/libdcerpc-samr.so |
1649 |
%{_libdir}/libdcerpc.so |
1650 |
%{_libdir}/libgensec.so |
1651 |
%{_libdir}/libndr-krb5pac.so |
1652 |
%{_libdir}/libndr-nbt.so |
1653 |
%{_libdir}/libndr-standard.so |
1654 |
%{_libdir}/libndr.so |
1655 |
%{_libdir}/libnetapi.so |
1656 |
%{_libdir}/libregistry.so |
1657 |
%{_libdir}/libsamba-credentials.so |
1658 |
%{_libdir}/libsamba-hostconfig.so |
1659 |
%{_libdir}/libsamba-policy.so |
1660 |
%{_libdir}/libsamba-util.so |
1661 |
%{_libdir}/libsamdb.so |
1662 |
%{_libdir}/libsmbclient-raw.so |
1663 |
%{_libdir}/libsmbconf.so |
1664 |
%{_libdir}/libtevent-util.so |
1665 |
%{_libdir}/pkgconfig/dcerpc.pc |
1666 |
%{_libdir}/pkgconfig/dcerpc_atsvc.pc |
1667 |
%{_libdir}/pkgconfig/dcerpc_samr.pc |
1668 |
%{_libdir}/pkgconfig/gensec.pc |
1669 |
%{_libdir}/pkgconfig/ndr.pc |
1670 |
%{_libdir}/pkgconfig/ndr_krb5pac.pc |
1671 |
%{_libdir}/pkgconfig/ndr_nbt.pc |
1672 |
%{_libdir}/pkgconfig/ndr_standard.pc |
1673 |
%{_libdir}/pkgconfig/netapi.pc |
1674 |
%{_libdir}/pkgconfig/registry.pc |
1675 |
%{_libdir}/pkgconfig/samba-credentials.pc |
1676 |
%{_libdir}/pkgconfig/samba-hostconfig.pc |
1677 |
%{_libdir}/pkgconfig/samba-policy.pc |
1678 |
%{_libdir}/pkgconfig/samba-util.pc |
1679 |
%{_libdir}/pkgconfig/samdb.pc |
1680 |
%{_libdir}/pkgconfig/smbclient-raw.pc |
1681 |
%{_libdir}/libsamba-passdb.so |
1682 |
%{_libdir}/libsmbldap.so |
1683 |
|
1684 |
%if %with_dc |
1685 |
%{_includedir}/samba-4.0/dcerpc_server.h |
1686 |
%{_libdir}/libdcerpc-server.so |
1687 |
%{_libdir}/pkgconfig/dcerpc_server.pc |
1688 |
%endif |
1689 |
|
1690 |
%if %with_internal_talloc |
1691 |
%{_includedir}/samba-4.0/pytalloc.h |
1692 |
%endif |
1693 |
|
1694 |
%if ! %with_libsmbclient |
1695 |
%{_includedir}/samba-4.0/libsmbclient.h |
1696 |
%endif # ! with_libsmbclient |
1697 |
|
1698 |
%if ! %with_libwbclient |
1699 |
%{_includedir}/samba-4.0/wbclient.h |
1700 |
%endif # ! with_libwbclient |
1701 |
|
1702 |
### VFS-CEPHFS |
1703 |
%if %{with_vfs_cephfs} |
1704 |
%files vfs-cephfs |
1705 |
%{_libdir}/samba/vfs/ceph.so |
1706 |
%{_mandir}/man8/vfs_ceph.8* |
1707 |
%endif |
1708 |
|
1709 |
### VFS-GLUSTERFS |
1710 |
%if %{with_vfs_glusterfs} |
1711 |
%files vfs-glusterfs |
1712 |
%{_libdir}/samba/vfs/glusterfs.so |
1713 |
%{_mandir}/man8/vfs_glusterfs.8* |
1714 |
%endif |
1715 |
|
1716 |
### LIBS |
1717 |
%files libs |
1718 |
%defattr(-,root,root) |
1719 |
%{_libdir}/libdcerpc-atsvc.so.* |
1720 |
%{_libdir}/libdcerpc-samr.so.* |
1721 |
%{_libdir}/libsamba-policy.so.* |
1722 |
|
1723 |
# libraries needed by the public libraries |
1724 |
%{_libdir}/samba/libMESSAGING-samba4.so |
1725 |
%{_libdir}/samba/libLIBWBCLIENT-OLD-samba4.so |
1726 |
%{_libdir}/samba/libauth4-samba4.so |
1727 |
%{_libdir}/samba/libauth-unix-token-samba4.so |
1728 |
%{_libdir}/samba/libcluster-samba4.so |
1729 |
%{_libdir}/samba/libdcerpc-samba4.so |
1730 |
%{_libdir}/samba/libnon-posix-acls-samba4.so |
1731 |
%{_libdir}/samba/libsamba-net-samba4.so |
1732 |
%{_libdir}/samba/libsamba-python-samba4.so |
1733 |
%{_libdir}/samba/libshares-samba4.so |
1734 |
%{_libdir}/samba/libsmbpasswdparser-samba4.so |
1735 |
%{_libdir}/samba/libtdb-compat-samba4.so |
1736 |
%{_libdir}/samba/libxattr-tdb-samba4.so |
1737 |
|
1738 |
%if %with_dc |
1739 |
%{_libdir}/samba/libdb-glue-samba4.so |
1740 |
%{_libdir}/samba/libHDB-SAMBA4-samba4.so |
1741 |
%{_libdir}/samba/libasn1-samba4.so.8 |
1742 |
%{_libdir}/samba/libasn1-samba4.so.8.0.0 |
1743 |
%{_libdir}/samba/libgssapi-samba4.so.2 |
1744 |
%{_libdir}/samba/libgssapi-samba4.so.2.0.0 |
1745 |
%{_libdir}/samba/libhcrypto-samba4.so.5 |
1746 |
%{_libdir}/samba/libhcrypto-samba4.so.5.0.1 |
1747 |
%{_libdir}/samba/libhdb-samba4.so.11 |
1748 |
%{_libdir}/samba/libhdb-samba4.so.11.0.2 |
1749 |
%{_libdir}/samba/libheimbase-samba4.so.1 |
1750 |
%{_libdir}/samba/libheimbase-samba4.so.1.0.0 |
1751 |
%{_libdir}/samba/libhx509-samba4.so.5 |
1752 |
%{_libdir}/samba/libhx509-samba4.so.5.0.0 |
1753 |
%{_libdir}/samba/libkrb5-samba4.so.26 |
1754 |
%{_libdir}/samba/libkrb5-samba4.so.26.0.0 |
1755 |
%{_libdir}/samba/libroken-samba4.so.19 |
1756 |
%{_libdir}/samba/libroken-samba4.so.19.0.1 |
1757 |
%{_libdir}/samba/libwind-samba4.so.0 |
1758 |
%{_libdir}/samba/libwind-samba4.so.0.0.0 |
1759 |
%endif |
1760 |
|
1761 |
### LIBSMBCLIENT |
1762 |
%if %with_libsmbclient |
1763 |
%files -n libsmbclient |
1764 |
%defattr(-,root,root) |
1765 |
%{_libdir}/libsmbclient.so.* |
1766 |
|
1767 |
### LIBSMBCLIENT-DEVEL |
1768 |
%files -n libsmbclient-devel |
1769 |
%defattr(-,root,root) |
1770 |
%{_includedir}/samba-4.0/libsmbclient.h |
1771 |
%{_libdir}/libsmbclient.so |
1772 |
%{_libdir}/pkgconfig/smbclient.pc |
1773 |
%{_mandir}/man7/libsmbclient.7* |
1774 |
%endif # with_libsmbclient |
1775 |
|
1776 |
### LIBWBCLIENT |
1777 |
%if %with_libwbclient |
1778 |
%files -n libwbclient |
1779 |
%defattr(-,root,root) |
1780 |
%{_libdir}/samba/wbclient/libwbclient.so.* |
1781 |
%{_libdir}/samba/libwinbind-client-samba4.so |
1782 |
|
1783 |
### LIBWBCLIENT-DEVEL |
1784 |
%files -n libwbclient-devel |
1785 |
%defattr(-,root,root) |
1786 |
%{_includedir}/samba-4.0/wbclient.h |
1787 |
%{_libdir}/samba/wbclient/libwbclient.so |
1788 |
%{_libdir}/pkgconfig/wbclient.pc |
1789 |
%endif # with_libwbclient |
1790 |
|
1791 |
### PIDL |
1792 |
%files pidl |
1793 |
%defattr(-,root,root,-) |
1794 |
%attr(755,root,root) %{_bindir}/pidl |
1795 |
%dir %{perl_vendorlib}/Parse |
1796 |
%{perl_vendorlib}/Parse/Pidl.pm |
1797 |
%dir %{perl_vendorlib}/Parse/Pidl |
1798 |
%{perl_vendorlib}/Parse/Pidl/CUtil.pm |
1799 |
%{perl_vendorlib}/Parse/Pidl/Samba4.pm |
1800 |
%{perl_vendorlib}/Parse/Pidl/Expr.pm |
1801 |
%{perl_vendorlib}/Parse/Pidl/ODL.pm |
1802 |
%{perl_vendorlib}/Parse/Pidl/Typelist.pm |
1803 |
%{perl_vendorlib}/Parse/Pidl/IDL.pm |
1804 |
%{perl_vendorlib}/Parse/Pidl/Compat.pm |
1805 |
%dir %{perl_vendorlib}/Parse/Pidl/Wireshark |
1806 |
%{perl_vendorlib}/Parse/Pidl/Wireshark/Conformance.pm |
1807 |
%{perl_vendorlib}/Parse/Pidl/Wireshark/NDR.pm |
1808 |
%{perl_vendorlib}/Parse/Pidl/Dump.pm |
1809 |
%dir %{perl_vendorlib}/Parse/Pidl/Samba3 |
1810 |
%{perl_vendorlib}/Parse/Pidl/Samba3/ServerNDR.pm |
1811 |
%{perl_vendorlib}/Parse/Pidl/Samba3/ClientNDR.pm |
1812 |
%dir %{perl_vendorlib}/Parse/Pidl/Samba4 |
1813 |
%{perl_vendorlib}/Parse/Pidl/Samba4/Header.pm |
1814 |
%dir %{perl_vendorlib}/Parse/Pidl/Samba4/COM |
1815 |
%{perl_vendorlib}/Parse/Pidl/Samba4/COM/Header.pm |
1816 |
%{perl_vendorlib}/Parse/Pidl/Samba4/COM/Proxy.pm |
1817 |
%{perl_vendorlib}/Parse/Pidl/Samba4/COM/Stub.pm |
1818 |
%{perl_vendorlib}/Parse/Pidl/Samba4/Python.pm |
1819 |
%{perl_vendorlib}/Parse/Pidl/Samba4/Template.pm |
1820 |
%dir %{perl_vendorlib}/Parse/Pidl/Samba4/NDR |
1821 |
%{perl_vendorlib}/Parse/Pidl/Samba4/NDR/Server.pm |
1822 |
%{perl_vendorlib}/Parse/Pidl/Samba4/NDR/Client.pm |
1823 |
%{perl_vendorlib}/Parse/Pidl/Samba4/NDR/Parser.pm |
1824 |
%{perl_vendorlib}/Parse/Pidl/Samba4/TDR.pm |
1825 |
%{perl_vendorlib}/Parse/Pidl/NDR.pm |
1826 |
%{perl_vendorlib}/Parse/Pidl/Util.pm |
1827 |
%{_mandir}/man1/pidl* |
1828 |
%{_mandir}/man3/Parse::Pidl* |
1829 |
|
1830 |
### PYTHON |
1831 |
%files python |
1832 |
%defattr(-,root,root,-) |
1833 |
%{python_sitearch}/* |
1834 |
|
1835 |
### TEST |
1836 |
%files test |
1837 |
%defattr(-,root,root) |
1838 |
%{_bindir}/gentest |
1839 |
%{_bindir}/locktest |
1840 |
%{_bindir}/masktest |
1841 |
%{_bindir}/ndrdump |
1842 |
%{_bindir}/smbtorture |
1843 |
%{_mandir}/man1/gentest.1* |
1844 |
%{_mandir}/man1/locktest.1* |
1845 |
%{_mandir}/man1/masktest.1* |
1846 |
%{_mandir}/man1/ndrdump.1* |
1847 |
%{_mandir}/man1/smbtorture.1* |
1848 |
%{_mandir}/man1/vfstest.1* |
1849 |
|
1850 |
%if %{with testsuite} |
1851 |
# files to ignore in testsuite mode |
1852 |
%{_libdir}/samba/libnss-wrapper.so |
1853 |
%{_libdir}/samba/libsocket-wrapper.so |
1854 |
%{_libdir}/samba/libuid-wrapper.so |
1855 |
%endif |
1856 |
|
1857 |
### TEST-LIBS |
1858 |
%files test-libs |
1859 |
%defattr(-,root,root) |
1860 |
%{_libdir}/libtorture.so.* |
1861 |
%{_libdir}/samba/libsubunit-samba4.so |
1862 |
%if %with_dc |
1863 |
%{_libdir}/samba/libdlz-bind9-for-torture-samba4.so |
1864 |
%else |
1865 |
%{_libdir}/samba/libdsdb-module-samba4.so |
1866 |
%endif |
1867 |
|
1868 |
### TEST-DEVEL |
1869 |
%files test-devel |
1870 |
%defattr(-,root,root) |
1871 |
%{_includedir}/samba-4.0/torture.h |
1872 |
%{_libdir}/libtorture.so |
1873 |
%{_libdir}/pkgconfig/torture.pc |
1874 |
|
1875 |
### WINBIND |
1876 |
%files winbind |
1877 |
%defattr(-,root,root) |
1878 |
#%{_bindir}/wbinfo3 |
1879 |
%{_libdir}/samba/idmap |
1880 |
%{_libdir}/samba/nss_info |
1881 |
%{_libdir}/samba/libnss-info-samba4.so |
1882 |
%{_libdir}/samba/libidmap-samba4.so |
1883 |
%{_sbindir}/winbindd |
1884 |
%attr(750,root,wbpriv) %dir /var/lib/samba/winbindd_privileged |
1885 |
%{_unitdir}/winbind.service |
1886 |
%{_sysconfdir}/NetworkManager/dispatcher.d/30-winbind |
1887 |
%{_mandir}/man8/winbindd.8* |
1888 |
%{_mandir}/man8/idmap_*.8* |
1889 |
|
1890 |
### WINBIND-CLIENTS |
1891 |
%files winbind-clients |
1892 |
%defattr(-,root,root) |
1893 |
%{_bindir}/ntlm_auth |
1894 |
%{_bindir}/wbinfo |
1895 |
%{_mandir}/man1/ntlm_auth.1.gz |
1896 |
%{_mandir}/man1/wbinfo.1* |
1897 |
|
1898 |
### WINBIND-KRB5-LOCATOR |
1899 |
%files winbind-krb5-locator |
1900 |
%defattr(-,root,root) |
1901 |
%ghost %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so |
1902 |
%{_libdir}/winbind_krb5_locator.so |
1903 |
%{_mandir}/man7/winbind_krb5_locator.7* |
1904 |
|
1905 |
### WINBIND-MODULES |
1906 |
%files winbind-modules |
1907 |
%defattr(-,root,root) |
1908 |
%{_libdir}/libnss_winbind.so* |
1909 |
%{_libdir}/libnss_wins.so* |
1910 |
%{_libdir}/security/pam_winbind.so |
1911 |
%config(noreplace) %{_sysconfdir}/security/pam_winbind.conf |
1912 |
%{_mandir}/man5/pam_winbind.conf.5* |
1913 |
%{_mandir}/man8/pam_winbind.8* |
1914 |
|
1915 |
%if %with_clustering_support |
1916 |
%files -n ctdb |
1917 |
%defattr(-,root,root) |
1918 |
%doc ctdb/README |
1919 |
%config(noreplace) %{_sysconfdir}/sysconfig/ctdb |
1920 |
%config(noreplace) %{_sysconfdir}/ctdb/notify.sh |
1921 |
%config(noreplace) %{_sysconfdir}/ctdb/debug-hung-script.sh |
1922 |
%config(noreplace) %{_sysconfdir}/ctdb/ctdb-crash-cleanup.sh |
1923 |
%config(noreplace) %{_sysconfdir}/ctdb/gcore_trace.sh |
1924 |
%config(noreplace) %{_sysconfdir}/ctdb/functions |
1925 |
%config(noreplace) %{_sysconfdir}/ctdb/debug_locks.sh |
1926 |
%dir %{_localstatedir}/lib/ctdb/ |
1927 |
%{_tmpfilesdir}/%{name}.conf |
1928 |
|
1929 |
%{_unitdir}/ctdb.service |
1930 |
|
1931 |
%dir %{_sysconfdir}/ctdb |
1932 |
%{_sysconfdir}/ctdb/statd-callout |
1933 |
%dir %{_sysconfdir}/ctdb/nfs-rpc-checks.d |
1934 |
%{_sysconfdir}/ctdb/nfs-rpc-checks.d/10.statd.check |
1935 |
%{_sysconfdir}/ctdb/nfs-rpc-checks.d/20.nfsd.check |
1936 |
%{_sysconfdir}/ctdb/nfs-rpc-checks.d/30.lockd.check |
1937 |
%{_sysconfdir}/ctdb/nfs-rpc-checks.d/40.mountd.check |
1938 |
%{_sysconfdir}/ctdb/nfs-rpc-checks.d/50.rquotad.check |
1939 |
%{_sysconfdir}/sudoers.d/ctdb |
1940 |
%{_sysconfdir}/ctdb/events.d/ |
1941 |
%dir %{_sysconfdir}/ctdb/notify.d |
1942 |
%{_sysconfdir}/ctdb/notify.d/README |
1943 |
%{_prefix}/lib/tmpfiles.d/ctdb.conf |
1944 |
%{_sbindir}/ctdbd |
1945 |
%{_sbindir}/ctdbd_wrapper |
1946 |
%{_bindir}/ctdb |
1947 |
%{_bindir}/smnotify |
1948 |
%{_bindir}/ping_pong |
1949 |
%{_bindir}/ltdbtool |
1950 |
%{_bindir}/ctdb_diagnostics |
1951 |
%{_bindir}/onnode |
1952 |
%{_bindir}/ctdb_lock_helper |
1953 |
%{_bindir}/ctdb_event_helper |
1954 |
|
1955 |
%{_mandir}/man1/ctdb.1.gz |
1956 |
%{_mandir}/man1/ctdbd.1.gz |
1957 |
%{_mandir}/man1/onnode.1.gz |
1958 |
%{_mandir}/man1/ltdbtool.1.gz |
1959 |
%{_mandir}/man1/ping_pong.1.gz |
1960 |
%{_mandir}/man1/ctdbd_wrapper.1.gz |
1961 |
%{_mandir}/man5/ctdbd.conf.5.gz |
1962 |
%{_mandir}/man7/ctdb.7.gz |
1963 |
%{_mandir}/man7/ctdb-tunables.7.gz |
1964 |
%{_mandir}/man7/ctdb-statistics.7.gz |
1965 |
|
1966 |
%files -n ctdb-devel |
1967 |
%defattr(-,root,root) |
1968 |
%{_includedir}/samba-4.0/ctdb.h |
1969 |
%{_includedir}/samba-4.0/ctdb_client.h |
1970 |
%{_includedir}/samba-4.0/ctdb_protocol.h |
1971 |
%{_includedir}/samba-4.0/ctdb_private.h |
1972 |
%{_includedir}/samba-4.0/ctdb_typesafe_cb.h |
1973 |
%{_includedir}/samba-4.0/ctdb_version.h |
1974 |
%{_libdir}/pkgconfig/ctdb.pc |
1975 |
|
1976 |
%files -n ctdb-tests |
1977 |
%defattr(-,root,root) |
1978 |
%dir %{_libdir}/ctdb-tests |
1979 |
%{_libdir}/ctdb-tests/ctdb_bench |
1980 |
%{_libdir}/ctdb-tests/ctdb_fetch |
1981 |
%{_libdir}/ctdb-tests/ctdb_fetch_one |
1982 |
%{_libdir}/ctdb-tests/ctdb_fetch_readonly_loop |
1983 |
%{_libdir}/ctdb-tests/ctdb_fetch_readonly_once |
1984 |
%{_libdir}/ctdb-tests/ctdb_functest |
1985 |
%{_libdir}/ctdb-tests/ctdb_lock_tdb |
1986 |
%{_libdir}/ctdb-tests/ctdb_persistent |
1987 |
%{_libdir}/ctdb-tests/ctdb_porting_tests |
1988 |
%{_libdir}/ctdb-tests/ctdb_randrec |
1989 |
%{_libdir}/ctdb-tests/ctdb_store |
1990 |
%{_libdir}/ctdb-tests/ctdb_stubtest |
1991 |
%{_libdir}/ctdb-tests/ctdb_takeover_tests |
1992 |
%{_libdir}/ctdb-tests/ctdb_trackingdb_test |
1993 |
%{_libdir}/ctdb-tests/ctdb_transaction |
1994 |
%{_libdir}/ctdb-tests/ctdb_traverse |
1995 |
%{_libdir}/ctdb-tests/ctdb_update_record |
1996 |
%{_libdir}/ctdb-tests/ctdb_update_record_persistent |
1997 |
%{_libdir}/ctdb-tests/rb_test |
1998 |
%{_bindir}/ctdb_run_tests |
1999 |
%{_bindir}/ctdb_run_cluster_tests |
2000 |
%dir %{_datadir}/ctdb-tests |
2001 |
%{_datadir}/ctdb-tests/eventscripts/etc-ctdb/events.d |
2002 |
%{_datadir}/ctdb-tests/eventscripts/etc-ctdb/functions |
2003 |
%{_datadir}/ctdb-tests/eventscripts/etc-ctdb/nfs-rpc-checks.d |
2004 |
%{_datadir}/ctdb-tests/eventscripts/etc-ctdb/statd-callout |
2005 |
%{_datadir}/ctdb-tests/scripts/common.sh |
2006 |
%{_datadir}/ctdb-tests/scripts/integration.bash |
2007 |
%{_datadir}/ctdb-tests/scripts/test_wrap |
2008 |
%{_datadir}/ctdb-tests/scripts/unit.sh |
2009 |
%doc ctdb/tests/README |
2010 |
%endif # with_clustering_support |
2011 |
|
2012 |
%changelog |
2013 |
* Wed Oct 5 2016 Daniel Berteaud <daniel@firewall-services.com> - 4.2.10-7.1.sme |
2014 |
- Rebuild with DC support (work from Greg Zartman) [SME: 9817] |
2015 |
|
2016 |
* Mon Jul 04 2016 Andreas Schneider <asn@redhat.com> - 4.2.10-7 |
2017 |
- resolves: #1351960 - Fix CVE-2016-2119 |
2018 |
|
2019 |
* Tue Jun 28 2016 Andreas Schneider <asn@redhat.com> - 4.2.10-6.3 |
2020 |
- resolves: #1350759 - Fix idmap_hash when used with other modules |
2021 |
- resolves: #1351260 - Fix krb5 encryption type setup during join |
2022 |
|
2023 |
* Wed Jun 01 2016 Andreas Schneider <asn@redhat.com> - 4.2.10-6.2 |
2024 |
- related: #1333794 - Fix issues caused by security tightening for Badlock |
2025 |
o ntlm_auth issues and segfault |
2026 |
o rpcclient doesn't respect "client ipc *" options |
2027 |
o fix anonymous authentication if signing is mandatory |
2028 |
|
2029 |
* Fri May 06 2016 Alexander Bokovoy <abokovoy@redhat.com> - 4.2.10-6.1 |
2030 |
- Fix issues caused by security tightening for Badlock: |
2031 |
- Only validate MIC when "map to guest" is set |
2032 |
- NetApp SMB servers don't negotiate NTLMSSP_SIGN |
2033 |
- Anonymous connections don't work anymore |
2034 |
- wbinfo -u or 'net ads search' don't work anymore |
2035 |
- Handle empty session in client code |
2036 |
- resolves: #1333794 |
2037 |
|
2038 |
* Tue Apr 12 2016 Alexander Bokovoy <abokovoy@redhat.com> - 4.2.10-6 |
2039 |
- Fix domain member winbind not being able to talk to trusted domains' DCs |
2040 |
- relates: #1322690 |
2041 |
|
2042 |
* Mon Apr 11 2016 Alexander Bokovoy <abokovoy@redhat.com> - 4.2.10-5 |
2043 |
- Fix crash in smb.conf processing |
2044 |
- relates: #1322690 |
2045 |
|
2046 |
* Fri Apr 08 2016 Alexander Bokovoy <abokovoy@redhat.com> - 4.2.10-4 |
2047 |
- Fix LDAP SASL bind with arcfour-hmac-md5 |
2048 |
- resolves: #1322690 |
2049 |
|
2050 |
* Thu Apr 07 2016 Alexander Bokovoy <abokovoy@redhat.com> - 4.2.10-3 |
2051 |
- Make sure the package owns /var/lib/samba and uses it for cache purposes |
2052 |
- resolves: #1322690 |
2053 |
|
2054 |
* Wed Apr 06 2016 Alexander Bokovoy <abokovoy@redhat.com> - 4.2.10-2 |
2055 |
- Remove ldb modules and internal libraries for DC when not packaging DC build |
2056 |
- resolves: #1322690 |
2057 |
|
2058 |
* Mon Apr 04 2016 Alexander Bokovoy <abokovoy@redhat.com> - 4.2.10-1 |
2059 |
- resolves: #1322690 |
2060 |
|
2061 |
* Fri Mar 04 2016 Andreas Schneider <asn@redhat.com> - 4.2.3-12 |
2062 |
- resolves: #1314672 - Fix CVE-2015-7560 |
2063 |
|
2064 |
* Fri Dec 11 2015 Guenther Deschner <gdeschner@redhat.com> - 4.2.3-11 |
2065 |
- resolves: #1290710 |
2066 |
- CVE-2015-3223 Remote DoS in Samba (AD) LDAP server |
2067 |
- CVE-2015-5299 Missing access control check in shadow copy code |
2068 |
- CVE-2015-5252 Insufficient symlink verification in smbd |
2069 |
- CVE-2015-5296 Samba client requesting encryption vulnerable to |
2070 |
downgrade attack |
2071 |
|
2072 |
* Tue Oct 27 2015 Andreas Schneider <asn@redhat.com> - 4.2.3-10 |
2073 |
- related: #1273393 - Fix use after free with nss_wins module loaded |
2074 |
|
2075 |
* Thu Oct 22 2015 Andreas Schneider <asn@redhat.com> - 4.2.3-9 |
2076 |
- resolves: #1273912 - Fix dependencies to samba-common |
2077 |
- resolves: #1273393 - Fix user after free in smb name resolution |
2078 |
|
2079 |
* Wed Oct 21 2015 Andreas Schneider <asn@redhat.com> - 4.2.3-8 |
2080 |
- resolves: #1271608 - Fix upgrade path from previous rhel version |
2081 |
|
2082 |
* Tue Sep 01 2015 Andreas Schneider <asn@redhat.com> - 4.2.3-7 |
2083 |
- resolves: #1258293 - Fix quota on XFS filesystems |
2084 |
|
2085 |
* Mon Aug 24 2015 Andreas Schneider <asn@redhat.com> - 4.2.3-6 |
2086 |
- resolves: #1255322 - Fix 'map to guest = Bad uid' option |
2087 |
- resolves: #1255326 - Fix segfault with 'mangling method = hash' |
2088 |
|
2089 |
* Wed Aug 19 2015 Andreas Schneider <asn@redhat.com> - 4.2.3-5 |
2090 |
- resolves: #1253193 - Fix 'force group' |
2091 |
|
2092 |
* Wed Jul 29 2015 Andreas Schneider <asn@redhat.com> - 4.2.3-4 |
2093 |
- resolves: #1246166 - Fix a 'net ads keytab' segfault |
2094 |
|
2095 |
* Tue Jul 21 2015 Andreas Schneider <asn@redhat.com> - 4.2.3-3 |
2096 |
- resolves: #1225719 - Fix possible segfault if we can't connect to the DC |
2097 |
|
2098 |
* Mon Jul 20 2015 Andreas Schneider <asn@redhat.com> - 4.2.3-2 |
2099 |
- resolves: #1238194 - Fix the 'dfree command' |
2100 |
- resolves: #1216062 - Document netbios name length limitation |
2101 |
|
2102 |
* Tue Jul 14 2015 Andreas Schneider <asn@redhat.com> - 4.2.3-1 |
2103 |
- related: #1196140 - Rebase to version 4.2.3 |
2104 |
- resolves: #1237036 - Fix DCERPC PDU calculation |
2105 |
- resolves: #1237039 - Fix winbind request cancellation |
2106 |
- resolves: #1223981 - Fix possible segfault with smbX protocol setting |
2107 |
|
2108 |
* Mon Jun 22 2015 Andreas Schneider <asn@redhat.com> - 4.2.2-3 |
2109 |
- resolves: #1228809 - Allow reauthentication without signing |
2110 |
|
2111 |
* Thu Jun 18 2015 Andreas Schneider <asn@redhat.com> - 4.2.2-2 |
2112 |
- related: #1196140 - Add missing build dependency for libarchive |
2113 |
- related: #1196140 - Make sure we do a hardened build |
2114 |
|
2115 |
* Wed Jun 17 2015 Andreas Schneider <asn@redhat.com> - 4.2.2-1 |
2116 |
- resolves: #1196140 - Rebase Samba to version 4.2.2 |
2117 |
- resolves: #1186403 - Split patches to fix multiarch conflicts |
2118 |
- resolves: #1167325 - Retrieve printer GUID from AD if it is not in the |
2119 |
registry |
2120 |
- resolves: #1220174 - Fix issues with winbind library dependencies |
2121 |
- resolves: #1211658 - Fix stale cache entries on printer rename |
2122 |
- resolves: #1228809 - Fix reconnect on session exparation |
2123 |
|
2124 |
* Tue May 12 2015 - Guenther Deschner <gdeschner@redhat.com> - 4.1.12-22 |
2125 |
- resolves: #1202347 - Fix NETLOGON authentication without winbindd. |
2126 |
|
2127 |
* Thu Apr 09 2015 Andreas Schneider <asn@redhat.com> - 4.1.12-21 |
2128 |
- related: #1205703 - Rebuild Samba with new binutils package. |
2129 |
|
2130 |
* Thu Apr 02 2015 Andreas Schneider <asn@redhat.com> - 4.1.12-20 |
2131 |
- resolves: #1205703 - Fix build with RELRO support. |
2132 |
|
2133 |
* Mon Feb 16 2015 - Guenther Deschner <gdeschner@redhat.com> - 4.1.12-19 |
2134 |
- related: #1191341 - Update patchset for CVE-2015-0240. |
2135 |
|
2136 |
* Thu Feb 12 2015 - Guenther Deschner <gdeschner@redhat.com> - 4.1.12-18 |
2137 |
- resolves: #1191341 - CVE-2015-0240: RCE in netlogon server. |
2138 |
|
2139 |
* Fri Jan 09 2015 - Andreas Schneider <asn@redhat.com> - 4.1.12-17 |
2140 |
- related: #1177768 - Add missing requires to libwbclient. |
2141 |
|
2142 |
* Thu Jan 08 2015 Andreas Schneider <asn@redhat.com> - 4.1.12-16 |
2143 |
- related: #1177768 - Add missing requires to libwbclient. |
2144 |
|
2145 |
* Thu Jan 08 2015 Andreas Schneider <asn@redhat.com> - 4.1.12-15 |
2146 |
- resolves: #1177768 - Fix possible segfault with 'net ads kerberos pac dump'. |
2147 |
|
2148 |
* Tue Dec 16 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-14 |
2149 |
- resolves: #1171689 - Fix smbstatus if executed as user to print error message. |
2150 |
|
2151 |
* Fri Dec 12 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-13 |
2152 |
- resolves: #1172089 - Fix 'net rpc join' with schannel changes. |
2153 |
- resolves: #1170883 - Fix 'net time system' segfault. |
2154 |
|
2155 |
* Tue Nov 25 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-12 |
2156 |
- related: #1162526 - Fix multilib with using alternatives for libwbclient. |
2157 |
|
2158 |
* Tue Nov 25 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-11 |
2159 |
- resolves: #1163748 - Fix smbclient -L fails against new Windows versions |
2160 |
over TCP. |
2161 |
- resolves: #1167849 - Fix smbstatus --profile always returning EXIT_FAILURE. |
2162 |
|
2163 |
* Thu Nov 20 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-10 |
2164 |
- related: #1162526 - Fix multilib with using alternatives for libwbclient. |
2165 |
|
2166 |
* Thu Nov 20 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-9 |
2167 |
- resolves: #1162552 - Fix net ads join segfault on big endian systems. |
2168 |
- resolves: #1164203 - Fix net ads join segfault with existing keytab. |
2169 |
|
2170 |
* Thu Nov 13 2014 - Guenther Deschner <gdeschner@redhat.com> - 4.1.12-8 |
2171 |
- related: #1162526 - Fix multilib issues when using alternatives for libwbclient. |
2172 |
|
2173 |
* Wed Nov 12 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-7 |
2174 |
- resolves: #1162526 - Use alternatives for libwbclient. |
2175 |
|
2176 |
* Mon Nov 03 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-6 |
2177 |
- related: #1156391 - Fix netbios name truncation during registration. |
2178 |
|
2179 |
* Wed Oct 29 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-5 |
2180 |
- resolves: #1156391 - Fix netbios name truncation during registration. |
2181 |
|
2182 |
* Thu Oct 09 2014 - Guenther Deschner <gdeschner@redhat.com> - 4.1.12-4 |
2183 |
- related: #1117770 - Fix empty full_name field with samlogon. |
2184 |
|
2185 |
* Fri Sep 26 2014 - Guenther Deschner <gdeschner@redhat.com> - 4.1.12-3 |
2186 |
- resolves: #878351 - Fix usage of AES keys by default. |
2187 |
- resolves: #861366 - Fix KRB5 locator to use same KDC for joining and DNS update. |
2188 |
|
2189 |
* Tue Sep 16 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-2 |
2190 |
- resolves: #1138554 - Fix consuming a lot of CPU when re-reading printcap info. |
2191 |
- resolves: #1134323 - Fix running Samba on little endian Power8 (ppc64le). |
2192 |
- resolves: #1113064 - Fix case sensitivity options with SMB2 protocols. |
2193 |
- resolves: #1088924 - Fix applying ACL masks when setting ACLs. |
2194 |
- resolves: #1135723 - Fix 'force user' regression. |
2195 |
- resolves: #1117770 - Fix empty full_name field with samlogon. |
2196 |
- resolves: #1101210 - Fix telling systemd that nmbd is waiting for interfaces. |
2197 |
- resolves: #1127931 - Fix getgroups() with idmap_ad returning non-mapped groups. |
2198 |
- resolves: #1144963 - Fix idmap_ad with SFU against trusted domains. |
2199 |
- resolves: #1140568 - Fix a segfault in the smbclient echo command. |
2200 |
- resolves: #1089940 - Improve service principal guessing in 'net ads'. |
2201 |
- resolves: #955561 - Fix overwriting of SPNs in AD during 'net ads join'. |
2202 |
- resolves: #955562 - Add precreated SPNS from AD during keytab initialization. |
2203 |
|
2204 |
* Mon Sep 08 2014 - Andreas Schneider <asn@redhat.com> - 4.1.12-1 |
2205 |
- related: #1110820 - Rebase Samba to latest release. |
2206 |
|
2207 |
* Tue Aug 26 2014 - Andreas Schneider <asn@redhat.com> - 4.1.11-1 |
2208 |
- resolves: #1110820 - Rebase Samba to latest release. |
2209 |
|
2210 |
* Mon Aug 25 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-37 |
2211 |
- resolves: #1072352 - Make pidl a noarch subpackage. |
2212 |
- resolves: #1133516 - Create a samba-test-libs package. |
2213 |
- resolves: #1132873 - Add support to rebuild without clustering. |
2214 |
|
2215 |
* Fri Aug 01 2014 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-36 |
2216 |
- resolves: #1126014 - CVE-2014-3560: remote code execution in nmbd. |
2217 |
|
2218 |
* Wed Jul 02 2014 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-35 |
2219 |
- resolves: #1115060 - Fix potential Samba file corruption. |
2220 |
|
2221 |
* Wed Jun 11 2014 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-34 |
2222 |
- resolves: #1105505 - CVE-2014-0244: DoS in nmbd. |
2223 |
- resolves: #1108845 - CVE-2014-3493: DoS in smbd with unicode path names. |
2224 |
- resolves: #1105574 - CVE-2014-0178: Uninitialized memory exposure. |
2225 |
|
2226 |
* Mon May 05 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-33 |
2227 |
- related: #717484 - Add missing configure line to enable profiling data support. |
2228 |
|
2229 |
* Tue Apr 22 2014 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-32 |
2230 |
- related: #1082653 - Reuse IPv6 address during the AD domain join. |
2231 |
|
2232 |
* Thu Apr 03 2014 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-31 |
2233 |
- resolves: #1082653 - Add IPv6 workaround for MIT kerberos. |
2234 |
|
2235 |
* Thu Apr 03 2014 - Alexander Bokovoy <abokovoy@redhat.com> - 4.1.1-30 |
2236 |
- resolves: #1083859 - Force KRB5CCNAME in Samba systemd units. |
2237 |
- related: #1082598 - Fully enables systemd integration. |
2238 |
|
2239 |
* Tue Apr 01 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-29 |
2240 |
- resolves: #1082598 - Add missing BuildRequires for systemd-devel. |
2241 |
|
2242 |
* Wed Mar 26 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-28 |
2243 |
- resolves: #1077918 - Make daemons systemd aware. |
2244 |
|
2245 |
* Mon Mar 24 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-27 |
2246 |
- resolves: #1077857 - Fix internal error received while adding trust. |
2247 |
|
2248 |
* Fri Mar 21 2014 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-26 |
2249 |
- resolves: #1079008 - Fix fragmented rpc handling. |
2250 |
|
2251 |
* Tue Mar 18 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-25 |
2252 |
- resolves: #1077651 - Fix 'force user' option for shares. |
2253 |
|
2254 |
* Wed Mar 12 2014 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-24 |
2255 |
- resolves: #1053748 - Enhance "net ads kerberos pac" tool. |
2256 |
|
2257 |
* Mon Mar 10 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-23 |
2258 |
- resolves: #1072804 - Fix CVE-2013-4496. |
2259 |
- resolves: #1072804 - Fix CVE-2013-6442. |
2260 |
|
2261 |
* Fri Mar 07 2014 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-22 |
2262 |
- resolves: #1024788 - Fix joining over IPv6. |
2263 |
|
2264 |
* Tue Mar 04 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-21 |
2265 |
- resolves: #1066536 - Fix NBT queries with more than 9 or more components. |
2266 |
|
2267 |
* Thu Feb 27 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-20 |
2268 |
- resolves: #1070692 - Don't package perl(Parse::Yapp::Driver) |
2269 |
|
2270 |
* Tue Feb 25 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-19 |
2271 |
- related: #1067606 - Add missing directories. |
2272 |
|
2273 |
* Tue Feb 25 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-18 |
2274 |
- related: #1067606 - Fix installation of pidl files. |
2275 |
|
2276 |
* Tue Feb 25 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-17 |
2277 |
- resolves: #1067606 - Fix wbinfo with one-way trust. |
2278 |
- resolves: #1069569 - Fix memory leak reading the printer list. |
2279 |
|
2280 |
* Thu Feb 20 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-16 |
2281 |
- resolves: #1063186 - Fix force_user with security=ads. |
2282 |
|
2283 |
* Wed Feb 05 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-15 |
2284 |
- resolves: #1029001 - Fix force_user with security=ads. |
2285 |
|
2286 |
* Tue Jan 28 2014 Daniel Mach <dmach@redhat.com> - 4.1.1-14 |
2287 |
- Mass rebuild 2014-01-24 |
2288 |
|
2289 |
* Mon Jan 13 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-13 |
2290 |
- resolves: #1051582 - Fix warnings an resource leaks reported by rpmdiff. |
2291 |
|
2292 |
* Fri Jan 10 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-12 |
2293 |
- resolves: #1050886 - Fix full CPU utilization in winbindd. |
2294 |
- resolves: #1051400 - Fix segfault in smbd. |
2295 |
- resolves: #1051402 - Fix SMB2 server panic when a smb2 brlock times out. |
2296 |
|
2297 |
* Thu Jan 09 2014 - Andreas Schneider <asn@redhat.com> - 4.1.1-11 |
2298 |
- resolves: #1042845 - Do not build with libbsd. |
2299 |
|
2300 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.1.1-10 |
2301 |
- Mass rebuild 2013-12-27 |
2302 |
|
2303 |
* Wed Dec 11 2013 - Andreas Schneider <asn@redhat.com> - 4.1.1-9 |
2304 |
- resolves: #1033122 - Fix dropbox regression. |
2305 |
- resolves: #1040464 - Fix %G substituion for config parameters. |
2306 |
|
2307 |
* Wed Dec 11 2013 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-8 |
2308 |
- resolves: #1040052 - Fix winbind debug message NULL pointer derreference. |
2309 |
|
2310 |
* Mon Dec 09 2013 - Andreas Schneider <asn@redhat.com> - 4.1.1-7 |
2311 |
- resolves: #1039499 - Fix CVE-2012-6150. |
2312 |
|
2313 |
* Fri Nov 29 2013 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-6 |
2314 |
- resolves: #1033109 - Fix winbind cache keysize limitations. |
2315 |
|
2316 |
* Wed Nov 27 2013 - Andreas Schneider <asn@redhat.com> - 4.1.1-5 |
2317 |
- resolves: #1034160 - Make sure we don't build the fam notify module. |
2318 |
|
2319 |
* Mon Nov 25 2013 - Andreas Schneider <asn@redhat.com> - 4.1.1-4 |
2320 |
- resolves: #1034048 - Fix group name substitution in template homedir. |
2321 |
- resolves: #1018041 - Fix CVE-2013-4408. |
2322 |
- related: #884169 - Fix several covscan warnings. |
2323 |
|
2324 |
* Mon Nov 18 2013 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-3 |
2325 |
- resolves: #948509 - Fix manpage correctness. |
2326 |
|
2327 |
* Fri Nov 15 2013 - Andreas Schneider <asn@redhat.com> - 4.1.1-2 |
2328 |
- related: #884169 - Fix strict aliasing warnings. |
2329 |
|
2330 |
* Mon Nov 11 2013 - Andreas Schneider <asn@redhat.com> - 4.1.1-1 |
2331 |
- resolves: #1024543 - Fix CVE-2013-4475. |
2332 |
- Update to Samba 4.1.1. |
2333 |
|
2334 |
* Mon Nov 11 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-5 |
2335 |
- related: #884169 - Fix the upgrade path. |
2336 |
|
2337 |
* Wed Oct 30 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-4 |
2338 |
- related: #884169 - Add direct dependency to samba-libs in the |
2339 |
glusterfs package. |
2340 |
- resolves: #996567 - Fix userPrincipalName composition. |
2341 |
- related: #884169 - Fix memset call with zero length in in ntdb. |
2342 |
|
2343 |
* Fri Oct 18 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-3 |
2344 |
- resolves: #1019384 - Build glusterfs VFS plguin. |
2345 |
|
2346 |
* Tue Oct 15 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-2 |
2347 |
- related: #1014656 - Fix dependency of samba-winbind-modules package. |
2348 |
|
2349 |
* Fri Oct 11 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-1 |
2350 |
- related: #985609 - Update to Samba 4.1.0. |
2351 |
|
2352 |
* Tue Oct 01 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.8 |
2353 |
- related: #985609 - Update to Samba 4.1.0rc4. |
2354 |
- resolves: #1014656 - Split out a samba-winbind-modules package. |
2355 |
|
2356 |
* Wed Sep 11 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.7 |
2357 |
- related: #985609 - Update to Samba 4.1.0rc3. |
2358 |
- resolves: #1005422 - Add support for KEYRING ccache type in pam_winbindd. |
2359 |
|
2360 |
* Wed Sep 04 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.6 |
2361 |
- resolves: #717484 - Enable profiling data support. |
2362 |
|
2363 |
* Thu Aug 22 2013 - Guenther Deschner <gdeschner@redhat.com> - 2:4.1.0-0.5 |
2364 |
- resolves: #996160 - Fix winbind with trusted domains. |
2365 |
|
2366 |
* Wed Aug 14 2013 - Andreas Schneider <asn@redhat.com> 2:4.1.0-0.4 |
2367 |
- resolves: #996160 - Fix winbind nbt name lookup segfault. |
2368 |
|
2369 |
* Mon Aug 12 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.3 |
2370 |
- related: #985609 - Update to Samba 4.1.0rc2. |
2371 |
|
2372 |
* Wed Jul 24 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.2 |
2373 |
- resolves: #985985 - Fix file conflict between samba and wine. |
2374 |
- resolves: #985107 - Add support for new default location for Kerberos |
2375 |
credential caches. |
2376 |
|
2377 |
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 2:4.1.0-0.1.rc1.1 |
2378 |
- Perl 5.18 rebuild |
2379 |
|
2380 |
* Wed Jul 17 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.1 |
2381 |
- Update to Samba 4.1.0rc1. |
2382 |
- resolves: #985609 |
2383 |
|
2384 |
* Mon Jul 15 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.7-2 |
2385 |
- resolves: #972692 - Build with PIE and full RELRO. |
2386 |
- resolves: #884169 - Add explicit dependencies suggested by rpmdiff. |
2387 |
- resolves: #981033 - Local user's krb5cc deleted by winbind. |
2388 |
- resolves: #984331 - Fix samba-common tmpfiles configuration file in wrong |
2389 |
directory. |
2390 |
|
2391 |
* Wed Jul 03 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.7-1 |
2392 |
- Update to Samba 4.0.7. |
2393 |
|
2394 |
* Fri Jun 07 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.6-3 |
2395 |
- Add UPN enumeration to passdb internal API (bso #9779). |
2396 |
|
2397 |
* Wed May 22 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.6-2 |
2398 |
- resolves: #966130 - Fix build with MIT Kerberos. |
2399 |
- List vfs modules in spec file. |
2400 |
|
2401 |
* Tue May 21 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.6-1 |
2402 |
- Update to Samba 4.0.6. |
2403 |
- Remove SWAT. |
2404 |
|
2405 |
* Wed Apr 10 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.5-1 |
2406 |
- Update to Samba 4.0.5. |
2407 |
- Add UPN enumeration to passdb internal API (bso #9779). |
2408 |
- resolves: #928947 - samba-doc is obsolete now. |
2409 |
- resolves: #948606 - LogRotate should be optional, and not a hard "Requires". |
2410 |
|
2411 |
* Fri Mar 22 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.4-3 |
2412 |
- resolves: #919405 - Fix and improve large_readx handling for broken clients. |
2413 |
- resolves: #924525 - Don't use waf caching. |
2414 |
|
2415 |
* Wed Mar 20 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.4-2 |
2416 |
- resolves: #923765 - Improve packaging of README files. |
2417 |
|
2418 |
* Wed Mar 20 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.4-1 |
2419 |
- Update to Samba 4.0.4. |
2420 |
|
2421 |
* Mon Mar 11 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.3-4 |
2422 |
- resolves: #919333 - Create /run/samba too. |
2423 |
|
2424 |
* Mon Mar 04 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.3-3 |
2425 |
- Fix the cache dir to be /var/lib/samba to support upgrades. |
2426 |
|
2427 |
* Thu Feb 14 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.3-2 |
2428 |
- resolves: #907915 - libreplace.so => not found |
2429 |
|
2430 |
* Thu Feb 07 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.3-1 |
2431 |
- Update to Samba 4.0.3. |
2432 |
- resolves: #907544 - Add unowned directory /usr/lib64/samba. |
2433 |
- resolves: #906517 - Fix pidl code generation with gcc 4.8. |
2434 |
- resolves: #908353 - Fix passdb backend ldapsam as module. |
2435 |
|
2436 |
* Wed Jan 30 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.2-1 |
2437 |
- Update to Samba 4.0.2. |
2438 |
- Fixes CVE-2013-0213. |
2439 |
- Fixes CVE-2013-0214. |
2440 |
- resolves: #906002 |
2441 |
- resolves: #905700 |
2442 |
- resolves: #905704 |
2443 |
- Fix conn->share_access which is reset between user switches. |
2444 |
- resolves: #903806 |
2445 |
- Add missing example and make sure we don't introduce perl dependencies. |
2446 |
- resolves: #639470 |
2447 |
|
2448 |
* Wed Jan 16 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.1-1 |
2449 |
- Update to Samba 4.0.1. |
2450 |
- Fixes CVE-2013-0172. |
2451 |
|
2452 |
* Mon Dec 17 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-174 |
2453 |
- Fix typo in winbind-krb-locator post uninstall script. |
2454 |
|
2455 |
* Tue Dec 11 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-173 |
2456 |
- Update to Samba 4.0.0. |
2457 |
|
2458 |
* Thu Dec 06 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-171.rc6 |
2459 |
- Fix typo in winbind-krb-locator post uninstall script. |
2460 |
|
2461 |
* Tue Dec 04 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-170.rc6 |
2462 |
- Update to Samba 4.0.0rc6. |
2463 |
- Add /etc/pam.d/samba for swat to work correctly. |
2464 |
- resolves #882700 |
2465 |
|
2466 |
* Fri Nov 23 2012 Guenther Deschner <gdeschner@redhat.com> - 2:4.0.0-169.rc5 |
2467 |
- Make sure ncacn_ip_tcp client code looks for NBT_NAME_SERVER name types. |
2468 |
|
2469 |
* Thu Nov 15 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-168.rc5 |
2470 |
- Reduce dependencies of samba-devel and create samba-test-devel package. |
2471 |
|
2472 |
* Tue Nov 13 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-167.rc5 |
2473 |
- Use workaround for winbind default domain only when set. |
2474 |
- Build with old ctdb support. |
2475 |
|
2476 |
* Tue Nov 13 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-166.rc5 |
2477 |
- Update to Samba 4.0.0rc5. |
2478 |
|
2479 |
* Mon Nov 05 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-165.rc4 |
2480 |
- Fix library dependencies of libnetapi. |
2481 |
|
2482 |
* Mon Nov 05 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-164.rc4 |
2483 |
- resolves: #872818 - Fix perl dependencies. |
2484 |
|
2485 |
* Tue Oct 30 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-163.rc4 |
2486 |
- Update to Samba 4.0.0rc4. |
2487 |
|
2488 |
* Mon Oct 29 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-162.rc3 |
2489 |
- resolves: #870630 - Fix scriptlets interpeting a comment as argument. |
2490 |
|
2491 |
* Fri Oct 26 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-161.rc3 |
2492 |
- Add missing Requries for python modules. |
2493 |
- Add NetworkManager dispatcher script for winbind. |
2494 |
|
2495 |
* Fri Oct 19 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-160.rc3 |
2496 |
- resolves: #867893 - Move /var/log/samba to samba-common package for |
2497 |
winbind which requires it. |
2498 |
|
2499 |
* Thu Oct 18 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-159.rc3 |
2500 |
- Compile default auth methods into smbd. |
2501 |
|
2502 |
* Tue Oct 16 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-158.rc3 |
2503 |
- Move pam_winbind.conf and the manpages to the right package. |
2504 |
|
2505 |
* Tue Oct 16 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-157.rc3 |
2506 |
* resolves: #866959 - Build auth_builtin as static module. |
2507 |
|
2508 |
* Tue Oct 16 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-156.rc3 |
2509 |
- Update systemd Requires to reflect latest packaging guidelines. |
2510 |
|
2511 |
* Tue Oct 16 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-155.rc3 |
2512 |
- Add back the AES patches which didn't make it in rc3. |
2513 |
|
2514 |
* Tue Oct 16 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-154.rc3 |
2515 |
- Update to 4.0.0rc3. |
2516 |
- resolves: #805562 - Unable to share print queues. |
2517 |
- resolves: #863388 - Unable to reload smbd configuration with systemctl. |
2518 |
|
2519 |
* Wed Oct 10 2012 - Alexander Bokovoy <abokovoy@redhat.com> - 2:4.0.0-153.rc2 |
2520 |
- Use alternatives to configure winbind_krb5_locator.so |
2521 |
- Fix Requires for winbind. |
2522 |
|
2523 |
* Thu Oct 04 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-152.rc2 |
2524 |
- Add kerberos AES support. |
2525 |
- Fix printing initialization. |
2526 |
|
2527 |
* Tue Oct 02 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-151.rc2 |
2528 |
- Update to 4.0.0rc2. |
2529 |
|
2530 |
* Wed Sep 26 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-150.rc1 |
2531 |
- Fix Obsoletes/Provides for update from samba4. |
2532 |
- Bump release number to be bigger than samba4. |
2533 |
|
2534 |
* Wed Sep 26 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-96.rc1 |
2535 |
- Package smbprint again. |
2536 |
|
2537 |
* Wed Sep 26 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-95.rc1 |
2538 |
- Update to 4.0.0rc1. |
2539 |
|
2540 |
* Mon Aug 20 2012 Guenther Deschner <gdeschner@redhat.com> - 2:3.6.7-94.2 |
2541 |
- Update to 3.6.7 |
2542 |
|
2543 |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.6.6-93.2 |
2544 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
2545 |
|
2546 |
* Thu Jul 19 2012 Guenther Deschner <gdeschner@redhat.com> - 2:3.6.6-93 |
2547 |
- Fix printing tdb upgrade for 3.6.6 |
2548 |
- resolves: #841609 |
2549 |
|
2550 |
* Sun Jul 15 2012 Ville Skyttä <ville.skytta@iki.fi> - 2:3.6.6-92 |
2551 |
- Call ldconfig at libwbclient and -winbind-clients post(un)install time. |
2552 |
- Fix empty localization files, use %%find_lang to find and %%lang-mark them. |
2553 |
- Escape macros in %%changelog. |
2554 |
- Fix source tarball URL. |
2555 |
|
2556 |
* Tue Jun 26 2012 Guenther Deschner <gdeschner@redhat.com> - 2:3.6.6-91 |
2557 |
- Update to 3.6.6 |
2558 |
|
2559 |
* Thu Jun 21 2012 Andreas Schneider <asn@redhat.com> - 2:3.6.5-90 |
2560 |
- Fix ldonfig. |
2561 |
- Require systemd for samba-common package. |
2562 |
- resolves: #829197 |
2563 |
|
2564 |
* Mon Jun 18 2012 Andreas Schneider <asn@redhat.com> - 2:3.6.5-89 |
2565 |
- Fix usrmove paths. |
2566 |
- resolves: #829197 |
2567 |
|
2568 |
* Tue May 15 2012 Andreas Schneider <asn@redhat.com> - 2:3.6.5-88 |
2569 |
- Move tmpfiles.d config to common package as it is needed for smbd and |
2570 |
winbind. |
2571 |
- Make sure tmpfiles get created after installation. |
2572 |
|
2573 |
* Wed May 09 2012 Guenther Deschner <gdeschner@redhat.com> - 2:3.6.5-87 |
2574 |
- Correctly use system iniparser library |
2575 |
|
2576 |
* Fri May 04 2012 Andreas Schneider <asn@redhat.com> - 2:3.6.5-86 |
2577 |
- Bump Epoch to fix a problem with a Samba4 update in testing. |
2578 |
|
2579 |
* Mon Apr 30 2012 Guenther Deschner <gdeschner@redhat.com> - 1:3.6.5-85 |
2580 |
- Security Release, fixes CVE-2012-2111 |
2581 |
- resolves: #817551 |
2582 |
|
2583 |
* Mon Apr 23 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.4-84 |
2584 |
- Fix creation of /var/run/samba. |
2585 |
- resolves: #751625 |
2586 |
|
2587 |
* Fri Apr 20 2012 Guenther Deschner <gdeschner@redhat.com> - 1:3.6.4-83 |
2588 |
- Avoid private krb5_locate_kdc usage |
2589 |
- resolves: #754783 |
2590 |
|
2591 |
* Thu Apr 12 2012 Jon Ciesla <limburgher@gmail.com> - 1:3.6.4-82 |
2592 |
- Update to 3.6.4 |
2593 |
- Fixes CVE-2012-1182 |
2594 |
|
2595 |
* Mon Mar 19 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.3-81 |
2596 |
- Fix provides for of libwclient-devel for samba-winbind-devel. |
2597 |
|
2598 |
* Thu Feb 23 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.3-80 |
2599 |
- Add commented out 'max protocol' to the default config. |
2600 |
|
2601 |
* Mon Feb 13 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.3-79 |
2602 |
- Create a libwbclient package. |
2603 |
- Replace winbind-devel with libwbclient-devel package. |
2604 |
|
2605 |
* Mon Jan 30 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.3-78 |
2606 |
- Update to 3.6.3 |
2607 |
- Fixes CVE-2012-0817 |
2608 |
|
2609 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.6.1-77.1 |
2610 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
2611 |
|
2612 |
* Mon Dec 05 2011 Andreas Schneider <asn@redhat.com> - 1:3.6.1-77 |
2613 |
- Fix winbind cache upgrade. |
2614 |
- resolves: #760137 |
2615 |
|
2616 |
* Fri Nov 18 2011 Andreas Schneider <asn@redhat.com> - 1:3.6.1-76 |
2617 |
- Fix piddir to match with systemd files. |
2618 |
- Fix crash bug in the debug system. |
2619 |
- resolves: #754525 |
2620 |
|
2621 |
* Fri Nov 04 2011 Andreas Schneider <asn@redhat.com> - 1:3.6.1-75 |
2622 |
- Fix systemd dependencies |
2623 |
- resolves: #751397 |
2624 |
|
2625 |
* Wed Oct 26 2011 Andreas Schneider <asn@redhat.com> - 1:3.6.1-74 |
2626 |
- Update to 3.6.1 |
2627 |
|
2628 |
* Tue Oct 04 2011 Guenther Deschner <gdeschner@redhat.com> - 1:3.6.0-73 |
2629 |
- Fix nmbd startup |
2630 |
- resolves: #741630 |
2631 |
|
2632 |
* Tue Sep 20 2011 Tom Callaway <spot@fedoraproject.org> - 1:3.6.0-72 |
2633 |
- convert to systemd |
2634 |
- restore epoch from f15 |
2635 |
|
2636 |
* Sat Aug 13 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0-71 |
2637 |
- Update to 3.6.0 final |
2638 |
|
2639 |
* Sun Jul 31 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0rc3-70 |
2640 |
- Update to 3.6.0rc3 |
2641 |
|
2642 |
* Tue Jun 07 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0rc2-69 |
2643 |
- Update to 3.6.0rc2 |
2644 |
|
2645 |
* Tue May 17 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0rc1-68 |
2646 |
- Update to 3.6.0rc1 |
2647 |
|
2648 |
* Wed Apr 27 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre3-67 |
2649 |
- Update to 3.6.0pre3 |
2650 |
|
2651 |
* Wed Apr 13 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre2-66 |
2652 |
- Update to 3.6.0pre2 |
2653 |
|
2654 |
* Fri Mar 11 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre1-65 |
2655 |
- Enable quota support |
2656 |
|
2657 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.6.0-64pre1.1 |
2658 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
2659 |
|
2660 |
* Wed Nov 24 2010 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre1-64 |
2661 |
- Add %%ghost entry for /var/run using tmpfs |
2662 |
- resolves: #656685 |
2663 |
|
2664 |
* Thu Aug 26 2010 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre1-63 |
2665 |
- Put winbind krb5 locator plugin into a separate rpm |
2666 |
- resolves: #627181 |
2667 |
|
2668 |
* Tue Aug 03 2010 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre1-62 |
2669 |
- Update to 3.6.0pre1 |
2670 |
|
2671 |
* Wed Jun 23 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.4-61 |
2672 |
- Update to 3.5.4 |
2673 |
|
2674 |
* Wed May 19 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.3-60 |
2675 |
- Update to 3.5.3 |
2676 |
- Make sure nmb and smb initscripts return LSB compliant return codes |
2677 |
- Fix winbind over ipv6 |
2678 |
|
2679 |
* Wed Apr 07 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.2-59 |
2680 |
- Update to 3.5.2 |
2681 |
|
2682 |
* Mon Mar 08 2010 Simo Sorce <ssorce@redhat.com> - 3.5.1-58 |
2683 |
- Security update to 3.5.1 |
2684 |
- Fixes CVE-2010-0728 |
2685 |
|
2686 |
* Mon Mar 08 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.0-57 |
2687 |
- Remove cifs.upcall and mount.cifs entirely |
2688 |
|
2689 |
* Mon Mar 01 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.0-56 |
2690 |
- Update to 3.5.0 |
2691 |
|
2692 |
* Fri Feb 19 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.0rc3-55 |
2693 |
- Update to 3.5.0rc3 |
2694 |
|
2695 |
* Tue Jan 26 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.0rc2-54 |
2696 |
- Update to 3.5.0rc2 |
2697 |
|
2698 |
* Fri Jan 15 2010 Jeff Layton <jlayton@redhat.com> - 3.5.0rc1-53 |
2699 |
- separate out CIFS tools into cifs-utils package |
2700 |
|
2701 |
* Fri Jan 08 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.0rc1-52 |
2702 |
- Update to 3.5.0rc1 |
2703 |
|
2704 |
* Tue Dec 15 2009 Guenther Deschner <gdeschner@redhat.com> - 3.5.0pre2-51 |
2705 |
- Update to 3.5.0pre2 |
2706 |
- Remove umount.cifs |
2707 |
|
2708 |
* Wed Nov 25 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.3-49 |
2709 |
- Various updates to inline documentation in default smb.conf file |
2710 |
- resolves: #483703 |
2711 |
|
2712 |
* Thu Oct 29 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.3-48 |
2713 |
- Update to 3.4.3 |
2714 |
|
2715 |
* Fri Oct 09 2009 Simo Sorce <ssorce@redhat.com> - 3.4.2-47 |
2716 |
- Spec file cleanup |
2717 |
- Fix sources upstream location |
2718 |
- Remove conditionals to build talloc and tdb, now they are completely indepent |
2719 |
packages in Fedora |
2720 |
- Add defattr() where missing |
2721 |
- Turn all tabs into 4 spaces |
2722 |
- Remove unused migration script |
2723 |
- Split winbind-clients out of main winbind package to avoid multilib to include |
2724 |
huge packages for no good reason |
2725 |
|
2726 |
* Thu Oct 01 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.2-0.46 |
2727 |
- Update to 3.4.2 |
2728 |
- Security Release, fixes CVE-2009-2813, CVE-2009-2948 and CVE-2009-2906 |
2729 |
|
2730 |
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 3.4.1-0.45 |
2731 |
- Use password-auth common PAM configuration instead of system-auth |
2732 |
|
2733 |
* Wed Sep 09 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.1-0.44 |
2734 |
- Update to 3.4.1 |
2735 |
|
2736 |
* Thu Aug 20 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.43 |
2737 |
- Fix cli_read() |
2738 |
- resolves: #516165 |
2739 |
|
2740 |
* Thu Aug 06 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.42 |
2741 |
- Fix required talloc version number |
2742 |
- resolves: #516086 |
2743 |
|
2744 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.4.0-0.41.1 |
2745 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
2746 |
|
2747 |
* Fri Jul 17 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.41 |
2748 |
- Fix Bug #6551 (vuid and tid not set in sessionsetupX and tconX) |
2749 |
- Specify required talloc and tdb version for BuildRequires |
2750 |
|
2751 |
* Fri Jul 03 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.40 |
2752 |
- Update to 3.4.0 |
2753 |
|
2754 |
* Fri Jun 19 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0rc1-0.39 |
2755 |
- Update to 3.4.0rc1 |
2756 |
|
2757 |
* Mon Jun 08 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0pre2-0.38 |
2758 |
- Update to 3.4.0pre2 |
2759 |
|
2760 |
* Thu Apr 30 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0pre1-0.37 |
2761 |
- Update to 3.4.0pre1 |
2762 |
|
2763 |
* Wed Apr 29 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.4-0.36 |
2764 |
- Update to 3.3.4 |
2765 |
|
2766 |
* Mon Apr 20 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.3-0.35 |
2767 |
- Enable build of idmap_tdb2 for clustered setups |
2768 |
|
2769 |
* Wed Apr 1 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.3-0.34 |
2770 |
- Update to 3.3.3 |
2771 |
|
2772 |
* Thu Mar 26 2009 Simo Sorce <ssorce@redhat.com> - 3.3.2-0.33 |
2773 |
- Fix nmbd init script nmbd reload was causing smbd not nmbd to reload the |
2774 |
configuration |
2775 |
- Fix upstream bug 6224, nmbd was waiting 5+ minutes before running elections on |
2776 |
startup, causing your own machine not to show up in the network for 5 minutes |
2777 |
if it was the only client in that workgroup (fix committed upstream) |
2778 |
|
2779 |
* Thu Mar 12 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.2-0.31 |
2780 |
- Update to 3.3.2 |
2781 |
- resolves: #489547 |
2782 |
|
2783 |
* Thu Mar 5 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.1-0.30 |
2784 |
- Add libcap-devel to requires list (resolves: #488559) |
2785 |
|
2786 |
* Tue Mar 3 2009 Simo Sorce <ssorce@redhat.com> - 3.3.1-0.29 |
2787 |
- Make the talloc and ldb packages optionsl and disable their build within |
2788 |
the samba3 package, they are now built as part of the samba4 package |
2789 |
until they will both be released as independent packages. |
2790 |
|
2791 |
* Wed Feb 25 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.1-0.28 |
2792 |
- Enable cluster support |
2793 |
|
2794 |
* Tue Feb 24 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.1-0.27 |
2795 |
- Update to 3.3.1 |
2796 |
|
2797 |
* Sat Feb 21 2009 Simo Sorce <ssorce@redhat.com> - 3.3.0-0.26 |
2798 |
- Rename ldb* tools to ldb3* to avoid conflicts with newer ldb releases |
2799 |
|
2800 |
* Tue Feb 3 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.0-0.25 |
2801 |
- Update to 3.3.0 final |
2802 |
- Add upstream fix for ldap connections to AD (Bug #6073) |
2803 |
- Remove bogus perl dependencies (resolves: #473051) |
2804 |
|
2805 |
* Fri Nov 28 2008 Guenther Deschner <gdeschner@redhat.com> - 3.3.0-0rc1.24 |
2806 |
- Update to 3.3.0rc1 |
2807 |
|
2808 |
* Thu Nov 27 2008 Simo Sorce <ssorce@redhat.com> - 3.2.5-0.23 |
2809 |
- Security Release, fixes CVE-2008-4314 |
2810 |
|
2811 |
* Thu Sep 18 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.4-0.22 |
2812 |
- Update to 3.2.4 |
2813 |
- resolves: #456889 |
2814 |
- move cifs.upcall to /usr/sbin |
2815 |
|
2816 |
* Wed Aug 27 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.3-0.21 |
2817 |
- Security fix for CVE-2008-3789 |
2818 |
|
2819 |
* Mon Aug 25 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.2-0.20 |
2820 |
- Update to 3.2.2 |
2821 |
|
2822 |
* Mon Aug 11 2008 Simo Sorce <ssorce@redhat.com> - 3.2.1-0.19 |
2823 |
- Add fix for CUPS problem, fixes bug #453951 |
2824 |
|
2825 |
* Wed Aug 6 2008 Simo Sorce <ssorce@redhat.com> - 3.2.1-0.18 |
2826 |
- Update to 3.2.1 |
2827 |
|
2828 |
* Tue Jul 1 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-2.17 |
2829 |
- Update to 3.2.0 final |
2830 |
- resolves: #452622 |
2831 |
|
2832 |
* Tue Jun 10 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc2.16 |
2833 |
- Update to 3.2.0rc2 |
2834 |
- resolves: #449522 |
2835 |
- resolves: #448107 |
2836 |
|
2837 |
* Fri May 30 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc1.15 |
2838 |
- Fix security=server |
2839 |
- resolves: #449038, #449039 |
2840 |
|
2841 |
* Wed May 28 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc1.14 |
2842 |
- Add fix for CVE-2008-1105 |
2843 |
- resolves: #446724 |
2844 |
|
2845 |
* Fri May 23 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc1.13 |
2846 |
- Update to 3.2.0rc1 |
2847 |
|
2848 |
* Wed May 21 2008 Simo Sorce <ssorce@redhat.com> - 3.2.0-1.pre3.12 |
2849 |
- make it possible to print against Vista and XP SP3 as servers |
2850 |
- resolves: #439154 |
2851 |
|
2852 |
* Thu May 15 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre3.11 |
2853 |
- Add "net ads join createcomputer=ou1/ou2/ou3" fix (BZO #5465) |
2854 |
|
2855 |
* Fri May 09 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre3.10 |
2856 |
- Add smbclient fix (BZO #5452) |
2857 |
|
2858 |
* Fri Apr 25 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre3.9 |
2859 |
- Update to 3.2.0pre3 |
2860 |
|
2861 |
* Tue Mar 18 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.8 |
2862 |
- Add fixes for libsmbclient and support for r/o relocations |
2863 |
|
2864 |
* Mon Mar 10 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.7 |
2865 |
- Fix libnetconf, libnetapi and msrpc DSSETUP call |
2866 |
|
2867 |
* Thu Mar 06 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.6 |
2868 |
- Create separate packages for samba-winbind and samba-winbind-devel |
2869 |
- Add cifs.spnego helper |
2870 |
|
2871 |
* Wed Mar 05 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.3 |
2872 |
- Update to 3.2.0pre2 |
2873 |
- Add talloc and tdb lib and devel packages |
2874 |
- Add domainjoin-gui package |
2875 |
|
2876 |
* Fri Feb 22 2008 Simo Sorce <ssorce@redhat.com> - 3.2.0-0.pre1.3 |
2877 |
- Try to fix GCC 4.3 build |
2878 |
- Add --with-dnsupdate flag and also make sure other flags are required just to |
2879 |
be sure the features are included without relying on autodetection to be |
2880 |
successful |
2881 |
|
2882 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:3.2.0-1.pre1.2 |
2883 |
- Autorebuild for GCC 4.3 |
2884 |
|
2885 |
* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 3.2.0-0.pre1.2 |
2886 |
- Rebuild for openldap bump |
2887 |
|
2888 |
* Thu Oct 18 2007 Guenther Deschner <gdeschner@redhat.com> 3.2.0-0.pre1.1.fc9 |
2889 |
- 32/64bit padding fix (affects multilib installations) |
2890 |
|
2891 |
* Mon Oct 8 2007 Simo Sorce <ssorce@redhat.com> 3.2.0-0.pre1.fc9 |
2892 |
- New major relase, minor switched from 0 to 2 |
2893 |
- License change, the code is now GPLv3+ |
2894 |
- Numerous improvements and bugfixes included |
2895 |
- package libsmbsharemodes too |
2896 |
- remove smbldap-tools as they are already packaged separately in Fedora |
2897 |
- Fix bug 245506 |
2898 |
|
2899 |
* Tue Oct 2 2007 Simo Sorce <ssorce@redhat.com> 3.0.26a-1.fc8 |
2900 |
- rebuild with AD DNS Update support |
2901 |
|
2902 |
* Tue Sep 11 2007 Simo Sorce <ssorce@redhat.com> 3.0.26a-0.fc8 |
2903 |
- upgrade to the latest upstream realease |
2904 |
- includes security fixes released today in 3.0.26 |
2905 |
|
2906 |
* Fri Aug 24 2007 Simo Sorce <ssorce@redhat.com> 3.0.25c-4.fc8 |
2907 |
- add fix reported upstream for heavy idmap_ldap memleak |
2908 |
|
2909 |
* Tue Aug 21 2007 Simo Sorce <ssorce@redhat.com> 3.0.25c-3.fc8 |
2910 |
- fix a few places were "open" is used an interfere with the new glibc |
2911 |
|
2912 |
* Tue Aug 21 2007 Simo Sorce <ssorce@redhat.com> 3.0.25c-2.fc8 |
2913 |
- remove old source |
2914 |
- add patch to fix samba bugzilla 4772 |
2915 |
|
2916 |
* Tue Aug 21 2007 Guenther Deschner <gdeschner@redhat.com> 3.0.25c-0.fc8 |
2917 |
- update to 3.0.25c |
2918 |
|
2919 |
* Fri Jun 29 2007 Simo Sorce <ssorce@redhat.com> 3.0.25b-3.fc8 |
2920 |
- handle cases defined in #243766 |
2921 |
|
2922 |
* Tue Jun 26 2007 Simo Sorce <ssorce@redhat.com> 3.0.25b-2.fc8 |
2923 |
- update to 3.0.25b |
2924 |
- better error codes for init scripts: #244823 |
2925 |
|
2926 |
* Tue May 29 2007 Günther Deschner <gdeschner@redhat.com> |
2927 |
- fix pam_smbpass patch. |
2928 |
|
2929 |
* Fri May 25 2007 Simo Sorce <ssorce@redhat.com> |
2930 |
- update to 3.0.25a as it contains many fixes |
2931 |
- add a fix for pam_smbpass made by Günther but committed upstream after 3.0.25a was cut. |
2932 |
|
2933 |
* Mon May 14 2007 Simo Sorce <ssorce@redhat.com> |
2934 |
- final 3.0.25 |
2935 |
- includes security fixes for CVE-2007-2444,CVE-2007-2446,CVE-2007-2447 |
2936 |
|
2937 |
* Mon Apr 30 2007 Günther Deschner <gdeschner@redhat.com> |
2938 |
- move to 3.0.25rc3 |
2939 |
|
2940 |
* Thu Apr 19 2007 Simo Sorce <ssorce@redhat.com> |
2941 |
- fixes in the spec file |
2942 |
- moved to 3.0.25rc1 |
2943 |
- addedd patches (merged upstream so they will be removed in 3.0.25rc2) |
2944 |
|
2945 |
* Wed Apr 4 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-12.fc7 |
2946 |
- fixes in smb.conf |
2947 |
- advice in smb.conf to put scripts in /var/lib/samba/scripts |
2948 |
- create /var/lib/samba/scripts so that selinux can be happy |
2949 |
- fix Vista problems with msdfs errors |
2950 |
|
2951 |
* Tue Apr 03 2007 Guenther Deschner <gdeschner@redhat.com> 3.0.24-11.fc7 |
2952 |
- enable PAM and NSS dlopen checks during build |
2953 |
- fix unresolved symbols in libnss_wins.so (bug #198230) |
2954 |
|
2955 |
* Fri Mar 30 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-10.fc7 |
2956 |
- set passdb backend = tdbsam as default in smb.conf |
2957 |
- remove samba-docs dependency from swat, that was a mistake |
2958 |
- put back COPYING and other files in samba-common |
2959 |
- put examples in samba not in samba-docs |
2960 |
- leave only stuff under docs/ in samba-doc |
2961 |
|
2962 |
* Thu Mar 29 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-9.fc7 |
2963 |
- integrate most of merge review proposed changes (bug #226387) |
2964 |
- remove libsmbclient-devel-static and simply stop shipping the |
2965 |
static version of smbclient as it seem this is deprecated and |
2966 |
actively discouraged |
2967 |
|
2968 |
* Wed Mar 28 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-8.fc7 |
2969 |
- fix for bug #176649 |
2970 |
|
2971 |
* Mon Mar 26 2007 Simo Sorce <ssorce@redhat.com> |
2972 |
- remove patch for bug 106483 as it introduces a new bug that prevents |
2973 |
the use of a credentials file with the smbclient tar command |
2974 |
- move the samba private dir from being the same as the config dir |
2975 |
(/etc/samba) to /var/lib/samba/private |
2976 |
|
2977 |
* Mon Mar 26 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-7.fc7 |
2978 |
- make winbindd start earlier in the init process, at the same time |
2979 |
ypbind is usually started as well |
2980 |
- add a sepoarate init script for nmbd called nmb, we need to be able |
2981 |
to restart nmbd without dropping al smbd connections unnecessarily |
2982 |
|
2983 |
* Fri Mar 23 2007 Simo Sorce <ssorce@redhat.com> |
2984 |
- add samba.schema to /etc/openldap/schema |
2985 |
|
2986 |
* Thu Mar 22 2007 Florian La Roche <laroche@redhat.com> |
2987 |
- adjust the Requires: for the scripts, add "chkconfig --add smb" |
2988 |
|
2989 |
* Tue Mar 20 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-6.fc7 |
2990 |
- do not put comments inline on smb.conf options, they may be read |
2991 |
as part of the value (for example log files names) |
2992 |
|
2993 |
* Mon Mar 19 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-5.fc7 |
2994 |
- actually use the correct samba.pamd file not the old samba.pamd.stack file |
2995 |
- fix logifles and use upstream convention of log.* instead of our old *.log |
2996 |
Winbindd creates its own log.* files anyway so we will be more consistent |
2997 |
- install our own (enhanced) default smb.conf file |
2998 |
- Fix pam_winbind acct_mgmt PAM result code (prevented local users from |
2999 |
logging in). Fixed by Guenther. |
3000 |
- move some files from samba to samba-common as they are used with winbindd |
3001 |
as well |
3002 |
|
3003 |
* Fri Mar 16 2007 Guenther Deschner <gdeschner@redhat.com> 3.0.24-4.fc7 |
3004 |
- fix arch macro which reported Vista to Samba clients. |
3005 |
|
3006 |
* Thu Mar 15 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-3.fc7 |
3007 |
- Directories reorg, tdb files must go to /var/lib, not |
3008 |
to /var/cache, add migration script in %%post common |
3009 |
- Split out libsmbclient, devel and doc packages |
3010 |
- Remove libmsrpc.[h|so] for now as they are not really usable |
3011 |
- Remove kill -HUP from rotate, samba use -HUP for other things |
3012 |
noit to reopen logs |
3013 |
|
3014 |
* Tue Feb 20 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-2.fc7 |
3015 |
- New upstream release |
3016 |
- Fix packaging issue wrt idmap modules used only by smbd |
3017 |
- Addedd Vista Patchset for compatibility with Windows Vista |
3018 |
- Change default of "msdfs root", it seem to cause problems with |
3019 |
some applications and it has been proposed to change it for |
3020 |
3.0.25 upstream |
3021 |
|
3022 |
* Fri Sep 1 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23c-2 |
3023 |
- New upstream release. |
3024 |
|
3025 |
* Tue Aug 8 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23b-2 |
3026 |
- New upstream release. |
3027 |
|
3028 |
* Mon Jul 24 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23a-3 |
3029 |
- Fix the -logfiles patch to close |
3030 |
bz#199607 Samba compiled with wrong log path. |
3031 |
bz#199206 smb.conf has incorrect log file path |
3032 |
|
3033 |
* Mon Jul 24 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23a-2 |
3034 |
- Upgrade to new upstream 3.0.23a |
3035 |
- include upstream samr_alias patch |
3036 |
|
3037 |
* Tue Jul 11 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23-2 |
3038 |
- New upstream release. |
3039 |
- Use modified filter-requires-samba.sh from packaging/RHEL/setup/ |
3040 |
to get rid of bogus dependency on perl(Unicode::MapUTF8) |
3041 |
- Update the -logfiles and -smb.conf patches to work with 3.0.23 |
3042 |
|
3043 |
* Thu Jul 6 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23-0.RC3 |
3044 |
- New upstream RC release. |
3045 |
- Update the -logfiles, and -passwd patches for |
3046 |
3.0.23rc3 |
3047 |
- Include the change to smb.init from Bastien Nocera <bnocera@redhat.com>) |
3048 |
to close |
3049 |
bz#182560 Wrong retval for initscript when smbd is dead |
3050 |
- Update this spec file to build with 3.0.23rc3 |
3051 |
- Remove the -install.mount.smbfs patch, since we don't install |
3052 |
mount.smbfs any more. |
3053 |
|
3054 |
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 2.0.21c-3 |
3055 |
- rebuilt with new gnutls |
3056 |
|
3057 |
* Fri Mar 17 2006 Jay Fenlason <fenlason@redhat.com> 2.0.21c-2 |
3058 |
- New upstream version. |
3059 |
|
3060 |
* Mon Feb 13 2006 Jay Fenlason <fenlason@redhat.com> 3.0.21b-2 |
3061 |
- New upstream version. |
3062 |
- Since the rawhide kernel has dropped support for smbfs, remove smbmount |
3063 |
and smbumount. Users should use mount.cifs instead. |
3064 |
- Upgrade to 3.0.21b |
3065 |
|
3066 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0:3.0.20b-2.1.1 |
3067 |
- bump again for double-long bug on ppc(64) |
3068 |
|
3069 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
3070 |
- rebuilt |
3071 |
|
3072 |
* Sun Nov 13 2005 Jay Fenlason <fenlason@redhat.com> 3.0.20b-2 |
3073 |
- turn on -DLDAP_DEPRECATED to allow access to ldap functions that have |
3074 |
been depricated in 2.3.11, but which don't have well-documented |
3075 |
replacements (ldap_simple_bind_s(), for example). |
3076 |
- Upgrade to 3.0.20b, which includes all the previous upstream patches. |
3077 |
- Updated the -warnings patch for 3.0.20a. |
3078 |
- Include --with-shared-modules=idmap_ad,idmap_rid to close |
3079 |
bz#156810 --with-shared-modules=idmap_ad,idmap_rid |
3080 |
- Include the new samba.pamd from Tomas Mraz (tmraz@redhat.com) to close |
3081 |
bz#170259 pam_stack is deprecated |
3082 |
|
3083 |
* Sun Nov 13 2005 Warren Togami <wtogami@redhat.com> 3.0.20-3 |
3084 |
- epochs from deps, req exact release |
3085 |
- rebuild against new openssl |
3086 |
|
3087 |
* Mon Aug 22 2005 Jay Fenlason <fenlason@redhat.com> 3.0.20-2 |
3088 |
- New upstream release |
3089 |
Includes five upstream patches -bug3010_v1, -groupname_enumeration_v3, |
3090 |
-regcreatekey_winxp_v1, -usrmgr_groups_v1, and -winbindd_v1 |
3091 |
This obsoletes the -pie and -delim patches |
3092 |
the -warning and -gcc4 patches are obsolete too |
3093 |
The -man, -passwd, and -smbspool patches were updated to match 3.0.20pre1 |
3094 |
Also, the -quoting patch was implemented differently upstream |
3095 |
There is now a umount.cifs executable and manpage |
3096 |
We run autogen.sh as part of the build phase |
3097 |
The testprns command is now gone |
3098 |
libsmbclient now has a man page |
3099 |
- Include -bug106483 patch to close |
3100 |
bz#106483 smbclient: -N negates the provided password, despite documentation |
3101 |
- Added the -warnings patch to quiet some compiler warnings. |
3102 |
- Removed many obsolete patches from CVS. |
3103 |
|
3104 |
* Mon May 2 2005 Jay Fenlason <fenlason@redhat.com> 3.0.14a-2 |
3105 |
- New upstream release. |
3106 |
- the -64bit-timestamps, -clitar, -establish_trust, user_rights_v1, |
3107 |
winbind_find_dc_v2 patches are now obsolete. |
3108 |
|
3109 |
* Thu Apr 7 2005 Jay Fenlason <fenlason@redhat.com> 3.0.13-2 |
3110 |
- New upstream release |
3111 |
- add my -quoting patch, to fix swat with strings that contain |
3112 |
html meta-characters, and to use correct quote characters in |
3113 |
lists, closing bz#134310 |
3114 |
- include the upstream winbindd_2k3sp1 patch |
3115 |
- include the -smbclient patch. |
3116 |
- include the -hang patch from upstream. |
3117 |
|
3118 |
* Thu Mar 24 2005 Florian La Roche <laroche@redhat.com> |
3119 |
- add a "exit 0" to the postun of the main samba package |
3120 |
|
3121 |
* Wed Mar 2 2005 Tomas Mraz <tmraz@redhat.com> 3.0.11-5 |
3122 |
- rebuild with openssl-0.9.7e |
3123 |
|
3124 |
* Thu Feb 24 2005 Jay Fenlason <fenlason@redhat.com> 3.0.11-4 |
3125 |
- Use the updated filter-requires-samba.sh file, so we don't accidentally |
3126 |
pick up a dependency on perl(Crypt::SmbHash) |
3127 |
|
3128 |
* Fri Feb 18 2005 Jay Fenlason <fenlason@redhat.com> 3.0.11-3 |
3129 |
- add -gcc4 patch to compile with gcc 4. |
3130 |
- remove the now obsolete -smbclient-kerberos.patch |
3131 |
- Include four upstream patches from |
3132 |
http://samba.org/~jerry/patches/post-3.0.11/ |
3133 |
(Slightly modified the winbind_find_dc_v2 patch to apply easily with |
3134 |
rpmbuild). |
3135 |
|
3136 |
* Fri Feb 4 2005 Jay Fenlason <fenlason@redhat.com> 3.0.11-2 |
3137 |
- include -smbspool patch to close bz#104136 |
3138 |
|
3139 |
* Wed Jan 12 2005 Jay Fenlason <fenlason@redhat.com> 3.0.10-4 |
3140 |
- Update the -man patch to fix ntlm_auth.1 too. |
3141 |
- Move pam_smbpass.so to the -common package, so both the 32 |
3142 |
and 64-bit versions will be installed on multiarch platforms. |
3143 |
This closes bz#143617 |
3144 |
- Added new -delim patch to fix mount.cifs so it can accept |
3145 |
passwords with commas in them (via environment or credentials |
3146 |
file) to close bz#144198 |
3147 |
|
3148 |
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 3.0.10-3 |
3149 |
- Rebuilt for new readline. |
3150 |
|
3151 |
* Fri Dec 17 2004 Jay Fenlason <fenlason@redhat.com> 3.0.10-2 |
3152 |
- New upstream release that closes CAN-2004-1154 bz#142544 |
3153 |
- Include the -64bit patch from Nalin. This closes bz#142873 |
3154 |
- Update the -logfiles patch to work with 3.0.10 |
3155 |
- Create /var/run/winbindd and make it part of the -common rpm to close |
3156 |
bz#142242 |
3157 |
|
3158 |
* Mon Nov 22 2004 Jay Fenlason <fenlason@redhat.com> 3.0.9-2 |
3159 |
- New upstream release. This obsoletes the -secret patch. |
3160 |
Include my changetrustpw patch to make "net ads changetrustpw" stop |
3161 |
aborting. This closes #134694 |
3162 |
- Remove obsolete triggers for ancient samba versions. |
3163 |
- Move /var/log/samba to the -common rpm. This closes #76628 |
3164 |
- Remove the hack needed to get around the bad docs files in the |
3165 |
3.0.8 tarball. |
3166 |
- Change the comment in winbind.init to point at the correct pidfile. |
3167 |
This closes #76641 |
3168 |
|
3169 |
* Mon Nov 22 2004 Than Ngo <than@redhat.com> 3.0.8-4 |
3170 |
- fix unresolved symbols in libsmbclient which caused applications |
3171 |
such as KDE's konqueror to fail when accessing smb:// URLs. #139894 |
3172 |
|
3173 |
* Thu Nov 11 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-3.1 |
3174 |
- Rescue the install.mount.smbfs patch from Juanjo Villaplana |
3175 |
(villapla@si.uji.es) to prevent building the srpm from trashing your |
3176 |
installed /usr/bin/smbmount |
3177 |
|
3178 |
* Tue Nov 9 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-3 |
3179 |
- Include the corrected docs tarball, and use it instead of the |
3180 |
obsolete docs from the upstream 3.0.8 tarball. |
3181 |
- Update the logfiles patch to work with the updated docs. |
3182 |
|
3183 |
* Mon Nov 8 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-2 |
3184 |
- New upstream version fixes CAN-2004-0930. This obsoletes the |
3185 |
disable-sendfile, salt, signing-shortkey and fqdn patches. |
3186 |
- Add my <fenlason@redhat.com> ugly non-ascii-domain patch. |
3187 |
- Updated the pie patch for 3.0.8. |
3188 |
- Updated the logfiles patch for 3.0.8. |
3189 |
|
3190 |
* Tue Oct 26 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre2 |
3191 |
- New upstream version |
3192 |
- Add Nalin's signing-shortkey patch. |
3193 |
|
3194 |
* Tue Oct 19 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1.3 |
3195 |
- disable the -salt patch, because it causes undefined references in |
3196 |
libsmbclient that prevent gnome-vfs from building. |
3197 |
|
3198 |
* Fri Oct 15 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1.2 |
3199 |
- Re-enable the x_fclose patch that was accidentally disabled |
3200 |
in 3.0.8-0.pre1.1. This closes #135832 |
3201 |
- include Nalin's -fqdn and -salt patches. |
3202 |
|
3203 |
* Wed Oct 13 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1.1 |
3204 |
- Include disable-sendfile patch to default "use sendfile" to "no". |
3205 |
This closes #132779 |
3206 |
|
3207 |
* Wed Oct 6 2004 Jay Fenlason <fenlason@redhat.com> |
3208 |
- Include patch from Steven Lawrance (slawrance@yahoo.com) that modifies |
3209 |
smbmnt to work with 32-bit uids. |
3210 |
|
3211 |
* Mon Sep 27 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1 |
3212 |
- new upstream release. This obsoletes the ldapsam_compat patches. |
3213 |
|
3214 |
* Wed Sep 15 2004 Jay Fenlason <fenlason@redhat.com> 3.0.7-4 |
3215 |
- Update docs section to not carryover the docs/manpages directory |
3216 |
This moved many files from /usr/share/doc/samba-3.0.7/docs/* to |
3217 |
/usr/share/doc/samba-3.0.7/* |
3218 |
- Modify spec file as suggested by Rex Dieter (rdieter@math.unl.edu) |
3219 |
to correctly create libsmbclient.so.0 and to use %%_initrddir instead |
3220 |
of rolling our own. This closes #132642 |
3221 |
- Add patch to default "use sendfile" to no, since sendfile appears to |
3222 |
be broken |
3223 |
- Add patch from Volker Lendecke <vl@samba.org> to help make |
3224 |
ldapsam_compat work again. |
3225 |
- Add patch from "Vince Brimhall" <vbrimhall@novell.com> for ldapsam_compat |
3226 |
These two patches close bugzilla #132169 |
3227 |
|
3228 |
* Mon Sep 13 2004 Jay Fenlason <fenlason@redhat.com> 3.0.7-3 |
3229 |
- Upgrade to 3.0.7, which fixes CAN-2004-0807 CAN-2004-0808 |
3230 |
This obsoletes the 3.0.6-schema patch. |
3231 |
- Update BuildRequires line to include openldap-devel openssl-devel |
3232 |
and cups-devel |
3233 |
|
3234 |
* Mon Aug 16 2004 Jay Fenlason <fenlason@redhat.com> 3.0.6-3 |
3235 |
- New upstream version. |
3236 |
- Include post 3.0.6 patch from "Gerald (Jerry) Carter" <jerry@samba.org> |
3237 |
to fix a duplicate in the LDAP schema. |
3238 |
- Include 64-bit timestamp patch from Ravikumar (rkumar@hp.com) |
3239 |
to allow correct timestamp handling on 64-bit platforms and fix #126109. |
3240 |
- reenable the -pie patch. Samba is too widely used, and too vulnerable |
3241 |
to potential security holes to disable an important security feature |
3242 |
like -pie. The correct fix is to have the toolchain not create broken |
3243 |
executables when programs compiled -pie are stripped. |
3244 |
- Remove obsolete patches. |
3245 |
- Modify this spec file to put libsmbclient.{a,so} in the right place on |
3246 |
x86_64 machines. |
3247 |
|
3248 |
* Thu Aug 5 2004 Jason Vas Dias <jvdias@redhat.com> 3.0.5-3 |
3249 |
- Removed '-pie' patch - 3.0.5 uses -fPIC/-PIC, and the combination |
3250 |
- resulted in executables getting corrupt stacks, causing smbmnt to |
3251 |
- get a SIGBUS in the mount() call (bug 127420). |
3252 |
|
3253 |
* Fri Jul 30 2004 Jay Fenlason <fenlason@redhat.com> 3.0.5-2 |
3254 |
- Upgrade to 3.0.5, which is a regression from 3.0.5pre1 for a |
3255 |
security fix. |
3256 |
- Include the 3.0.4-backport patch from the 3E branch. This restores |
3257 |
some of the 3.0.5pre1 and 3.0.5rc1 functionality. |
3258 |
|
3259 |
* Tue Jul 20 2004 Jay Fenlason <fenlason@redhat.com> 3.0.5-0.pre1.1 |
3260 |
- Backport base64_decode patche to close CAN-2004-0500 |
3261 |
- Backport hash patch to close CAN-2004-0686 |
3262 |
- use_authtok patch from Nalin Dahyabhai <nalin@redhat.com> |
3263 |
- smbclient-kerberos patch from Alexander Larsson <alexl@redhat.com> |
3264 |
- passwd patch uses "*" instead of "x" for "hashed" passwords for |
3265 |
accounts created by winbind. "x" means "password is in /etc/shadow" to |
3266 |
brain-damaged pam_unix module. |
3267 |
|
3268 |
* Fri Jul 2 2004 Jay Fenlason <fenlason@redhat.com> 3.0.5.0pre1.0 |
3269 |
- New upstream version |
3270 |
- use %% { SOURCE1 } instead of a hardcoded path |
3271 |
- include -winbind patch from Gerald (Jerry) Carter (jerry@samba.org) |
3272 |
https://bugzilla.samba.org/show_bug.cgi?id=1315 |
3273 |
to make winbindd work against Windows versions that do not have |
3274 |
128 bit encryption enabled. |
3275 |
- Moved %%{_bindir}/net to the -common package, so that folks who just |
3276 |
want to use winbind, etc don't have to install -client in order to |
3277 |
"net join" their domain. |
3278 |
- New upstream version obsoletes the patches added in 3.0.3-5 |
3279 |
- Remove smbgetrc.5 man page, since we don't ship smbget. |
3280 |
|
3281 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> |
3282 |
- rebuilt |
3283 |
|
3284 |
* Tue May 4 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-5 |
3285 |
- Patch to allow password changes from machines patched with |
3286 |
Microsoft hotfix MS04-011. |
3287 |
- Include patches for https://bugzilla.samba.org/show_bug.cgi?id=1302 |
3288 |
and https://bugzilla.samba.org/show_bug.cgi?id=1309 |
3289 |
|
3290 |
* Thu Apr 29 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-4 |
3291 |
- Samba 3.0.3 released. |
3292 |
|
3293 |
* Wed Apr 21 2004 jay Fenlason <fenlason@redhat.com> 3.0.3-3.rc1 |
3294 |
- New upstream version |
3295 |
- updated spec file to make libsmbclient.so executable. This closes |
3296 |
bugzilla #121356 |
3297 |
|
3298 |
* Mon Apr 5 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-2.pre2 |
3299 |
- New upstream version |
3300 |
- Updated configure line to remove --with-fhs and to explicitly set all |
3301 |
the directories that --with-fhs was setting. We were overriding most of |
3302 |
them anyway. This closes #118598 |
3303 |
|
3304 |
* Mon Mar 15 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-1.pre1 |
3305 |
- New upstream version. |
3306 |
- Updated -pie and -logfiles patches for 3.0.3pre1 |
3307 |
- add krb5-devel to buildrequires, fixes #116560 |
3308 |
- Add patch from Miloslav Trmac (mitr@volny.cz) to allow non-root to run |
3309 |
"service smb status". This fixes #116559 |
3310 |
|
3311 |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> |
3312 |
- rebuilt |
3313 |
|
3314 |
* Mon Feb 16 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2a-1 |
3315 |
- Upgrade to 3.0.2a |
3316 |
|
3317 |
* Mon Feb 16 2004 Karsten Hopp <karsten@redhat.de> 3.0.2-7 |
3318 |
- fix ownership in -common package |
3319 |
|
3320 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> |
3321 |
- rebuilt |
3322 |
|
3323 |
* Fri Feb 13 2004 Jay Fenlason <fenlason@redhat.com> |
3324 |
- Change all requires lines to list an explicit epoch. Closes #102715 |
3325 |
- Add an explicit Epoch so that %%{epoch} is defined. |
3326 |
|
3327 |
* Mon Feb 9 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2-5 |
3328 |
- New upstream version: 3.0.2 final includes security fix for #114995 |
3329 |
(CAN-2004-0082) |
3330 |
- Edit postun script for the -common package to restart winbind when |
3331 |
appropriate. Fixes bugzilla #114051. |
3332 |
|
3333 |
* Mon Feb 2 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2-3rc2 |
3334 |
- add %%dir entries for %%{_libdir}/samba and %%{_libdir}/samba/charset |
3335 |
- Upgrade to new upstream version |
3336 |
- build mount.cifs for the new cifs filesystem in the 2.6 kernel. |
3337 |
|
3338 |
* Mon Jan 19 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2-1rc1 |
3339 |
- Upgrade to new upstream version |
3340 |
|
3341 |
* Wed Dec 17 2003 Felipe Alfaro Solana <felipe_alfaro@linuxmail.org> 3.0.1-1 |
3342 |
- Update to 3.0.1 |
3343 |
- Removed testparm patch as it's already merged |
3344 |
- Removed Samba.7* man pages |
3345 |
- Fixed .buildroot patch |
3346 |
- Fixed .pie patch |
3347 |
- Added new /usr/bin/tdbdump file |
3348 |
|
3349 |
* Thu Sep 25 2003 Jay Fenlason <fenlason@redhat.com> 3.0.0-15 |
3350 |
- New 3.0.0 final release |
3351 |
- merge nmbd-netbiosname and testparm patches from 3E branch |
3352 |
- updated the -logfiles patch to work against 3.0.0 |
3353 |
- updated the pie patch |
3354 |
- update the VERSION file during build |
3355 |
- use make -j if avaliable |
3356 |
- merge the winbindd_privileged change from 3E |
3357 |
- merge the "rm /usr/lib" patch that allows Samba to build on 64-bit |
3358 |
platforms despite the broken Makefile |
3359 |
|
3360 |
* Mon Aug 18 2003 Jay Fenlason <fenlason@redhat.com> |
3361 |
- Merge from samba-3E-branch after samba-3.0.0rc1 was released |
3362 |
|
3363 |
* Wed Jul 23 2003 Jay Fenlason <fenlason@redhat.com> 3.0.0-3beta3 |
3364 |
- Merge from 3.0.0-2beta3.3E |
3365 |
- (Correct log file names (#100981).) |
3366 |
- (Fix pidfile directory in samab.log) |
3367 |
- (Remove obsolete samba-3.0.0beta2.tar.bz2.md5 file) |
3368 |
- (Move libsmbclient to the -common package (#99449)) |
3369 |
|
3370 |
* Sun Jun 22 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.8a-4 |
3371 |
- rebuild |
3372 |
|
3373 |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> |
3374 |
- rebuilt |
3375 |
|
3376 |
* Wed May 28 2003 Jay Fenlason <fenlason@redhat.com> 2.2.8a-2 |
3377 |
- add libsmbclient.so for gnome-vfs-extras |
3378 |
- Edit specfile to specify /var/run for pid files |
3379 |
- Move /tmp/.winbindd/socket to /var/run/winbindd/socket |
3380 |
|
3381 |
* Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de> |
3382 |
- add proper ldconfig calls |
3383 |
|
3384 |
* Thu Apr 24 2003 Jay Fenlason <fenlason@redhat.com> 2.2.8a-1 |
3385 |
- upgrade to 2.2.8a |
3386 |
- remove old .md5 files |
3387 |
- add "pid directory = /var/run" to the smb.conf file. Fixes #88495 |
3388 |
- Patch from jra@dp.samba.org to fix a delete-on-close regression |
3389 |
|
3390 |
* Mon Mar 24 2003 Jay Fenlason <fenlason@redhat.com> 2.2.8-0 |
3391 |
- Upgrade to 2.2.8 |
3392 |
- removed commented out patches. |
3393 |
- removed old patches and .md5 files from the repository. |
3394 |
- remove duplicate /sbin/chkconfig --del winbind which causes |
3395 |
warnings when removing samba. |
3396 |
- Fixed minor bug in smbprint that causes it to fail when called with |
3397 |
more than 10 parameters: the accounting file (and spool directory |
3398 |
derived from it) were being set wrong due to missing {}. This closes |
3399 |
bug #86473. |
3400 |
- updated smb.conf patch, includes new defaults to close bug #84822. |
3401 |
|
3402 |
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> |
3403 |
- rebuilt |
3404 |
|
3405 |
* Thu Feb 20 2003 Jonathan Blandford <jrb@redhat.com> 2.2.7a-5 |
3406 |
- remove swat.desktop file |
3407 |
|
3408 |
* Thu Feb 20 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.7a-4 |
3409 |
- relink libnss_wins.so with SHLD="%%{__cc} -lnsl" to force libnss_wins.so to |
3410 |
link with libnsl, avoiding unresolved symbol errors on functions in libnsl |
3411 |
|
3412 |
* Mon Feb 10 2003 Jay Fenlason <fenlason@redhat.com> 2.2.7a-3 |
3413 |
- edited spec file to put .so files in the correct directories |
3414 |
on 64-bit platforms that have 32-bit compatability issues |
3415 |
(sparc64, x86_64, etc). This fixes bugzilla #83782. |
3416 |
- Added samba-2.2.7a-error.patch from twaugh. This fixes |
3417 |
bugzilla #82454. |
3418 |
|
3419 |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> |
3420 |
- rebuilt |
3421 |
|
3422 |
* Thu Jan 9 2003 Jay Fenlason <fenlason@redhat.com> 2.2.7a-1 |
3423 |
- Update to 2.2.7a |
3424 |
- Change default printing system to CUPS |
3425 |
- Turn on pam_smbpass |
3426 |
- Turn on msdfs |
3427 |
|
3428 |
* Sat Jan 4 2003 Jeff Johnson <jbj@redhat.com> 2.2.7-5 |
3429 |
- use internal dep generator. |
3430 |
|
3431 |
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 2.2.7-4 |
3432 |
- don't use rpms internal dep generator |
3433 |
|
3434 |
* Mon Dec 02 2002 Elliot Lee <sopwith@redhat.com> 2.2.7-3 |
3435 |
- Fix missing doc files. |
3436 |
- Fix multilib issues |
3437 |
|
3438 |
* Wed Nov 20 2002 Bill Nottingham <notting@redhat.com> 2.2.7-2 |
3439 |
- update to 2.2.7 |
3440 |
- add patch for LFS in smbclient (<tcallawa@redhat.com>) |
3441 |
|
3442 |
* Wed Aug 28 2002 Trond Eivind Glomsød <teg@redhat.com> 2.2.5-10 |
3443 |
- logrotate fixes (#65007) |
3444 |
|
3445 |
* Mon Aug 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-9 |
3446 |
- /usr/lib was used in place of %%{_libdir} in three locations (#72554) |
3447 |
|
3448 |
* Mon Aug 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-8 |
3449 |
- Initscript fix (#70720) |
3450 |
|
3451 |
* Fri Jul 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-7 |
3452 |
- Enable VFS support and compile the "recycling" module (#69796) |
3453 |
- more selective includes of the examples dir |
3454 |
|
3455 |
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-6 |
3456 |
- Fix the lpq parser for better handling of LPRng systems (#69352) |
3457 |
|
3458 |
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-5 |
3459 |
- desktop file fixes (#69505) |
3460 |
|
3461 |
* Wed Jun 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-4 |
3462 |
- Enable ACLs |
3463 |
|
3464 |
* Tue Jun 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-3 |
3465 |
- Make it not depend on Net::LDAP - those are doc files and examples |
3466 |
|
3467 |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> |
3468 |
- automated rebuild |
3469 |
|
3470 |
* Thu Jun 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-1 |
3471 |
- 2.2.5 |
3472 |
|
3473 |
* Fri Jun 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-5 |
3474 |
- Move the post/preun of winbind into the -common subpackage, |
3475 |
where the script is (#66128) |
3476 |
|
3477 |
* Tue Jun 4 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-4 |
3478 |
- Fix pidfile locations so it runs properly again (2.2.4 |
3479 |
added a new directtive - #65007) |
3480 |
|
3481 |
* Thu May 23 2002 Tim Powers <timp@redhat.com> |
3482 |
- automated rebuild |
3483 |
|
3484 |
* Tue May 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-2 |
3485 |
- Fix #64804 |
3486 |
|
3487 |
* Thu May 9 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-1 |
3488 |
- 2.2.4 |
3489 |
- Removed some zero-length and CVS internal files |
3490 |
- Make it build |
3491 |
|
3492 |
* Wed Apr 10 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-6 |
3493 |
- Don't use /etc/samba.d in smbadduser, it should be /etc/samba |
3494 |
|
3495 |
* Thu Apr 4 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-5 |
3496 |
- Add libsmbclient.a w/headerfile for KDE (#62202) |
3497 |
|
3498 |
* Tue Mar 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-4 |
3499 |
- Make the logrotate script look the correct place for the pid files |
3500 |
|
3501 |
* Thu Mar 14 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2.3a-3 |
3502 |
- include interfaces.o in pam_smbpass.so, which needs symbols from interfaces.o |
3503 |
(patch posted to samba-list by Ilia Chipitsine) |
3504 |
|
3505 |
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-2 |
3506 |
- Rebuild |
3507 |
|
3508 |
* Thu Feb 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-1 |
3509 |
- 2.2.3a |
3510 |
|
3511 |
* Mon Feb 4 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3-1 |
3512 |
- 2.2.3 |
3513 |
|
3514 |
* Thu Nov 29 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-8 |
3515 |
- New pam configuration file for samba |
3516 |
|
3517 |
* Tue Nov 27 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-7 |
3518 |
- Enable PAM session controll and password sync |
3519 |
|
3520 |
* Tue Nov 13 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-6 |
3521 |
- Move winbind files to samba-common. Add separate initscript for |
3522 |
winbind |
3523 |
- Fixes for winbind - protect global variables with mutex, use |
3524 |
more secure getenv |
3525 |
|
3526 |
* Thu Nov 8 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-5 |
3527 |
- Teach smbadduser about "getent passwd" |
3528 |
- Fix more pid-file references |
3529 |
- Add (conditional) winbindd startup to the initscript, configured in |
3530 |
/etc/sysconfig/samba |
3531 |
|
3532 |
* Wed Nov 7 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-4 |
3533 |
- Fix pid-file reference in logrotate script |
3534 |
- include pam and nss modules for winbind |
3535 |
|
3536 |
* Mon Nov 5 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-3 |
3537 |
- Add "--with-utmp" to configure options (#55372) |
3538 |
- Include winbind, pam_smbpass.so, rpcclient and smbcacls |
3539 |
- start using /var/cache/samba, we need to keep state and there is |
3540 |
more than just locks involved |
3541 |
|
3542 |
* Sat Nov 03 2001 Florian La Roche <Florian.LaRoche@redhat.de> 2.2.2-2 |
3543 |
- add "reload" to the usage string in the startup script |
3544 |
|
3545 |
* Mon Oct 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-1 |
3546 |
- 2.2.2 |
3547 |
|
3548 |
* Tue Sep 18 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1a-5 |
3549 |
- Add patch from Jeremy Allison to fix IA64 alignment problems (#51497) |
3550 |
|
3551 |
* Mon Aug 13 2001 Trond Eivind Glomsrød <teg@redhat.com> |
3552 |
- Don't include smbpasswd in samba, it's in samba-common (#51598) |
3553 |
- Add a disabled "obey pam restrictions" statement - it's not |
3554 |
active, as we use encrypted passwords, but if the admin turns |
3555 |
encrypted passwords off the choice is available. (#31351) |
3556 |
|
3557 |
* Wed Aug 8 2001 Trond Eivind Glomsrød <teg@redhat.com> |
3558 |
- Use /var/cache/samba instead of /var/lock/samba |
3559 |
- Remove "domain controller" keyword from smb.conf, it's |
3560 |
deprecated (from #13704) |
3561 |
- Sync some examples with smb.conf.default |
3562 |
- Fix password synchronization (#16987) |
3563 |
|
3564 |
* Fri Jul 20 2001 Trond Eivind Glomsrød <teg@redhat.com> |
3565 |
- Tweaks of BuildRequires (#49581) |
3566 |
|
3567 |
* Wed Jul 11 2001 Trond Eivind Glomsrød <teg@redhat.com> |
3568 |
- 2.2.1a bugfix release |
3569 |
|
3570 |
* Tue Jul 10 2001 Trond Eivind Glomsrød <teg@redhat.com> |
3571 |
- 2.2.1, which should work better for XP |
3572 |
|
3573 |
* Sat Jun 23 2001 Trond Eivind Glomsrød <teg@redhat.com> |
3574 |
- 2.2.0a security fix |
3575 |
- Mark lograte and pam configuration files as noreplace |
3576 |
|
3577 |
* Fri Jun 22 2001 Trond Eivind Glomsrød <teg@redhat.com> |
3578 |
- Add the /etc/samba directory to samba-common |
3579 |
|
3580 |
* Thu Jun 21 2001 Trond Eivind Glomsrød <teg@redhat.com> |
3581 |
- Add improvements to the smb.conf as suggested in #16931 |
3582 |
|
3583 |
* Tue Jun 19 2001 Trond Eivind Glomsrød <teg@redhat.com> |
3584 |
- (these changes are from the non-head version) |
3585 |
- Don't include /usr/sbin/samba, it's the same as the initscript |
3586 |
- unset TMPDIR, as samba can't write into a TMPDIR owned |
3587 |
by root (#41193) |
3588 |
- Add pidfile: lines for smbd and nmbd and a config: line |
3589 |
in the initscript (#15343) |
3590 |
- don't use make -j |
3591 |
- explicitly include /usr/share/samba, not just the files in it |
3592 |
|
3593 |
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com> |
3594 |
- mount.smb/mount.smbfs go in /sbin, *not* %%{_sbindir} |
3595 |
|
3596 |
* Fri Jun 8 2001 Preston Brown <pbrown@redhat.com> |
3597 |
- enable encypted passwords by default |
3598 |
|
3599 |
* Thu Jun 7 2001 Helge Deller <hdeller@redhat.de> |
3600 |
- build as 2.2.0-1 release |
3601 |
- skip the documentation-directories docbook, manpages and yodldocs |
3602 |
- don't include *.sgml documentation in package |
3603 |
- moved codepage-directory to /usr/share/samba/codepages |
3604 |
- make it compile with glibc-2.2.3-10 and kernel-headers-2.4.2-2 |
3605 |
|
3606 |
* Mon May 21 2001 Helge Deller <hdeller@redhat.de> |
3607 |
- updated to samba 2.2.0 |
3608 |
- moved codepages to %%{_datadir}/samba/codepages |
3609 |
- use all available CPUs for building rpm packages |
3610 |
- use %%{_xxx} defines at most places in spec-file |
3611 |
- "License:" replaces "Copyright:" |
3612 |
- dropped excludearch sparc |
3613 |
- de-activated japanese patches 100 and 200 for now |
3614 |
(they need to be fixed and tested wth 2.2.0) |
3615 |
- separated swat.desktop file from spec-file and added |
3616 |
german translations |
3617 |
- moved /etc/sysconfig/samba to a separate source-file |
3618 |
- use htmlview instead of direct call to netscape in |
3619 |
swat.desktop-file |
3620 |
|
3621 |
* Mon May 7 2001 Bill Nottingham <notting@redhat.com> |
3622 |
- device-remove security fix again (<tridge@samba.org>) |
3623 |
|
3624 |
* Fri Apr 20 2001 Bill Nottingham <notting@redhat.com> |
3625 |
- fix tempfile security problems, officially (<tridge@samba.org>) |
3626 |
- update to 2.0.8 |
3627 |
|
3628 |
* Sun Apr 8 2001 Bill Nottingham <notting@redhat.com> |
3629 |
- turn of SSL, kerberos |
3630 |
|
3631 |
* Thu Apr 5 2001 Bill Nottingham <notting@redhat.com> |
3632 |
- fix tempfile security problems (patch from <Marcus.Meissner@caldera.de>) |
3633 |
|
3634 |
* Thu Mar 29 2001 Bill Nottingham <notting@redhat.com> |
3635 |
- fix quota support, and quotas with the 2.4 kernel (#31362, #33915) |
3636 |
|
3637 |
* Mon Mar 26 2001 Nalin Dahyabhai <nalin@redhat.com> |
3638 |
- tweak the PAM code some more to try to do a setcred() after initgroups() |
3639 |
- pull in all of the optflags on i386 and sparc |
3640 |
- don't explicitly enable Kerberos support -- it's only used for password |
3641 |
checking, and if PAM is enabled it's a no-op anyway |
3642 |
|
3643 |
* Mon Mar 5 2001 Tim Waugh <twaugh@redhat.com> |
3644 |
- exit successfully from preun script (bug #30644). |
3645 |
|
3646 |
* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com> |
3647 |
- rebuild in new environment |
3648 |
|
3649 |
* Wed Feb 14 2001 Bill Nottingham <notting@redhat.com> |
3650 |
- updated japanese stuff (#27683) |
3651 |
|
3652 |
* Fri Feb 9 2001 Bill Nottingham <notting@redhat.com> |
3653 |
- fix trigger (#26859) |
3654 |
|
3655 |
* Wed Feb 7 2001 Bill Nottingham <notting@redhat.com> |
3656 |
- add i18n support, japanese patch (#26253) |
3657 |
|
3658 |
* Wed Feb 7 2001 Trond Eivind Glomsrød <teg@redhat.com> |
3659 |
- i18n improvements in initscript (#26537) |
3660 |
|
3661 |
* Wed Jan 31 2001 Bill Nottingham <notting@redhat.com> |
3662 |
- put smbpasswd in samba-common (#25429) |
3663 |
|
3664 |
* Wed Jan 24 2001 Bill Nottingham <notting@redhat.com> |
3665 |
- new i18n stuff |
3666 |
|
3667 |
* Sun Jan 21 2001 Bill Nottingham <notting@redhat.com> |
3668 |
- rebuild |
3669 |
|
3670 |
* Thu Jan 18 2001 Bill Nottingham <notting@redhat.com> |
3671 |
- i18n-ize initscript |
3672 |
- add a sysconfig file for daemon options (#23550) |
3673 |
- clarify smbpasswd man page (#23370) |
3674 |
- build with LFS support (#22388) |
3675 |
- avoid extraneous pam error messages (#10666) |
3676 |
- add Urban Widmark's bug fixes for smbmount (#19623) |
3677 |
- fix setgid directory modes (#11911) |
3678 |
- split swat into subpackage (#19706) |
3679 |
|
3680 |
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com> |
3681 |
- set a default CA certificate path in smb.conf (#19010) |
3682 |
- require openssl >= 0.9.5a-20 to make sure we have a ca-bundle.crt file |
3683 |
|
3684 |
* Mon Oct 16 2000 Bill Nottingham <notting@redhat.com> |
3685 |
- fix swat only_from line (#18726, others) |
3686 |
- fix attempt to write outside buildroot on install (#17943) |
3687 |
|
3688 |
* Mon Aug 14 2000 Bill Nottingham <notting@redhat.com> |
3689 |
- add smbspool back in (#15827) |
3690 |
- fix absolute symlinks (#16125) |
3691 |
|
3692 |
* Sun Aug 6 2000 Philipp Knirsch <pknirsch@redhat.com> |
3693 |
- bugfix for smbadduser script (#15148) |
3694 |
|
3695 |
* Mon Jul 31 2000 Matt Wilson <msw@redhat.com> |
3696 |
- patch configure.ing (patch11) to disable cups test |
3697 |
- turn off swat by default |
3698 |
|
3699 |
* Fri Jul 28 2000 Bill Nottingham <notting@redhat.com> |
3700 |
- fix condrestart stuff |
3701 |
|
3702 |
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com> |
3703 |
- add copytruncate to logrotate file (#14360) |
3704 |
- fix init script (#13708) |
3705 |
|
3706 |
* Sat Jul 15 2000 Bill Nottingham <notting@redhat.com> |
3707 |
- move initscript back |
3708 |
- remove 'Using Samba' book from %%doc |
3709 |
- move stuff to /etc/samba (#13708) |
3710 |
- default configuration tweaks (#13704) |
3711 |
- some logrotate tweaks |
3712 |
|
3713 |
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com> |
3714 |
- automatic rebuild |
3715 |
|
3716 |
* Tue Jul 11 2000 Bill Nottingham <notting@redhat.com> |
3717 |
- fix logrotate script (#13698) |
3718 |
|
3719 |
* Thu Jul 6 2000 Bill Nottingham <notting@redhat.com> |
3720 |
- fix initscripts req (prereq /etc/init.d) |
3721 |
|
3722 |
* Wed Jul 5 2000 Than Ngo <than@redhat.de> |
3723 |
- add initdir macro to handle the initscript directory |
3724 |
- add a new macro to handle /etc/pam.d/system-auth |
3725 |
|
3726 |
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com> |
3727 |
- enable Kerberos 5 and SSL support |
3728 |
- patch for duplicate profile.h headers |
3729 |
|
3730 |
* Thu Jun 29 2000 Bill Nottingham <notting@redhat.com> |
3731 |
- fix init script |
3732 |
|
3733 |
* Tue Jun 27 2000 Bill Nottingham <notting@redhat.com> |
3734 |
- rename samba logs (#11606) |
3735 |
|
3736 |
* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com> |
3737 |
- initscript munging |
3738 |
|
3739 |
* Fri Jun 16 2000 Bill Nottingham <notting@redhat.com> |
3740 |
- configure the swat stuff usefully |
3741 |
- re-integrate some specfile tweaks that got lost somewhere |
3742 |
|
3743 |
* Thu Jun 15 2000 Bill Nottingham <notting@redhat.com> |
3744 |
- rebuild to get rid of cups dependency |
3745 |
|
3746 |
* Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com> |
3747 |
- tweak logrotate configurations to use the PID file in /var/lock/samba |
3748 |
|
3749 |
* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com> |
3750 |
- rebuild in new environment |
3751 |
|
3752 |
* Thu Jun 1 2000 Nalin Dahyabhai <nalin@redhat.com> |
3753 |
- change PAM setup to use system-auth |
3754 |
|
3755 |
* Mon May 8 2000 Bill Nottingham <notting@redhat.com> |
3756 |
- fixes for ia64 |
3757 |
|
3758 |
* Sat May 6 2000 Bill Nottingham <notting@redhat.com> |
3759 |
- switch to %%configure |
3760 |
|
3761 |
* Wed Apr 26 2000 Nils Philippsen <nils@redhat.de> |
3762 |
- version 2.0.7 |
3763 |
|
3764 |
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com> |
3765 |
- simplify preun |
3766 |
|
3767 |
* Thu Mar 16 2000 Bill Nottingham <notting@redhat.com> |
3768 |
- fix yp_get_default_domain in autoconf |
3769 |
- only link against readline for smbclient |
3770 |
- fix log rotation (#9909) |
3771 |
|
3772 |
* Fri Feb 25 2000 Bill Nottingham <notting@redhat.com> |
3773 |
- fix trigger, again. |
3774 |
|
3775 |
* Mon Feb 7 2000 Bill Nottingham <notting@redhat.com> |
3776 |
- fix trigger. |
3777 |
|
3778 |
* Fri Feb 4 2000 Bill Nottingham <notting@redhat.com> |
3779 |
- turn on quota support |
3780 |
|
3781 |
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com> |
3782 |
- rebuild to fox dependencies |
3783 |
- man pages are compressed |
3784 |
|
3785 |
* Fri Jan 21 2000 Bill Nottingham <notting@redhat.com> |
3786 |
- munge post scripts slightly |
3787 |
|
3788 |
* Wed Jan 19 2000 Bill Nottingham <notting@redhat.com> |
3789 |
- turn on mmap again. Wheee. |
3790 |
- ship smbmount on alpha |
3791 |
|
3792 |
* Mon Dec 6 1999 Bill Nottingham <notting@redhat.com> |
3793 |
- turn off mmap. ;) |
3794 |
|
3795 |
* Wed Dec 1 1999 Bill Nottingham <notting@redhat.com> |
3796 |
- change /var/log/samba to 0700 |
3797 |
- turn on mmap support |
3798 |
|
3799 |
* Thu Nov 11 1999 Bill Nottingham <notting@redhat.com> |
3800 |
- update to 2.0.6 |
3801 |
|
3802 |
* Fri Oct 29 1999 Bill Nottingham <notting@redhat.com> |
3803 |
- add a %%defattr for -common |
3804 |
|
3805 |
* Tue Oct 5 1999 Bill Nottingham <notting@redhat.com> |
3806 |
- shift some files into -client |
3807 |
- remove /home/samba from package. |
3808 |
|
3809 |
* Tue Sep 28 1999 Bill Nottingham <notting@redhat.com> |
3810 |
- initscript oopsie. killproc <name> -HUP, not other way around. |
3811 |
|
3812 |
* Sun Sep 26 1999 Bill Nottingham <notting@redhat.com> |
3813 |
- script cleanups. Again. |
3814 |
|
3815 |
* Wed Sep 22 1999 Bill Nottingham <notting@redhat.com> |
3816 |
- add a patch to fix dropped reconnection attempts |
3817 |
|
3818 |
* Mon Sep 6 1999 Jeff Johnson <jbj@redhat.com> |
3819 |
- use cp rather than mv to preserve /etc/services perms (#4938 et al). |
3820 |
- use mktemp to generate /etc/tmp.XXXXXX file name. |
3821 |
- add prereqs on sed/mktemp/killall (need to move killall to /bin). |
3822 |
- fix trigger syntax (i.e. "samba < 1.9.18p7" not "samba < samba-1.9.18p7") |
3823 |
|
3824 |
* Mon Aug 30 1999 Bill Nottingham <notting@redhat.com> |
3825 |
- sed "s|nawk|gawk|" /usr/bin/convert_smbpasswd |
3826 |
|
3827 |
* Sat Aug 21 1999 Bill Nottingham <notting@redhat.com> |
3828 |
- fix typo in mount.smb |
3829 |
|
3830 |
* Fri Aug 20 1999 Bill Nottingham <notting@redhat.com> |
3831 |
- add a %%trigger to work around (sort of) broken scripts in |
3832 |
previous releases |
3833 |
|
3834 |
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com> |
3835 |
- initscript munging |
3836 |
|
3837 |
* Mon Aug 9 1999 Bill Nottingham <notting@redhat.com> |
3838 |
- add domain parsing to mount.smb |
3839 |
|
3840 |
* Fri Aug 6 1999 Bill Nottingham <notting@redhat.com> |
3841 |
- add a -common package, shuffle files around. |
3842 |
|
3843 |
* Fri Jul 23 1999 Bill Nottingham <notting@redhat.com> |
3844 |
- add a chmod in %%postun so /etc/services & inetd.conf don't become unreadable |
3845 |
|
3846 |
* Wed Jul 21 1999 Bill Nottingham <notting@redhat.com> |
3847 |
- update to 2.0.5 |
3848 |
- fix mount.smb - smbmount options changed again......... |
3849 |
- fix postun. oops. |
3850 |
- update some stuff from the samba team's spec file. |
3851 |
|
3852 |
* Fri Jun 18 1999 Bill Nottingham <notting@redhat.com> |
3853 |
- split off clients into separate package |
3854 |
- don't run samba by default |
3855 |
|
3856 |
* Mon Jun 14 1999 Bill Nottingham <notting@redhat.com> |
3857 |
- fix one problem with mount.smb script |
3858 |
- fix smbpasswd on sparc with a really ugly kludge |
3859 |
|
3860 |
* Thu Jun 10 1999 Dale Lovelace <dale@redhat.com> |
3861 |
- fixed logrotate script |
3862 |
|
3863 |
* Tue May 25 1999 Bill Nottingham <notting@redhat.com> |
3864 |
- turn of 64-bit locking on 32-bit platforms |
3865 |
|
3866 |
* Thu May 20 1999 Bill Nottingham <notting@redhat.com> |
3867 |
- so many releases, so little time |
3868 |
- explicitly uncomment 'printing = bsd' in sample config |
3869 |
|
3870 |
* Tue May 18 1999 Bill Nottingham <notting@redhat.com> |
3871 |
- update to 2.0.4a |
3872 |
- fix mount.smb arg ordering |
3873 |
|
3874 |
* Fri Apr 16 1999 Bill Nottingham <notting@redhat.com> |
3875 |
- go back to stop/start for restart (-HUP didn't work in testing) |
3876 |
|
3877 |
* Fri Mar 26 1999 Bill Nottingham <notting@redhat.com> |
3878 |
- add a mount.smb to make smb mounting a little easier. |
3879 |
- smb filesystems apparently don't work on alpha. Oops. |
3880 |
|
3881 |
* Thu Mar 25 1999 Bill Nottingham <notting@redhat.com> |
3882 |
- always create codepages |
3883 |
|
3884 |
* Tue Mar 23 1999 Bill Nottingham <notting@redhat.com> |
3885 |
- logrotate changes |
3886 |
|
3887 |
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> |
3888 |
- auto rebuild in the new build environment (release 3) |
3889 |
|
3890 |
* Fri Mar 19 1999 Preston Brown <pbrown@redhat.com> |
3891 |
- updated init script to use graceful restart (not stop/start) |
3892 |
|
3893 |
* Tue Mar 9 1999 Bill Nottingham <notting@redhat.com> |
3894 |
- update to 2.0.3 |
3895 |
|
3896 |
* Thu Feb 18 1999 Bill Nottingham <notting@redhat.com> |
3897 |
- update to 2.0.2 |
3898 |
|
3899 |
* Mon Feb 15 1999 Bill Nottingham <notting@redhat.com> |
3900 |
- swat swat |
3901 |
|
3902 |
* Tue Feb 9 1999 Bill Nottingham <notting@redhat.com> |
3903 |
- fix bash2 breakage in post script |
3904 |
|
3905 |
* Fri Feb 5 1999 Bill Nottingham <notting@redhat.com> |
3906 |
- update to 2.0.0 |
3907 |
|
3908 |
* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com> |
3909 |
- make sure all binaries are stripped |
3910 |
|
3911 |
* Thu Sep 17 1998 Jeff Johnson <jbj@redhat.com> |
3912 |
- update to 1.9.18p10. |
3913 |
- fix %%triggerpostun. |
3914 |
|
3915 |
* Tue Jul 07 1998 Erik Troan <ewt@redhat.com> |
3916 |
- updated postun triggerscript to check $0 |
3917 |
- clear /etc/codepages from %%preun instead of %%postun |
3918 |
|
3919 |
* Mon Jun 08 1998 Erik Troan <ewt@redhat.com> |
3920 |
- made the %%postun script a tad less agressive; no reason to remove |
3921 |
the logs or lock file (after all, if the lock file is still there, |
3922 |
samba is still running) |
3923 |
- the %%postun and %%preun should only exectute if this is the final |
3924 |
removal |
3925 |
- migrated %%triggerpostun from Red Hat's samba package to work around |
3926 |
packaging problems in some Red Hat samba releases |
3927 |
|
3928 |
* Sun Apr 26 1998 John H Terpstra <jht@samba.anu.edu.au> |
3929 |
- minor tidy up in preparation for release of 1.9.18p5 |
3930 |
- added findsmb utility from SGI package |
3931 |
|
3932 |
* Wed Mar 18 1998 John H Terpstra <jht@samba.anu.edu.au> |
3933 |
- Updated version and codepage info. |
3934 |
- Release to test name resolve order |
3935 |
|
3936 |
* Sat Jan 24 1998 John H Terpstra <jht@samba.anu.edu.au> |
3937 |
- Many optimisations (some suggested by Manoj Kasichainula <manojk@io.com> |
3938 |
- Use of chkconfig in place of individual symlinks to /etc/rc.d/init/smb |
3939 |
- Compounded make line |
3940 |
- Updated smb.init restart mechanism |
3941 |
- Use compound mkdir -p line instead of individual calls to mkdir |
3942 |
- Fixed smb.conf file path for log files |
3943 |
- Fixed smb.conf file path for incoming smb print spool directory |
3944 |
- Added a number of options to smb.conf file |
3945 |
- Added smbadduser command (missed from all previous RPMs) - Doooh! |
3946 |
- Added smbuser file and smb.conf file updates for username map |
3947 |
|