/[smeserver]/rpms/samba/sme10/samba.spec
ViewVC logotype

Contents of /rpms/samba/sme10/samba.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.9 - (show annotations) (download)
Tue May 8 16:37:54 2018 UTC (6 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: samba-4_6_2-12_el7_4
Changes since 1.8: +894 -201 lines
upgrade to samba-4.6.2-12

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed