Update to Samba 4.1.3.
[ira/fedora-git] / samba.spec
1 # Set --with testsuite or %bcond_without to run the Samba torture testsuite.
2 %bcond_with testsuite
3
4 %define main_release 1
5
6 %define samba_version 4.1.3
7 %define talloc_version 2.0.8
8 %define ntdb_version 0.9
9 %define tdb_version 1.2.12
10 %define tevent_version 0.9.18
11 %define ldb_version 1.1.16
12 # This should be rc1 or nil
13 %define pre_release %nil
14
15 %if "x%{?pre_release}" != "x"
16 %define samba_release 0.%{main_release}.%{pre_release}%{?dist}
17 %else
18 %define samba_release %{main_release}%{?dist}
19 %endif
20
21 %global with_libsmbclient 1
22 %global with_libwbclient 1
23
24 %global with_pam_smbpass 0
25 %global with_internal_talloc 0
26 %global with_internal_tevent 0
27 %global with_internal_tdb 0
28 %global with_internal_ntdb 1
29 %global with_internal_ldb 0
30
31 %global with_profiling 1
32 %global with_vfs_glusterfs 1
33 %if 0%{?rhel}
34 %global with_vfs_glusterfs 0
35 # Only enable on x86_64
36 %ifarch x86_64
37 %global with_vfs_glusterfs 1
38 %endif
39 %endif
40
41 %global with_mitkrb5 1
42 %global with_dc 0
43
44 %if %{with testsuite}
45 # The testsuite only works with a full build right now.
46 %global with_mitkrb5 0
47 %global with_dc 1
48 %endif
49
50 %global with_clustering_support 1
51
52 %{!?python_libdir: %define python_libdir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1,1)")}
53 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
54
55 Name:           samba
56 Version:        %{samba_version}
57 Release:        %{samba_release}
58
59 %if 0%{?rhel}
60 Epoch:          0
61 %else
62 Epoch:          2
63 %endif
64
65 %if 0%{?epoch} > 0
66 %define samba_depver %{epoch}:%{version}-%{release}
67 %else
68 %define samba_depver %{version}-%{release}
69 %endif
70
71 Summary:        Server and Client software to interoperate with Windows machines
72 License:        GPLv3+ and LGPLv3+
73 Group:          System Environment/Daemons
74 URL:            http://www.samba.org/
75
76 Source0:        samba-%{version}%{pre_release}.tar.xz
77
78 # Red Hat specific replacement-files
79 Source1: samba.log
80 Source2: samba.xinetd
81 Source4: smb.conf.default
82 Source5: pam_winbind.conf
83 Source6: samba.pamd
84
85 Source200: README.dc
86 Source201: README.downgrade
87
88 Patch0: samba-4.1.0-upn.patch
89 Patch1: samba-4.1.2-doc.patch
90
91 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
92
93 Requires(pre): /usr/sbin/groupadd
94 Requires(post): systemd
95 Requires(preun): systemd
96 Requires(postun): systemd
97
98 Requires(pre): %{name}-common = %{samba_depver}
99 Requires: %{name}-libs = %{samba_depver}
100 %if %with_libwbclient
101 Requires: libwbclient = %{samba_depver}
102 %endif
103
104 Provides: samba4 = %{samba_depver}
105 Obsoletes: samba4 < %{samba_depver}
106
107 # We don't build it outdated docs anymore
108 Obsoletes: samba-doc
109 # Is not supported yet
110 Obsoletes: samba-domainjoin-gui
111 # SWAT been deprecated and removed from samba
112 Obsoletes: samba-swat
113 Obsoletes: samba4-swat
114
115 %if %with_clustering_support
116 BuildRequires: ctdb-devel
117 %endif
118 BuildRequires: cups-devel
119 BuildRequires: docbook-style-xsl
120 BuildRequires: e2fsprogs-devel
121 BuildRequires: gawk
122 BuildRequires: iniparser-devel
123 BuildRequires: krb5-devel >= 1.10
124 BuildRequires: libacl-devel
125 BuildRequires: libaio-devel
126 BuildRequires: libattr-devel
127 BuildRequires: libcap-devel
128 BuildRequires: libuuid-devel
129 BuildRequires: libxslt
130 BuildRequires: ncurses-devel
131 BuildRequires: openldap-devel
132 BuildRequires: pam-devel
133 BuildRequires: perl(ExtUtils::MakeMaker)
134 BuildRequires: perl(Parse::Yapp)
135 BuildRequires: popt-devel
136 BuildRequires: python-devel
137 BuildRequires: python-tevent
138 BuildRequires: quota-devel
139 BuildRequires: readline-devel
140 BuildRequires: sed
141 BuildRequires: zlib-devel >= 1.2.3
142 BuildRequires: libbsd-devel
143 %if %{with_vfs_glusterfs}
144 BuildRequires: glusterfs-api-devel >= 3.4.0.16
145 BuildRequires: glusterfs-devel >= 3.4.0.16
146 %endif
147
148 %if ! %with_internal_talloc
149 %global libtalloc_version 2.0.7
150
151 BuildRequires: libtalloc-devel >= %{libtalloc_version}
152 BuildRequires: pytalloc-devel >= %{libtalloc_version}
153 %endif
154
155 %if ! %with_internal_tevent
156 %global libtevent_version 0.9.17
157
158 BuildRequires: libtevent-devel >= %{libtevent_version}
159 BuildRequires: python-tevent >= %{libtevent_version}
160 %endif
161
162 %if ! %with_internal_ldb
163 %global libldb_version 1.1.11
164
165 BuildRequires: libldb-devel >= %{libldb_version}
166 BuildRequires: pyldb-devel >= %{libldb_version}
167 %endif
168
169 %if ! %with_internal_tdb
170 %global libtdb_version 1.2.10
171
172 BuildRequires: libtdb-devel >= %{libtdb_version}
173 BuildRequires: python-tdb >= %{libtdb_version}
174 %endif
175
176 %if %{with testsuite}
177 BuildRequires: ldb-tools
178 %endif
179
180 # filter out perl requirements pulled in from examples in the docdir.
181 %{?filter_setup:
182 %filter_provides_in %{_docdir}
183 %filter_requires_in %{_docdir}
184 %filter_setup
185 }
186
187 ### SAMBA
188 %description
189 Samba is the standard Windows interoperability suite of programs for Linux and Unix.
190
191 ### CLIENT
192 %package client
193 Summary: Samba client programs
194 Group: Applications/System
195 Requires: %{name}-common = %{samba_depver}
196 Requires: %{name}-libs = %{samba_depver}
197 %if %with_libsmbclient
198 Requires: libsmbclient = %{samba_depver}
199 %endif
200
201 Provides: samba4-client = %{samba_depver}
202 Obsoletes: samba4-client < %{samba_depver}
203
204 %description client
205 The samba4-client package provides some SMB/CIFS clients to complement
206 the built-in SMB/CIFS filesystem in Linux. These clients allow access
207 of SMB/CIFS shares and printing to SMB/CIFS printers.
208
209 ### COMMON
210 %package common
211 Summary: Files used by both Samba servers and clients
212 Group: Applications/System
213 Requires: %{name}-libs = %{samba_depver}
214 %if %with_libwbclient
215 Requires: libwbclient = %{samba_depver}
216 %endif
217 Requires(post): systemd
218
219 Provides: samba4-common = %{samba_depver}
220 Obsoletes: samba4-common < %{samba_depver}
221
222 # This is for upgrading from F17 to F18
223 Obsoletes: samba-doc
224 Obsoletes: samba-domainjoin-gui
225 Obsoletes: samba-swat
226
227 %description common
228 samba4-common provides files necessary for both the server and client
229 packages of Samba.
230
231 ### DC
232 %package dc
233 Summary: Samba AD Domain Controller
234 Group: Applications/System
235 Requires: %{name}-libs = %{samba_depver}
236 Requires: %{name}-dc-libs = %{samba_depver}
237 Requires: %{name}-python = %{samba_depver}
238
239 Provides: samba4-dc = %{samba_depver}
240 Obsoletes: samba4-dc < %{samba_depver}
241
242 %description dc
243 The samba-dc package provides AD Domain Controller functionality
244
245 ### DC-LIBS
246 %package dc-libs
247 Summary: Samba AD Domain Controller Libraries
248 Group: Applications/System
249 Requires: %{name}-common = %{samba_depver}
250 Requires: %{name}-libs = %{samba_depver}
251
252 Provides: samba4-dc-libs = %{samba_depver}
253 Obsoletes: samba4-dc-libs < %{samba_depver}
254
255 %description dc-libs
256 The samba4-dc-libs package contains the libraries needed by the DC to
257 link against the SMB, RPC and other protocols.
258
259 ### DEVEL
260 %package devel
261 Summary: Developer tools for Samba libraries
262 Group: Development/Libraries
263 Requires: %{name}-libs = %{samba_depver}
264
265 Provides: samba4-devel = %{samba_depver}
266 Obsoletes: samba4-devel < %{samba_depver}
267
268 %description devel
269 The samba4-devel package contains the header files for the libraries
270 needed to develop programs that link against the SMB, RPC and other
271 libraries in the Samba suite.
272
273 ### GLUSTER
274 %if %{with_vfs_glusterfs}
275 %package vfs-glusterfs
276 Summary: Samba VFS module for GlusterFS
277 Group: Applications/System
278 Requires: glusterfs-api >= 3.4.0.16
279 Requires: glusterfs >= 3.4.0.16
280 Requires: %{name} = %{epoch}:%{samba_version}-%{release}
281 Requires: %{name}-libs = %{epoch}:%{samba_version}-%{release}
282
283 Obsoletes: samba-glusterfs
284 Provides: samba-glusterfs
285
286 %description vfs-glusterfs
287 Samba VFS module for GlusterFS integration.
288 %endif
289
290 ### LIBS
291 %package libs
292 Summary: Samba libraries
293 Group: Applications/System
294 Requires: krb5-libs >= 1.10
295 %if %with_libwbclient
296 Requires: libwbclient = %{samba_depver}
297 %endif
298
299 Provides: samba4-libs = %{samba_depver}
300 Obsoletes: samba4-libs < %{samba_depver}
301
302 %description libs
303 The samba4-libs package contains the libraries needed by programs that
304 link against the SMB, RPC and other protocols provided by the Samba suite.
305
306 ### LIBSMBCLIENT
307 %if %with_libsmbclient
308 %package -n libsmbclient
309 Summary: The SMB client library
310 Group: Applications/System
311 Requires: %{name}-common = %{samba_depver}
312 Requires: %{name}-libs = %{samba_depver}
313
314 %description -n libsmbclient
315 The libsmbclient contains the SMB client library from the Samba suite.
316
317 %package -n libsmbclient-devel
318 Summary: Developer tools for the SMB client library
319 Group: Development/Libraries
320 Requires: libsmbclient = %{samba_depver}
321
322 %description -n libsmbclient-devel
323 The libsmbclient-devel package contains the header files and libraries needed to
324 develop programs that link against the SMB client library in the Samba suite.
325 %endif # with_libsmbclient
326
327 ### LIBWBCLIENT
328 %if %with_libwbclient
329 %package -n libwbclient
330 Summary: The winbind client library
331 Group: Applications/System
332
333 %description -n libwbclient
334 The libwbclient package contains the winbind client library from the Samba suite.
335
336 %package -n libwbclient-devel
337 Summary: Developer tools for the winbind library
338 Group: Development/Libraries
339 Requires: libwbclient = %{samba_depver}
340 Obsoletes: samba-winbind-devel
341 Provides: samba-winbind-devel
342
343 %description -n libwbclient-devel
344 The libwbclient-devel package provides developer tools for the wbclient library.
345 %endif # with_libwbclient
346
347 ### PYTHON
348 %package python
349 Summary: Samba Python libraries
350 Group: Applications/System
351 Requires: %{name} = %{samba_depver}
352 Requires: %{name}-libs = %{samba_depver}
353 Requires: python-tevent
354 Requires: python-tdb
355 Requires: pyldb
356 Requires: pytalloc
357
358 Provides: samba4-python = %{samba_depver}
359 Obsoletes: samba4-python < %{samba_depver}
360
361 %description python
362 The samba4-python package contains the Python libraries needed by programs
363 that use SMB, RPC and other Samba provided protocols in Python programs.
364
365 ### PIDL
366 %package pidl
367 Summary: Perl IDL compiler
368 Group: Development/Tools
369 Requires: perl(Parse::Yapp)
370 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
371
372 Provides: samba4-pidl = %{samba_depver}
373 Obsoletes: samba4-pidl < %{samba_depver}
374
375 %description pidl
376 The samba4-pidl package contains the Perl IDL compiler used by Samba
377 and Wireshark to parse IDL and similar protocols
378
379 ### TEST
380 %package test
381 Summary: Testing tools for Samba servers and clients
382 Group: Applications/System
383 Requires: %{name} = %{samba_depver}
384 Requires: %{name}-common = %{samba_depver}
385 %if %with_dc
386 Requires: %{name}-dc-libs = %{samba_depver}
387 %endif
388 Requires: %{name}-libs = %{samba_depver}
389 Requires: %{name}-winbind = %{samba_depver}
390 %if %with_libsmbclient
391 Requires: libsmbclient = %{samba_depver}
392 %endif
393 %if %with_libwbclient
394 Requires: libwbclient = %{samba_depver}
395 %endif
396
397 Provides: samba4-test = %{samba_depver}
398 Obsoletes: samba4-test < %{samba_depver}
399
400 %description test
401 samba4-test provides testing tools for both the server and client
402 packages of Samba.
403
404 ### TEST-DEVEL
405 %package test-devel
406 Summary: Testing devel files for Samba servers and clients
407 Group: Applications/System
408 Requires: %{name}-test = %{samba_depver}
409
410 %description test-devel
411 samba-test-devel provides testing devel files for both the server and client
412 packages of Samba.
413
414 ### WINBIND
415 %package winbind
416 Summary: Samba winbind
417 Group: Applications/System
418 Requires: %{name}-common = %{samba_depver}
419 Requires: %{name}-libs = %{samba_depver}
420 Requires: %{name}-winbind-modules = %{samba_depver}
421
422 Provides: samba4-winbind = %{samba_depver}
423 Obsoletes: samba4-winbind < %{samba_depver}
424
425 %description winbind
426 The samba-winbind package provides the winbind NSS library, and some
427 client tools.  Winbind enables Linux to be a full member in Windows
428 domains and to use Windows user and group accounts on Linux.
429
430 ### WINBIND-CLIENTS
431 %package winbind-clients
432 Summary: Samba winbind clients
433 Group: Applications/System
434 Requires: %{name}-common = %{samba_depver}
435 Requires: %{name}-libs = %{samba_depver}
436 Requires: %{name}-winbind = %{samba_depver}
437 %if %with_libwbclient
438 Requires: libwbclient = %{samba_depver}
439 %endif
440
441 Provides: samba4-winbind-clients = %{samba_depver}
442 Obsoletes: samba4-winbind-clients < %{samba_depver}
443
444 %description winbind-clients
445 The samba-winbind-clients package provides the wbinfo and ntlm_auth
446 tool.
447
448 ### WINBIND-KRB5-LOCATOR
449 %package winbind-krb5-locator
450 Summary: Samba winbind krb5 locator
451 Group: Applications/System
452 %if %with_libwbclient
453 Requires: libwbclient = %{samba_depver}
454 Requires: %{name}-winbind = %{samba_depver}
455 %else
456 Requires: %{name}-libs = %{samba_depver}
457 %endif
458
459 Provides: samba4-winbind-krb5-locator = %{samba_depver}
460 Obsoletes: samba4-winbind-krb5-locator < %{samba_depver}
461
462 # Handle winbind_krb5_locator.so as alternatives to allow
463 # IPA AD trusts case where it should not be used by libkrb5
464 # The plugin will be diverted to /dev/null by the FreeIPA
465 # freeipa-server-trust-ad subpackage due to higher priority
466 # and restored to the proper one on uninstall
467 Requires(post): %{_sbindir}/update-alternatives
468 Requires(postun): %{_sbindir}/update-alternatives
469 Requires(preun): %{_sbindir}/update-alternatives
470
471 %description winbind-krb5-locator
472 The winbind krb5 locator is a plugin for the system kerberos library to allow
473 the local kerberos library to use the same KDC as samba and winbind use
474
475 ### WINBIND-MODULES
476 %package winbind-modules
477 Summary: Samba winbind modules
478 Group: Applications/System
479 Requires: %{name}-libs = %{samba_depver}
480 %if %with_libwbclient
481 Requires: libwbclient = %{samba_depver}
482 %endif
483 Requires: pam
484
485 %description winbind-modules
486 The samba-winbind-modules package provides the NSS library and a PAM
487 module necessary to communicate to the Winbind Daemon
488
489 %prep
490 %setup -q -n samba-%{version}%{pre_release}
491
492 %patch0 -p1 -b .samba-4.1.0-upn.patch
493 %patch1 -p1 -b .samba-4.1.2-doc.patch
494
495 %build
496 %global _talloc_lib ,talloc,pytalloc,pytalloc-util
497 %global _tevent_lib ,tevent,pytevent
498 %global _tdb_lib ,tdb,pytdb
499 %global _ldb_lib ,ldb,pyldb
500
501 %if ! %{with_internal_talloc}
502 %global _talloc_lib ,!talloc,!pytalloc,!pytalloc-util
503 %endif
504
505 %if ! %{with_internal_tevent}
506 %global _tevent_lib ,!tevent,!pytevent
507 %endif
508
509 %if ! %{with_internal_tdb}
510 %global _tdb_lib ,!tdb,!pytdb
511 %endif
512
513 %if ! %{with_internal_ldb}
514 %global _ldb_lib ,!ldb,!pyldb
515 %endif
516
517 %global _samba4_libraries heimdal,!zlib,!popt%{_talloc_lib}%{_tevent_lib}%{_tdb_lib}%{_ldb_lib}
518
519 %global _samba4_idmap_modules idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
520 %global _samba4_pdb_modules pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
521 %global _samba4_auth_modules auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
522
523 %global _samba4_modules %{_samba4_idmap_modules},%{_samba4_pdb_modules},%{_samba4_auth_modules}
524
525 %global _libsmbclient %nil
526 %global _libwbclient %nil
527
528 %if ! %with_libsmbclient
529 %global _libsmbclient smbclient,smbsharemodes,
530 %endif
531
532 %if ! %with_libwbclient
533 %global _libwbclient wbclient,
534 %endif
535
536 %global _samba4_private_libraries %{_libsmbclient}%{_libwbclient}
537
538 LDFLAGS="-Wl,-z,relro,-z,now" \
539 %configure \
540         --enable-fhs \
541         --with-piddir=/run \
542         --with-sockets-dir=/run/samba \
543         --with-modulesdir=%{_libdir}/samba \
544         --with-pammodulesdir=%{_libdir}/security \
545         --with-lockdir=/var/lib/samba \
546         --with-cachedir=/var/lib/samba \
547         --disable-gnutls \
548         --disable-rpath-install \
549         --with-shared-modules=%{_samba4_modules} \
550         --bundled-libraries=%{_samba4_libraries} \
551         --with-pam \
552         --without-fam \
553 %if (! %with_libsmbclient) || (! %with_libwbclient)
554         --private-libraries=%{_samba4_private_libraries} \
555 %endif
556 %if %with_mitkrb5
557         --with-system-mitkrb5 \
558 %endif
559 %if ! %with_dc
560         --without-ad-dc \
561 %endif
562 %if ! %with_vfs_glusterfs
563         --disable-glusterfs \
564 %endif
565 %if %with_clustering_support
566         --with-cluster-support \
567         --enable-old-ctdb \
568 %endif
569 %if %with_profiling
570         --with-profiling-data \
571 %endif
572 %if %{with testsuite}
573         --enable-selftest \
574 %endif
575 %if ! %with_pam_smbpass
576         --without-pam_smbpass
577 %endif
578
579 make %{?_smp_mflags}
580
581 # Build PIDL for installation into vendor directories before
582 # 'make proto' gets to it.
583 (cd pidl && %{__perl} Makefile.PL INSTALLDIRS=vendor )
584
585 %install
586 rm -rf %{buildroot}
587 make install DESTDIR=%{buildroot}
588
589 install -d -m 0755 %{buildroot}/usr/{sbin,bin}
590 install -d -m 0755 %{buildroot}%{_libdir}/security
591 install -d -m 0755 %{buildroot}/var/lib/samba
592 install -d -m 0755 %{buildroot}/var/lib/samba/private
593 install -d -m 0755 %{buildroot}/var/lib/samba/winbindd_privileged
594 install -d -m 0755 %{buildroot}/var/lib/samba/scripts
595 install -d -m 0755 %{buildroot}/var/lib/samba/sysvol
596 install -d -m 0755 %{buildroot}/var/log/samba/old
597 install -d -m 0755 %{buildroot}/var/spool/samba
598 install -d -m 0755 %{buildroot}/var/run/samba
599 install -d -m 0755 %{buildroot}/var/run/winbindd
600 install -d -m 0755 %{buildroot}/%{_libdir}/samba
601 install -d -m 0755 %{buildroot}/%{_libdir}/pkgconfig
602
603 # Undo the PIDL install, we want to try again with the right options.
604 rm -rf %{buildroot}/%{_libdir}/perl5
605 rm -rf %{buildroot}/%{_datadir}/perl5
606
607 # Install PIDL.
608 ( cd pidl && make install PERL_INSTALL_ROOT=%{buildroot} )
609
610 # Install other stuff
611 install -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d
612 install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/samba
613
614 install -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/samba/smb.conf
615
616 install -d -m 0755 %{buildroot}%{_sysconfdir}/security
617 install -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/security/pam_winbind.conf
618
619 echo 127.0.0.1 localhost > %{buildroot}%{_sysconfdir}/samba/lmhosts
620
621 # openLDAP database schema
622 install -d -m 0755 %{buildroot}%{_sysconfdir}/openldap/schema
623 install -m644 examples/LDAP/samba.schema %{buildroot}%{_sysconfdir}/openldap/schema/samba.schema
624
625 install -m 0744 packaging/printing/smbprint %{buildroot}%{_bindir}/smbprint
626
627 install -d -m 0755 %{buildroot}%{_prefix}/lib/tmpfiles.d/
628 install -m644 packaging/systemd/samba.conf.tmp %{buildroot}%{_prefix}/lib/tmpfiles.d/samba.conf
629 # create /run/samba too.
630 echo "d /run/samba  755 root root" >> %{buildroot}%{_prefix}/lib/tmpfiles.d/samba.conf
631
632 install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
633 install -m 0644 packaging/systemd/samba.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/samba
634
635 install -m 0644 %{SOURCE201} packaging/README.downgrade
636
637 %if ! %with_dc
638 install -m 0644 %{SOURCE200} packaging/README.dc
639 install -m 0644 %{SOURCE200} packaging/README.dc-libs
640 %endif
641
642 install -d -m 0755 %{buildroot}%{_unitdir}
643 for i in nmb smb winbind ; do
644     cat packaging/systemd/$i.service | sed -e 's@Type=forking@Type=forking\nEnvironment=KRB5CCNAME=/run/samba/krb5cc_samba@g' >tmp$i.service
645     install -m 0644 tmp$i.service %{buildroot}%{_unitdir}/$i.service
646 done
647
648 # NetworkManager online/offline script
649 install -d -m 0755 %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/
650 install -m 0755 packaging/NetworkManager/30-winbind-systemd \
651             %{buildroot}%{_sysconfdir}/NetworkManager/dispatcher.d/30-winbind
652
653 # winbind krb5 locator
654 install -d -m 0755 %{buildroot}%{_libdir}/krb5/plugins/libkrb5
655 touch %{buildroot}%{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so
656
657 # Clean out crap left behind by the PIDL install.
658 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
659 rm -f %{buildroot}%{perl_vendorlib}/wscript_build
660 rm -rf %{buildroot}%{perl_vendorlib}/Parse/Yapp
661
662 # This makes the right links, as rpmlint requires that
663 # the ldconfig-created links be recorded in the RPM.
664 /sbin/ldconfig -N -n %{buildroot}%{_libdir}
665
666 # Fix up permission on perl install.
667 %{_fixperms} %{buildroot}%{perl_vendorlib}
668
669 %if %{with testsuite}
670 %check
671 TDB_NO_FSYNC=1 make %{?_smp_mflags} test
672 %endif
673
674 %post
675 %systemd_post smb.service
676 %systemd_post nmb.service
677
678 %preun
679 %systemd_preun smb.service
680 %systemd_preun nmb.service
681
682 %postun
683 %systemd_postun_with_restart smb.service
684 %systemd_postun_with_restart nmb.service
685
686 %post common
687 /sbin/ldconfig
688 /usr/bin/systemd-tmpfiles --create %{_prefix}/lib/tmpfiles.d/samba.conf
689 if [ -d /var/cache/samba ]; then
690     mv /var/cache/samba/netsamlogon_cache.tdb /var/lib/samba/ 2>/dev/null
691     mv /var/cache/samba/winbindd_cache.tdb /var/lib/samba/ 2>/dev/null
692     rm -rf /var/cache/samba/
693     ln -sf /var/cache/samba /var/lib/samba/
694 fi
695
696 %postun common -p /sbin/ldconfig
697
698 %if %with_dc
699 %post dc-libs -p /sbin/ldconfig
700
701 %postun dc-libs -p /sbin/ldconfig
702 %endif # with_dc
703
704 %post libs -p /sbin/ldconfig
705
706 %postun libs -p /sbin/ldconfig
707
708 %if %with_libsmbclient
709 %post -n libsmbclient -p /sbin/ldconfig
710
711 %postun -n libsmbclient -p /sbin/ldconfig
712 %endif # with_libsmbclient
713
714 %if %with_libwbclient
715 %post -n libwbclient -p /sbin/ldconfig
716
717 %postun -n libwbclient -p /sbin/ldconfig
718 %endif # with_libwbclient
719
720 %post test -p /sbin/ldconfig
721
722 %postun test -p /sbin/ldconfig
723
724 %pre winbind
725 /usr/sbin/groupadd -g 88 wbpriv >/dev/null 2>&1 || :
726
727 %post winbind
728 %systemd_post winbind.service
729
730 %preun winbind
731 %systemd_preun winbind.service
732
733 %postun winbind
734 %systemd_postun_with_restart smb.service
735 %systemd_postun_with_restart nmb.service
736
737 %postun winbind-krb5-locator
738 if [ "$1" -ge "1" ]; then
739         if [ "`readlink %{_sysconfdir}/alternatives/winbind_krb5_locator.so`" == "%{_libdir}/winbind_krb5_locator.so" ]; then
740                 %{_sbindir}/update-alternatives --set winbind_krb5_locator.so %{_libdir}/winbind_krb5_locator.so
741         fi
742 fi
743
744 %post winbind-krb5-locator
745 %{_sbindir}/update-alternatives --install %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so \
746                                 winbind_krb5_locator.so %{_libdir}/winbind_krb5_locator.so 10
747
748 %preun winbind-krb5-locator
749 if [ $1 -eq 0 ]; then
750         %{_sbindir}/update-alternatives --remove winbind_krb5_locator.so %{_libdir}/winbind_krb5_locator.so
751 fi
752
753 %post winbind-modules -p /sbin/ldconfig
754
755 %postun winbind-modules -p /sbin/ldconfig
756
757 %clean
758 rm -rf %{buildroot}
759
760 ### SAMBA
761 %files
762 %defattr(-,root,root,-)
763 %doc COPYING README WHATSNEW.txt
764 %doc examples/autofs examples/LDAP examples/misc
765 %doc examples/printer-accounting examples/printing
766 %doc packaging/README.downgrade
767 %{_bindir}/smbstatus
768 %{_bindir}/eventlogadm
769 %{_sbindir}/nmbd
770 %{_sbindir}/smbd
771 %dir %{_libdir}/samba/auth
772 %{_libdir}/samba/auth/script.so
773 %{_libdir}/samba/auth/unix.so
774 %{_libdir}/samba/auth/wbc.so
775 %dir %{_libdir}/samba/vfs
776 %{_libdir}/samba/vfs/acl_tdb.so
777 %{_libdir}/samba/vfs/acl_xattr.so
778 %{_libdir}/samba/vfs/aio_fork.so
779 %{_libdir}/samba/vfs/aio_linux.so
780 %{_libdir}/samba/vfs/aio_posix.so
781 %{_libdir}/samba/vfs/aio_pthread.so
782 %{_libdir}/samba/vfs/audit.so
783 %{_libdir}/samba/vfs/btrfs.so
784 %{_libdir}/samba/vfs/cap.so
785 %{_libdir}/samba/vfs/catia.so
786 %{_libdir}/samba/vfs/commit.so
787 %{_libdir}/samba/vfs/crossrename.so
788 %{_libdir}/samba/vfs/default_quota.so
789 %{_libdir}/samba/vfs/dirsort.so
790 %{_libdir}/samba/vfs/expand_msdfs.so
791 %{_libdir}/samba/vfs/extd_audit.so
792 %{_libdir}/samba/vfs/fake_perms.so
793 %{_libdir}/samba/vfs/fileid.so
794 %{_libdir}/samba/vfs/full_audit.so
795 %{_libdir}/samba/vfs/linux_xfs_sgid.so
796 %{_libdir}/samba/vfs/media_harmony.so
797 %{_libdir}/samba/vfs/netatalk.so
798 %{_libdir}/samba/vfs/preopen.so
799 %{_libdir}/samba/vfs/readahead.so
800 %{_libdir}/samba/vfs/readonly.so
801 %{_libdir}/samba/vfs/recycle.so
802 %{_libdir}/samba/vfs/scannedonly.so
803 %{_libdir}/samba/vfs/shadow_copy.so
804 %{_libdir}/samba/vfs/shadow_copy2.so
805 %{_libdir}/samba/vfs/smb_traffic_analyzer.so
806 %{_libdir}/samba/vfs/streams_depot.so
807 %{_libdir}/samba/vfs/streams_xattr.so
808 %{_libdir}/samba/vfs/syncops.so
809 %{_libdir}/samba/vfs/time_audit.so
810 %{_libdir}/samba/vfs/xattr_tdb.so
811
812 %{_unitdir}/nmb.service
813 %{_unitdir}/smb.service
814 %attr(1777,root,root) %dir /var/spool/samba
815 %dir %{_sysconfdir}/openldap/schema
816 %{_sysconfdir}/openldap/schema/samba.schema
817 %{_mandir}/man1/smbstatus.1*
818 %{_mandir}/man8/eventlogadm.8*
819 %{_mandir}/man8/smbd.8*
820 %{_mandir}/man8/nmbd.8*
821 #%{_mandir}/man8/vfs_*.8*
822 %{_mandir}/man8/vfs_acl_tdb.8*
823 %{_mandir}/man8/vfs_acl_xattr.8*
824 %{_mandir}/man8/vfs_aio_fork.8*
825 %{_mandir}/man8/vfs_aio_linux.8*
826 %{_mandir}/man8/vfs_aio_pthread.8*
827 %{_mandir}/man8/vfs_audit.8*
828 %{_mandir}/man8/vfs_btrfs.8*
829 %{_mandir}/man8/vfs_cacheprime.8*
830 %{_mandir}/man8/vfs_cap.8*
831 %{_mandir}/man8/vfs_catia.8*
832 %{_mandir}/man8/vfs_commit.8*
833 %{_mandir}/man8/vfs_crossrename.8*
834 %{_mandir}/man8/vfs_default_quota.8*
835 %{_mandir}/man8/vfs_dirsort.8*
836 %{_mandir}/man8/vfs_extd_audit.8*
837 %{_mandir}/man8/vfs_fake_perms.8*
838 %{_mandir}/man8/vfs_fileid.8*
839 %{_mandir}/man8/vfs_full_audit.8*
840 %{_mandir}/man8/vfs_gpfs.8*
841 %{_mandir}/man8/vfs_linux_xfs_sgid.8*
842 %{_mandir}/man8/vfs_media_harmony.8*
843 %{_mandir}/man8/vfs_netatalk.8*
844 %{_mandir}/man8/vfs_notify_fam.8*
845 %{_mandir}/man8/vfs_prealloc.8*
846 %{_mandir}/man8/vfs_preopen.8*
847 %{_mandir}/man8/vfs_readahead.8*
848 %{_mandir}/man8/vfs_readonly.8*
849 %{_mandir}/man8/vfs_recycle.8*
850 %{_mandir}/man8/vfs_scannedonly.8*
851 %{_mandir}/man8/vfs_shadow_copy.8*
852 %{_mandir}/man8/vfs_shadow_copy2.8*
853 %{_mandir}/man8/vfs_smb_traffic_analyzer.8*
854 %{_mandir}/man8/vfs_streams_depot.8*
855 %{_mandir}/man8/vfs_streams_xattr.8*
856 %{_mandir}/man8/vfs_syncops.8*
857 %{_mandir}/man8/vfs_time_audit.8*
858 %{_mandir}/man8/vfs_tsmsm.8*
859 %{_mandir}/man8/vfs_xattr_tdb.8*
860
861 ### CLIENT
862 %files client
863 %defattr(-,root,root)
864 %{_bindir}/cifsdd
865 %{_bindir}/dbwrap_tool
866 %{_bindir}/nmblookup
867 %{_bindir}/nmblookup4
868 %{_bindir}/oLschema2ldif
869 %{_bindir}/regdiff
870 %{_bindir}/regpatch
871 %{_bindir}/regshell
872 %{_bindir}/regtree
873 %{_bindir}/rpcclient
874 %{_bindir}/samba-regedit
875 %{_bindir}/sharesec
876 %{_bindir}/smbcacls
877 %{_bindir}/smbclient
878 %{_bindir}/smbclient4
879 %{_bindir}/smbcquotas
880 %{_bindir}/smbget
881 #%{_bindir}/smbiconv
882 %{_bindir}/smbpasswd
883 %{_bindir}/smbprint
884 %{_bindir}/smbspool
885 %{_bindir}/smbta-util
886 %{_bindir}/smbtar
887 %{_bindir}/smbtree
888 %{_libdir}/samba/libldb-cmdline.so
889 %{_mandir}/man1/dbwrap_tool.1*
890 %{_mandir}/man1/nmblookup.1*
891 %{_mandir}/man1/oLschema2ldif.1*
892 %{_mandir}/man1/regdiff.1*
893 %{_mandir}/man1/regpatch.1*
894 %{_mandir}/man1/regshell.1*
895 %{_mandir}/man1/regtree.1*
896 %exclude %{_mandir}/man1/findsmb.1*
897 %{_mandir}/man1/log2pcap.1*
898 %{_mandir}/man1/nmblookup4.1*
899 %{_mandir}/man1/rpcclient.1*
900 %{_mandir}/man1/sharesec.1*
901 %{_mandir}/man1/smbcacls.1*
902 %{_mandir}/man1/smbclient.1*
903 %{_mandir}/man1/smbcquotas.1*
904 %{_mandir}/man1/smbget.1*
905 %{_mandir}/man3/ntdb.3*
906 %{_mandir}/man5/smbgetrc.5*
907 %{_mandir}/man1/smbtar.1*
908 %{_mandir}/man1/smbtree.1*
909 %{_mandir}/man8/ntdbbackup.8*
910 %{_mandir}/man8/ntdbdump.8*
911 %{_mandir}/man8/ntdbrestore.8*
912 %{_mandir}/man8/ntdbtool.8*
913 %{_mandir}/man8/samba-regedit.8*
914 %{_mandir}/man8/smbpasswd.8*
915 %{_mandir}/man8/smbspool.8*
916 %{_mandir}/man8/smbta-util.8*
917
918 ## we don't build it for now
919 %if %{with_internal_ntdb}
920 %{_bindir}/ntdbbackup
921 %{_bindir}/ntdbdump
922 %{_bindir}/ntdbrestore
923 %{_bindir}/ntdbtool
924 %endif
925
926 %if %{with_internal_tdb}
927 %{_bindir}/tdbbackup
928 %{_bindir}/tdbdump
929 %{_bindir}/tdbrestore
930 %{_bindir}/tdbtool
931 %{_mandir}/man8/tdbbackup.8*
932 %{_mandir}/man8/tdbdump.8*
933 %{_mandir}/man8/tdbrestore.8*
934 %{_mandir}/man8/tdbtool.8*
935 %endif
936
937 %if %with_internal_ldb
938 %{_bindir}/ldbadd
939 %{_bindir}/ldbdel
940 %{_bindir}/ldbedit
941 %{_bindir}/ldbmodify
942 %{_bindir}/ldbrename
943 %{_bindir}/ldbsearch
944 %{_libdir}/samba/ldb/
945 %{_mandir}/man1/ldbadd.1.gz
946 %{_mandir}/man1/ldbdel.1.gz
947 %{_mandir}/man1/ldbedit.1.gz
948 %{_mandir}/man1/ldbmodify.1.gz
949 %{_mandir}/man1/ldbrename.1.gz
950 %{_mandir}/man1/ldbsearch.1.gz
951 %endif
952
953 ### COMMON
954 %files common
955 %defattr(-,root,root)
956 #%{_libdir}/samba/charset ???
957 %{_prefix}/lib/tmpfiles.d/samba.conf
958 %{_bindir}/net
959 %{_bindir}/pdbedit
960 %{_bindir}/profiles
961 %{_bindir}/smbcontrol
962 %{_bindir}/testparm
963 %{_datadir}/samba/codepages
964 %dir %{_sysconfdir}/logrotate.d/
965 %config(noreplace) %{_sysconfdir}/logrotate.d/samba
966 %attr(0700,root,root) %dir /var/log/samba
967 %attr(0700,root,root) %dir /var/log/samba/old
968 %ghost %dir /var/run/samba
969 %ghost %dir /var/run/winbindd
970 %attr(700,root,root) %dir /var/lib/samba/private
971 %attr(755,root,root) %dir %{_sysconfdir}/samba
972 %config(noreplace) %{_sysconfdir}/samba/smb.conf
973 %config(noreplace) %{_sysconfdir}/samba/lmhosts
974 %config(noreplace) %{_sysconfdir}/sysconfig/samba
975 %{_mandir}/man1/profiles.1*
976 %{_mandir}/man1/smbcontrol.1*
977 %{_mandir}/man1/testparm.1*
978 %{_mandir}/man5/lmhosts.5*
979 %{_mandir}/man5/smb.conf.5*
980 %{_mandir}/man5/smbpasswd.5*
981 %{_mandir}/man7/samba.7*
982 %{_mandir}/man8/net.8*
983 %{_mandir}/man8/pdbedit.8*
984
985 # common libraries
986 %{_libdir}/samba/libpopt_samba3.so
987
988 %dir %{_libdir}/samba/pdb
989 %{_libdir}/samba/pdb/ldapsam.so
990 %{_libdir}/samba/pdb/smbpasswd.so
991 %{_libdir}/samba/pdb/tdbsam.so
992 %{_libdir}/samba/pdb/wbc_sam.so
993
994 %if %with_pam_smbpass
995 %{_libdir}/security/pam_smbpass.so
996 %endif
997
998 ### DC
999 %files dc
1000 %defattr(-,root,root)
1001
1002 %if %with_dc
1003 %{_bindir}/samba-tool
1004 %{_sbindir}/samba
1005 %{_sbindir}/samba_kcc
1006 %{_sbindir}/samba_dnsupdate
1007 %{_sbindir}/samba_spnupdate
1008 %{_sbindir}/samba_upgradedns
1009 %{_libdir}/mit_samba.so
1010 %{_libdir}/samba/auth/samba4.so
1011 %{_libdir}/samba/bind9/dlz_bind9.so
1012 %{_libdir}/samba/libheimntlm-samba4.so.1
1013 %{_libdir}/samba/libheimntlm-samba4.so.1.0.1
1014 %{_libdir}/samba/libkdc-samba4.so.2
1015 %{_libdir}/samba/libkdc-samba4.so.2.0.0
1016 %{_libdir}/samba/libpac.so
1017 %{_libdir}/samba/gensec
1018 %{_libdir}/samba/ldb/acl.so
1019 %{_libdir}/samba/ldb/aclread.so
1020 %{_libdir}/samba/ldb/anr.so
1021 %{_libdir}/samba/ldb/descriptor.so
1022 %{_libdir}/samba/ldb/dirsync.so
1023 %{_libdir}/samba/ldb/extended_dn_in.so
1024 %{_libdir}/samba/ldb/extended_dn_out.so
1025 %{_libdir}/samba/ldb/extended_dn_store.so
1026 %{_libdir}/samba/ldb/ildap.so
1027 %{_libdir}/samba/ldb/instancetype.so
1028 %{_libdir}/samba/ldb/lazy_commit.so
1029 %{_libdir}/samba/ldb/ldbsamba_extensions.so
1030 %{_libdir}/samba/ldb/linked_attributes.so
1031 %{_libdir}/samba/ldb/local_password.so
1032 %{_libdir}/samba/ldb/new_partition.so
1033 %{_libdir}/samba/ldb/objectclass.so
1034 %{_libdir}/samba/ldb/objectclass_attrs.so
1035 %{_libdir}/samba/ldb/objectguid.so
1036 %{_libdir}/samba/ldb/operational.so
1037 %{_libdir}/samba/ldb/partition.so
1038 %{_libdir}/samba/ldb/password_hash.so
1039 %{_libdir}/samba/ldb/ranged_results.so
1040 %{_libdir}/samba/ldb/repl_meta_data.so
1041 %{_libdir}/samba/ldb/resolve_oids.so
1042 %{_libdir}/samba/ldb/rootdse.so
1043 %{_libdir}/samba/ldb/samba3sam.so
1044 %{_libdir}/samba/ldb/samba3sid.so
1045 %{_libdir}/samba/ldb/samba_dsdb.so
1046 %{_libdir}/samba/ldb/samba_secrets.so
1047 %{_libdir}/samba/ldb/samldb.so
1048 %{_libdir}/samba/ldb/schema_data.so
1049 %{_libdir}/samba/ldb/schema_load.so
1050 %{_libdir}/samba/ldb/secrets_tdb_sync.so
1051 %{_libdir}/samba/ldb/show_deleted.so
1052 %{_libdir}/samba/ldb/simple_dn.so
1053 %{_libdir}/samba/ldb/simple_ldap_map.so
1054 %{_libdir}/samba/ldb/subtree_delete.so
1055 %{_libdir}/samba/ldb/subtree_rename.so
1056 %{_libdir}/samba/ldb/update_keytab.so
1057 %{_libdir}/samba/ldb/wins_ldb.so
1058 %{_libdir}/samba/vfs/posix_eadb.so
1059 %dir /var/lib/samba/sysvol
1060 %{_datadir}/samba/setup
1061 %{_mandir}/man8/samba.8*
1062 %{_mandir}/man8/samba-tool.8*
1063 %else # with_dc
1064 %doc packaging/README.dc
1065 %exclude %{_mandir}/man8/samba.8*
1066 %exclude %{_mandir}/man8/samba-tool.8*
1067 %exclude %{_libdir}/samba/ldb/ildap.so
1068 %exclude %{_libdir}/samba/ldb/ldbsamba_extensions.so
1069
1070 %endif # with_dc
1071
1072 ### DC-LIBS
1073 %files dc-libs
1074 %defattr(-,root,root)
1075 %if %with_dc
1076 %{_libdir}/samba/libprocess_model.so
1077 %{_libdir}/samba/libservice.so
1078 %{_libdir}/samba/process_model
1079 %{_libdir}/samba/service
1080 %{_libdir}/libdcerpc-server.so.*
1081 %{_libdir}/samba/libdfs_server_ad.so
1082 %{_libdir}/samba/libdsdb-module.so
1083 %{_libdir}/samba/libntvfs.so
1084 %{_libdir}/samba/libposix_eadb.so
1085 %{_libdir}/samba/bind9/dlz_bind9_9.so
1086 %else
1087 %doc packaging/README.dc-libs
1088 %exclude %{_libdir}/samba/libdfs_server_ad.so
1089 %endif # with_dc
1090
1091 ### DEVEL
1092 %files devel
1093 %defattr(-,root,root)
1094 %{_includedir}/samba-4.0/charset.h
1095 %{_includedir}/samba-4.0/core/doserr.h
1096 %{_includedir}/samba-4.0/core/error.h
1097 %{_includedir}/samba-4.0/core/ntstatus.h
1098 %{_includedir}/samba-4.0/core/werror.h
1099 %{_includedir}/samba-4.0/credentials.h
1100 %{_includedir}/samba-4.0/dcerpc.h
1101 %{_includedir}/samba-4.0/dlinklist.h
1102 %{_includedir}/samba-4.0/domain_credentials.h
1103 %{_includedir}/samba-4.0/gen_ndr/atsvc.h
1104 %{_includedir}/samba-4.0/gen_ndr/auth.h
1105 %{_includedir}/samba-4.0/gen_ndr/dcerpc.h
1106 %{_includedir}/samba-4.0/gen_ndr/epmapper.h
1107 %{_includedir}/samba-4.0/gen_ndr/krb5pac.h
1108 %{_includedir}/samba-4.0/gen_ndr/lsa.h
1109 %{_includedir}/samba-4.0/gen_ndr/mgmt.h
1110 %{_includedir}/samba-4.0/gen_ndr/misc.h
1111 %{_includedir}/samba-4.0/gen_ndr/nbt.h
1112 %{_includedir}/samba-4.0/gen_ndr/drsblobs.h
1113 %{_includedir}/samba-4.0/gen_ndr/drsuapi.h
1114 %{_includedir}/samba-4.0/gen_ndr/ndr_drsblobs.h
1115 %{_includedir}/samba-4.0/gen_ndr/ndr_drsuapi.h
1116 %{_includedir}/samba-4.0/gen_ndr/ndr_atsvc.h
1117 %{_includedir}/samba-4.0/gen_ndr/ndr_atsvc_c.h
1118 %{_includedir}/samba-4.0/gen_ndr/ndr_dcerpc.h
1119 %{_includedir}/samba-4.0/gen_ndr/ndr_epmapper.h
1120 %{_includedir}/samba-4.0/gen_ndr/ndr_epmapper_c.h
1121 %{_includedir}/samba-4.0/gen_ndr/ndr_krb5pac.h
1122 %{_includedir}/samba-4.0/gen_ndr/ndr_mgmt.h
1123 %{_includedir}/samba-4.0/gen_ndr/ndr_mgmt_c.h
1124 %{_includedir}/samba-4.0/gen_ndr/ndr_misc.h
1125 %{_includedir}/samba-4.0/gen_ndr/ndr_nbt.h
1126 %{_includedir}/samba-4.0/gen_ndr/ndr_samr.h
1127 %{_includedir}/samba-4.0/gen_ndr/ndr_samr_c.h
1128 %{_includedir}/samba-4.0/gen_ndr/ndr_svcctl.h
1129 %{_includedir}/samba-4.0/gen_ndr/ndr_svcctl_c.h
1130 %{_includedir}/samba-4.0/gen_ndr/netlogon.h
1131 %{_includedir}/samba-4.0/gen_ndr/samr.h
1132 %{_includedir}/samba-4.0/gen_ndr/security.h
1133 %{_includedir}/samba-4.0/gen_ndr/server_id.h
1134 %{_includedir}/samba-4.0/gen_ndr/svcctl.h
1135 %{_includedir}/samba-4.0/gensec.h
1136 %{_includedir}/samba-4.0/ldap-util.h
1137 %{_includedir}/samba-4.0/ldap_errors.h
1138 %{_includedir}/samba-4.0/ldap_message.h
1139 %{_includedir}/samba-4.0/ldap_ndr.h
1140 %{_includedir}/samba-4.0/ldb_wrap.h
1141 %{_includedir}/samba-4.0/lookup_sid.h
1142 %{_includedir}/samba-4.0/machine_sid.h
1143 %{_includedir}/samba-4.0/ndr.h
1144 %{_includedir}/samba-4.0/ndr/ndr_drsblobs.h
1145 %{_includedir}/samba-4.0/ndr/ndr_drsuapi.h
1146 %{_includedir}/samba-4.0/ndr/ndr_svcctl.h
1147 %{_includedir}/samba-4.0/ndr/ndr_nbt.h
1148 %{_includedir}/samba-4.0/netapi.h
1149 %{_includedir}/samba-4.0/param.h
1150 %{_includedir}/samba-4.0/passdb.h
1151 %{_includedir}/samba-4.0/policy.h
1152 %{_includedir}/samba-4.0/read_smb.h
1153 %{_includedir}/samba-4.0/registry.h
1154 %{_includedir}/samba-4.0/roles.h
1155 %{_includedir}/samba-4.0/rpc_common.h
1156 %{_includedir}/samba-4.0/samba/session.h
1157 %{_includedir}/samba-4.0/samba/version.h
1158 %{_includedir}/samba-4.0/share.h
1159 %{_includedir}/samba-4.0/smb2.h
1160 %{_includedir}/samba-4.0/smb2_constants.h
1161 %{_includedir}/samba-4.0/smb2_create_blob.h
1162 %{_includedir}/samba-4.0/smb2_lease.h
1163 %{_includedir}/samba-4.0/smb2_signing.h
1164 %{_includedir}/samba-4.0/smb_cli.h
1165 %{_includedir}/samba-4.0/smb_cliraw.h
1166 %{_includedir}/samba-4.0/smb_common.h
1167 %{_includedir}/samba-4.0/smb_composite.h
1168 %{_includedir}/samba-4.0/smbconf.h
1169 %{_includedir}/samba-4.0/smb_constants.h
1170 %{_includedir}/samba-4.0/smb_ldap.h
1171 %{_includedir}/samba-4.0/smbldap.h
1172 %{_includedir}/samba-4.0/smb_raw.h
1173 %{_includedir}/samba-4.0/smb_raw_interfaces.h
1174 %{_includedir}/samba-4.0/smb_raw_signing.h
1175 %{_includedir}/samba-4.0/smb_raw_trans2.h
1176 %{_includedir}/samba-4.0/smb_request.h
1177 %{_includedir}/samba-4.0/smb_seal.h
1178 %{_includedir}/samba-4.0/smb_signing.h
1179 %{_includedir}/samba-4.0/smb_unix_ext.h
1180 %{_includedir}/samba-4.0/smb_util.h
1181 %{_includedir}/samba-4.0/tdr.h
1182 %{_includedir}/samba-4.0/tsocket.h
1183 %{_includedir}/samba-4.0/tsocket_internal.h
1184 %{_includedir}/samba-4.0/samba_util.h
1185 %{_includedir}/samba-4.0/util/attr.h
1186 %{_includedir}/samba-4.0/util/byteorder.h
1187 %{_includedir}/samba-4.0/util/data_blob.h
1188 %{_includedir}/samba-4.0/util/debug.h
1189 %{_includedir}/samba-4.0/util/memory.h
1190 %{_includedir}/samba-4.0/util/safe_string.h
1191 %{_includedir}/samba-4.0/util/string_wrappers.h
1192 %{_includedir}/samba-4.0/util/talloc_stack.h
1193 %{_includedir}/samba-4.0/util/tevent_ntstatus.h
1194 %{_includedir}/samba-4.0/util/tevent_unix.h
1195 %{_includedir}/samba-4.0/util/tevent_werror.h
1196 %{_includedir}/samba-4.0/util/time.h
1197 %{_includedir}/samba-4.0/util/xfile.h
1198 %{_includedir}/samba-4.0/util_ldb.h
1199 %{_libdir}/libdcerpc-atsvc.so
1200 %{_libdir}/libdcerpc-binding.so
1201 %{_libdir}/libdcerpc-samr.so
1202 %{_libdir}/libdcerpc.so
1203 %{_libdir}/libgensec.so
1204 %{_libdir}/libndr-krb5pac.so
1205 %{_libdir}/libndr-nbt.so
1206 %{_libdir}/libndr-standard.so
1207 %{_libdir}/libndr.so
1208 %{_libdir}/libnetapi.so
1209 %{_libdir}/libregistry.so
1210 %{_libdir}/libsamba-credentials.so
1211 %{_libdir}/libsamba-hostconfig.so
1212 %{_libdir}/libsamba-policy.so
1213 %{_libdir}/libsamba-util.so
1214 %{_libdir}/libsamdb.so
1215 %{_libdir}/libsmbclient-raw.so
1216 %{_libdir}/libsmbconf.so
1217 %{_libdir}/libtevent-util.so
1218 %{_libdir}/pkgconfig/dcerpc.pc
1219 %{_libdir}/pkgconfig/dcerpc_atsvc.pc
1220 %{_libdir}/pkgconfig/dcerpc_samr.pc
1221 %{_libdir}/pkgconfig/gensec.pc
1222 %{_libdir}/pkgconfig/ndr.pc
1223 %{_libdir}/pkgconfig/ndr_krb5pac.pc
1224 %{_libdir}/pkgconfig/ndr_nbt.pc
1225 %{_libdir}/pkgconfig/ndr_standard.pc
1226 %{_libdir}/pkgconfig/netapi.pc
1227 %{_libdir}/pkgconfig/registry.pc
1228 %{_libdir}/pkgconfig/samba-credentials.pc
1229 %{_libdir}/pkgconfig/samba-hostconfig.pc
1230 %{_libdir}/pkgconfig/samba-policy.pc
1231 %{_libdir}/pkgconfig/samba-util.pc
1232 %{_libdir}/pkgconfig/samdb.pc
1233 %{_libdir}/pkgconfig/smbclient-raw.pc
1234 %{_libdir}/libpdb.so
1235 %{_libdir}/libsmbldap.so
1236
1237 %if %with_dc
1238 %{_includedir}/samba-4.0/dcerpc_server.h
1239 %{_libdir}/libdcerpc-server.so
1240 %{_libdir}/pkgconfig/dcerpc_server.pc
1241 %endif
1242
1243 %if %with_internal_talloc
1244 %{_includedir}/samba-4.0/pytalloc.h
1245 %endif
1246
1247 %if ! %with_libsmbclient
1248 %{_includedir}/samba-4.0/libsmbclient.h
1249 %{_includedir}/samba-4.0/smb_share_modes.h
1250 %endif # ! with_libsmbclient
1251
1252 %if ! %with_libwbclient
1253 %{_includedir}/samba-4.0/wbclient.h
1254 %endif # ! with_libwbclient
1255
1256 ### VFS-GLUSTERFS
1257 %if %{with_vfs_glusterfs}
1258 %files vfs-glusterfs
1259 %{_libdir}/samba/vfs/glusterfs.so
1260 %endif
1261
1262 ### LIBS
1263 %files libs
1264 %defattr(-,root,root)
1265 %{_libdir}/libdcerpc-atsvc.so.*
1266 %{_libdir}/libdcerpc-binding.so.*
1267 %{_libdir}/libdcerpc-samr.so.*
1268 %{_libdir}/libdcerpc.so.*
1269 %{_libdir}/libgensec.so.*
1270 %{_libdir}/libndr-krb5pac.so.*
1271 %{_libdir}/libndr-nbt.so.*
1272 %{_libdir}/libndr-standard.so.*
1273 %{_libdir}/libndr.so.*
1274 %{_libdir}/libnetapi.so.*
1275 %{_libdir}/libregistry.so.*
1276 %{_libdir}/libsamba-credentials.so.*
1277 %{_libdir}/libsamba-hostconfig.so.*
1278 %{_libdir}/libsamba-policy.so.*
1279 %{_libdir}/libsamba-util.so.*
1280 %{_libdir}/libsamdb.so.*
1281 %{_libdir}/libsmbclient-raw.so.*
1282 %{_libdir}/libsmbconf.so.*
1283 %{_libdir}/libtevent-util.so.*
1284 %{_libdir}/libpdb.so.*
1285 %{_libdir}/libsmbldap.so.*
1286
1287 # libraries needed by the public libraries
1288 %dir %{_libdir}/samba
1289 %{_libdir}/samba/libCHARSET3.so
1290 %{_libdir}/samba/libMESSAGING.so
1291 %{_libdir}/samba/libLIBWBCLIENT_OLD.so
1292 %{_libdir}/samba/libaddns.so
1293 %{_libdir}/samba/libads.so
1294 %{_libdir}/samba/libasn1util.so
1295 %{_libdir}/samba/libauth.so
1296 %{_libdir}/samba/libauth4.so
1297 %{_libdir}/samba/libauth_sam_reply.so
1298 %{_libdir}/samba/libauth_unix_token.so
1299 %{_libdir}/samba/libauthkrb5.so
1300 %{_libdir}/samba/libccan.so
1301 %{_libdir}/samba/libcli-ldap-common.so
1302 %{_libdir}/samba/libcli-ldap.so
1303 %{_libdir}/samba/libcli-nbt.so
1304 %{_libdir}/samba/libcli_cldap.so
1305 %{_libdir}/samba/libcli_smb_common.so
1306 %{_libdir}/samba/libcli_spoolss.so
1307 %{_libdir}/samba/libcliauth.so
1308 #%{_libdir}/samba/libclidns.so
1309 %{_libdir}/samba/libcluster.so
1310 %{_libdir}/samba/libcmdline-credentials.so
1311 %{_libdir}/samba/libdbwrap.so
1312 %{_libdir}/samba/libdcerpc-samba.so
1313 %{_libdir}/samba/libdcerpc-samba4.so
1314 %{_libdir}/samba/liberrors.so
1315 %{_libdir}/samba/libevents.so
1316 %{_libdir}/samba/libflag_mapping.so
1317 %{_libdir}/samba/libgpo.so
1318 %{_libdir}/samba/libgse.so
1319 %{_libdir}/samba/libinterfaces.so
1320 %{_libdir}/samba/libkrb5samba.so
1321 %{_libdir}/samba/libldbsamba.so
1322 %{_libdir}/samba/liblibcli_lsa3.so
1323 %{_libdir}/samba/liblibcli_netlogon3.so
1324 %{_libdir}/samba/liblibsmb.so
1325 %{_libdir}/samba/libsmb_transport.so
1326 %{_libdir}/samba/libmsrpc3.so
1327 %{_libdir}/samba/libndr-samba.so
1328 %{_libdir}/samba/libndr-samba4.so
1329 %{_libdir}/samba/libnet_keytab.so
1330 %{_libdir}/samba/libnetif.so
1331 %{_libdir}/samba/libnon_posix_acls.so
1332 %{_libdir}/samba/libnpa_tstream.so
1333 %{_libdir}/samba/libprinting_migrate.so
1334 %{_libdir}/samba/libreplace.so
1335 %{_libdir}/samba/libsamba-modules.so
1336 %{_libdir}/samba/libsamba-net.so
1337 %{_libdir}/samba/libsamba-security.so
1338 %{_libdir}/samba/libsamba-sockets.so
1339 %{_libdir}/samba/libsamba_python.so
1340 %{_libdir}/samba/libsamdb-common.so
1341 %{_libdir}/samba/libsecrets3.so
1342 %{_libdir}/samba/libserver-role.so
1343 %{_libdir}/samba/libshares.so
1344 %{_libdir}/samba/libsamba3-util.so
1345 %{_libdir}/samba/libsmbd_base.so
1346 %{_libdir}/samba/libsmbd_conn.so
1347 %{_libdir}/samba/libsmbd_shim.so
1348 %{_libdir}/samba/libsmbldaphelper.so
1349 %{_libdir}/samba/libsmbpasswdparser.so
1350 %{_libdir}/samba/libsmbregistry.so
1351 %{_libdir}/samba/libtdb-wrap.so
1352 %{_libdir}/samba/libtdb_compat.so
1353 %{_libdir}/samba/libtrusts_util.so
1354 %{_libdir}/samba/libutil_cmdline.so
1355 %{_libdir}/samba/libutil_ntdb.so
1356 %{_libdir}/samba/libutil_reg.so
1357 %{_libdir}/samba/libutil_setid.so
1358 %{_libdir}/samba/libutil_tdb.so
1359 %{_libdir}/samba/libxattr_tdb.so
1360
1361 %if %with_dc
1362 %{_libdir}/samba/libdb-glue.so
1363 %{_libdir}/samba/libHDB_SAMBA4.so
1364 %{_libdir}/samba/libasn1-samba4.so.8
1365 %{_libdir}/samba/libasn1-samba4.so.8.0.0
1366 %{_libdir}/samba/libgssapi-samba4.so.2
1367 %{_libdir}/samba/libgssapi-samba4.so.2.0.0
1368 %{_libdir}/samba/libhcrypto-samba4.so.5
1369 %{_libdir}/samba/libhcrypto-samba4.so.5.0.1
1370 %{_libdir}/samba/libhdb-samba4.so.11
1371 %{_libdir}/samba/libhdb-samba4.so.11.0.2
1372 %{_libdir}/samba/libheimbase-samba4.so.1
1373 %{_libdir}/samba/libheimbase-samba4.so.1.0.0
1374 %{_libdir}/samba/libhx509-samba4.so.5
1375 %{_libdir}/samba/libhx509-samba4.so.5.0.0
1376 %{_libdir}/samba/libkrb5-samba4.so.26
1377 %{_libdir}/samba/libkrb5-samba4.so.26.0.0
1378 %{_libdir}/samba/libroken-samba4.so.19
1379 %{_libdir}/samba/libroken-samba4.so.19.0.1
1380 %{_libdir}/samba/libwind-samba4.so.0
1381 %{_libdir}/samba/libwind-samba4.so.0.0.0
1382 %endif
1383
1384 %if %{with_internal_ldb}
1385 %{_libdir}/samba/libldb.so.1
1386 %{_libdir}/samba/libldb.so.%{ldb_version}
1387 %{_libdir}/samba/libpyldb-util.so.1
1388 %{_libdir}/samba/libpyldb-util.so.%{ldb_version}
1389 %{_mandir}/man3/ldb.3.gz
1390 %endif
1391 %if %{with_internal_talloc}
1392 %{_libdir}/samba/libtalloc.so.2
1393 %{_libdir}/samba/libtalloc.so.%{talloc_version}
1394 %{_libdir}/samba/libpytalloc-util.so.2
1395 %{_libdir}/samba/libpytalloc-util.so.%{talloc_version}
1396 %{_mandir}/man3/talloc.3.gz
1397 %endif
1398 %if %{with_internal_tevent}
1399 %{_libdir}/samba/libtevent.so.0
1400 %{_libdir}/samba/libtevent.so.%{tevent_version}
1401 %endif
1402 %if %{with_internal_tdb}
1403 %{_libdir}/samba/libtdb.so.1
1404 %{_libdir}/samba/libtdb.so.%{tdb_version}
1405 %endif
1406 %if %{with_internal_ntdb}
1407 %{_libdir}/samba/libntdb.so.0
1408 %{_libdir}/samba/libntdb.so.%{ntdb_version}
1409 %endif
1410
1411 %if ! %with_libsmbclient
1412 %{_libdir}/samba/libsmbclient.so.*
1413 %{_libdir}/samba/libsmbsharemodes.so.*
1414 %{_mandir}/man7/libsmbclient.7*
1415 %endif # ! with_libsmbclient
1416
1417 %if ! %with_libwbclient
1418 %{_libdir}/samba/libwbclient.so.*
1419 %{_libdir}/samba/libwinbind-client.so
1420 %endif # ! with_libwbclient
1421
1422 ### LIBSMBCLIENT
1423 %if %with_libsmbclient
1424 %files -n libsmbclient
1425 %defattr(-,root,root)
1426 %{_libdir}/libsmbclient.so.*
1427 %{_libdir}/libsmbsharemodes.so.*
1428
1429 ### LIBSMBCLIENT-DEVEL
1430 %files -n libsmbclient-devel
1431 %defattr(-,root,root)
1432 %{_includedir}/samba-4.0/libsmbclient.h
1433 %{_includedir}/samba-4.0/smb_share_modes.h
1434 %{_libdir}/libsmbclient.so
1435 %{_libdir}/libsmbsharemodes.so
1436 %{_libdir}/pkgconfig/smbclient.pc
1437 %{_libdir}/pkgconfig/smbsharemodes.pc
1438 %{_mandir}/man7/libsmbclient.7*
1439 %endif # with_libsmbclient
1440
1441 ### LIBWBCLIENT
1442 %if %with_libwbclient
1443 %files -n libwbclient
1444 %defattr(-,root,root)
1445 %{_libdir}/libwbclient.so.*
1446 %{_libdir}/samba/libwinbind-client.so
1447
1448 ### LIBWBCLIENT-DEVEL
1449 %files -n libwbclient-devel
1450 %defattr(-,root,root)
1451 %{_includedir}/samba-4.0/wbclient.h
1452 %{_libdir}/libwbclient.so
1453 %{_libdir}/pkgconfig/wbclient.pc
1454 %endif # with_libwbclient
1455
1456 ### PIDL
1457 %files pidl
1458 %defattr(-,root,root,-)
1459 %{perl_vendorlib}/Parse/Pidl*
1460 %{_mandir}/man1/pidl*
1461 %{_mandir}/man3/Parse::Pidl*
1462 %attr(755,root,root) %{_bindir}/pidl
1463
1464 ### PYTHON
1465 %files python
1466 %defattr(-,root,root,-)
1467 %{python_sitearch}/*
1468
1469 ### TEST
1470 %files test
1471 %defattr(-,root,root)
1472 %{_bindir}/gentest
1473 %{_bindir}/locktest
1474 %{_bindir}/masktest
1475 %{_bindir}/ndrdump
1476 %{_bindir}/smbtorture
1477 %{_libdir}/libtorture.so.*
1478 %{_libdir}/samba/libsubunit.so
1479 %if %with_dc
1480 %{_libdir}/samba/libdlz_bind9_for_torture.so
1481 %else
1482 %{_libdir}/samba/libdsdb-module.so
1483 %endif
1484 %{_mandir}/man1/gentest.1*
1485 %{_mandir}/man1/locktest.1*
1486 %{_mandir}/man1/masktest.1*
1487 %{_mandir}/man1/ndrdump.1*
1488 %{_mandir}/man1/smbtorture.1*
1489 %{_mandir}/man1/vfstest.1*
1490
1491 %if %{with testsuite}
1492 # files to ignore in testsuite mode
1493 %{_libdir}/samba/libnss_wrapper.so
1494 %{_libdir}/samba/libsocket_wrapper.so
1495 %{_libdir}/samba/libuid_wrapper.so
1496 %endif
1497
1498 ### TEST-DEVEL
1499 %files test-devel
1500 %defattr(-,root,root)
1501 %{_includedir}/samba-4.0/torture.h
1502 %{_libdir}/libtorture.so
1503 %{_libdir}/pkgconfig/torture.pc
1504
1505 ### WINBIND
1506 %files winbind
1507 %defattr(-,root,root)
1508 #%{_bindir}/wbinfo3
1509 %{_libdir}/samba/idmap
1510 %{_libdir}/samba/nss_info
1511 %{_libdir}/samba/libnss_info.so
1512 %{_libdir}/samba/libidmap.so
1513 %{_sbindir}/winbindd
1514 %attr(750,root,wbpriv) %dir /var/lib/samba/winbindd_privileged
1515 %{_unitdir}/winbind.service
1516 %{_sysconfdir}/NetworkManager/dispatcher.d/30-winbind
1517 %{_mandir}/man8/winbindd.8*
1518 %{_mandir}/man8/idmap_*.8*
1519
1520 ### WINBIND-CLIENTS
1521 %files winbind-clients
1522 %defattr(-,root,root)
1523 %{_bindir}/ntlm_auth
1524 %{_bindir}/wbinfo
1525 %{_mandir}/man1/ntlm_auth.1.gz
1526 %{_mandir}/man1/wbinfo.1*
1527
1528 ### WINBIND-KRB5-LOCATOR
1529 %files winbind-krb5-locator
1530 %defattr(-,root,root)
1531 %ghost %{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so
1532 %{_libdir}/winbind_krb5_locator.so
1533 %{_mandir}/man7/winbind_krb5_locator.7*
1534
1535 ### WINBIND-MODULES
1536 %files winbind-modules
1537 %defattr(-,root,root)
1538 %{_libdir}/libnss_winbind.so*
1539 %{_libdir}/libnss_wins.so*
1540 %{_libdir}/security/pam_winbind.so
1541 %config(noreplace) %{_sysconfdir}/security/pam_winbind.conf
1542 %{_mandir}/man5/pam_winbind.conf.5*
1543 %{_mandir}/man8/pam_winbind.8*
1544
1545 %changelog
1546 * Mon Dec 09 2013 - Andreas Schneider <asn@redhat.com> - 4.1.3-1
1547 - Update to Samba 4.1.3.
1548 - resolves: #1039454 - CVE-2013-4408.
1549 - resolves: #1039500 - CVE-2012-6150.
1550
1551 * Mon Nov 25 2013 - Andreas Schneider <asn@redhat.com> - 4.1.2-1
1552 - Update to Samba 4.1.2.
1553
1554 * Mon Nov 18 2013 - Guenther Deschner <gdeschner@redhat.com> - 4.1.1-3
1555 - resolves: #948509 - Fix manpage correctness.
1556
1557 * Fri Nov 15 2013 - Andreas Schneider <asn@redhat.com> - 4.1.1-2
1558 - related: #884169 - Fix strict aliasing warnings.
1559
1560 * Mon Nov 11 2013 - Andreas Schneider <asn@redhat.com> - 4.1.1-1
1561 - resolves: #1024544 - Fix CVE-2013-4475.
1562 - Update to Samba 4.1.1.
1563
1564 * Mon Nov 11 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-5
1565 - related: #884169 - Fix the upgrade path.
1566
1567 * Wed Oct 30 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-4
1568 - related: #884169 - Add direct dependency to samba-libs in the
1569                      glusterfs package.
1570 - resolves: #996567 - Fix userPrincipalName composition.
1571 - related: #884169 - Fix memset call with zero length in in ntdb.
1572
1573 * Fri Oct 18 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-3
1574 - resolves: #1020329 - Build glusterfs VFS plguin.
1575
1576 * Tue Oct 15 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-2
1577 - resolves: #1018856 - Fix installation of pam_winbind after upgrade.
1578 - related: #1010722 - Split out a samba-winbind-modules package.
1579 - related: #985609
1580
1581 * Fri Oct 11 2013 - Andreas Schneider <asn@redhat.com> - 4.1.0-1
1582 - related: #985609 - Update to Samba 4.1.0.
1583
1584 * Tue Oct 01 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.8
1585 - related: #985609 - Update to Samba 4.1.0rc4.
1586 - resolves: #1010722 - Split out a samba-winbind-modules package.
1587
1588 * Wed Sep 11 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.7
1589 - related: #985609 - Update to Samba 4.1.0rc3.
1590 - resolves: #1005422 - Add support for KEYRING ccache type in pam_winbindd.
1591
1592 * Wed Sep 04 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.6
1593 - resolves: #717484 - Enable profiling data support.
1594
1595 * Thu Aug 22 2013 - Guenther Deschner <gdeschner@redhat.com> - 2:4.1.0-0.5
1596 - resolves: #996160 - Fix winbind with trusted domains.
1597
1598 * Wed Aug 14 2013 - Andreas Schneider <asn@redhat.com> 2:4.1.0-0.4
1599 - resolves: #996160 - Fix winbind nbt name lookup segfault.
1600
1601 * Mon Aug 12 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.3
1602 - related: #985609 - Update to Samba 4.1.0rc2.
1603
1604 * Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 2:4.1.0-0.2.rc1.1
1605 - Perl 5.18 rebuild
1606
1607 * Wed Jul 24 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.2
1608 - resolves: #985985 - Fix file conflict between samba and wine.
1609 - resolves: #985107 - Add support for new default location for Kerberos
1610                       credential caches.
1611
1612 * Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 2:4.1.0-0.1.rc1.1
1613 - Perl 5.18 rebuild
1614
1615 * Wed Jul 17 2013 - Andreas Schneider <asn@redhat.com> - 2:4.1.0-0.1
1616 - Update to Samba 4.1.0rc1.
1617
1618 * Mon Jul 15 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.7-2
1619 - resolves: #972692 - Build with PIE and full RELRO.
1620 - resolves: #884169 - Add explicit dependencies suggested by rpmdiff.
1621 - resolves: #981033 - Local user's krb5cc deleted by winbind.
1622 - resolves: #984331 - Fix samba-common tmpfiles configuration file in wrong
1623                       directory.
1624
1625 * Wed Jul 03 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.7-1
1626 - Update to Samba 4.0.7.
1627
1628 * Fri Jun 07 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.6-3
1629 - Add UPN enumeration to passdb internal API (bso #9779).
1630
1631 * Wed May 22 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.6-2
1632 - resolves: #966130 - Fix build with MIT Kerberos.
1633 - List vfs modules in spec file.
1634
1635 * Tue May 21 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.6-1
1636 - Update to Samba 4.0.6.
1637 - Remove SWAT.
1638
1639 * Wed Apr 10 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.5-1
1640 - Update to Samba 4.0.5.
1641 - Add UPN enumeration to passdb internal API (bso #9779).
1642 - resolves: #928947 - samba-doc is obsolete now.
1643 - resolves: #948606 - LogRotate should be optional, and not a hard "Requires".
1644
1645 * Fri Mar 22 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.4-3
1646 - resolves: #919405 - Fix and improve large_readx handling for broken clients.
1647 - resolves: #924525 - Don't use waf caching.
1648
1649 * Wed Mar 20 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.4-2
1650 - resolves: #923765 - Improve packaging of README files.
1651
1652 * Wed Mar 20 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.4-1
1653 - Update to Samba 4.0.4.
1654
1655 * Mon Mar 11 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.3-4
1656 - resolves: #919333 - Create /run/samba too.
1657
1658 * Mon Mar 04 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.3-3
1659 - Fix the cache dir to be /var/lib/samba to support upgrades.
1660
1661 * Thu Feb 14 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.3-2
1662 - resolves: #907915 - libreplace.so => not found
1663
1664 * Thu Feb 07 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.3-1
1665 - Update to Samba 4.0.3.
1666 - resolves: #907544 - Add unowned directory /usr/lib64/samba.
1667 - resolves: #906517 - Fix pidl code generation with gcc 4.8.
1668 - resolves: #908353 - Fix passdb backend ldapsam as module.
1669
1670 * Wed Jan 30 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.2-1
1671 - Update to Samba 4.0.2.
1672 - Fixes CVE-2013-0213.
1673 - Fixes CVE-2013-0214.
1674 - resolves: #906002
1675 - resolves: #905700
1676 - resolves: #905704
1677 - Fix conn->share_access which is reset between user switches.
1678 - resolves: #903806
1679 - Add missing example and make sure we don't introduce perl dependencies.
1680 - resolves: #639470
1681
1682 * Wed Jan 16 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.1-1
1683 - Update to Samba 4.0.1.
1684 - Fixes CVE-2013-0172.
1685
1686 * Mon Dec 17 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-174
1687 - Fix typo in winbind-krb-locator post uninstall script.
1688
1689 * Tue Dec 11 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-173
1690 - Update to Samba 4.0.0.
1691
1692 * Thu Dec 06 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-171.rc6
1693 - Fix typo in winbind-krb-locator post uninstall script.
1694
1695 * Tue Dec 04 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-170.rc6
1696 - Update to Samba 4.0.0rc6.
1697 - Add /etc/pam.d/samba for swat to work correctly.
1698 - resolves #882700
1699
1700 * Fri Nov 23 2012 Guenther Deschner <gdeschner@redhat.com> - 2:4.0.0-169.rc5
1701 - Make sure ncacn_ip_tcp client code looks for NBT_NAME_SERVER name types.
1702
1703 * Thu Nov 15 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-168.rc5
1704 - Reduce dependencies of samba-devel and create samba-test-devel package.
1705
1706 * Tue Nov 13 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-167.rc5
1707 - Use workaround for winbind default domain only when set.
1708 - Build with old ctdb support.
1709
1710 * Tue Nov 13 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-166.rc5
1711 - Update to Samba 4.0.0rc5.
1712
1713 * Mon Nov 05 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-165.rc4
1714 - Fix library dependencies of libnetapi.
1715
1716 * Mon Nov 05 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-164.rc4
1717 - resolves: #872818 - Fix perl dependencies.
1718
1719 * Tue Oct 30 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-163.rc4
1720 - Update to Samba 4.0.0rc4.
1721
1722 * Mon Oct 29 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-162.rc3
1723 - resolves: #870630 - Fix scriptlets interpeting a comment as argument.
1724
1725 * Fri Oct 26 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-161.rc3
1726 - Add missing Requries for python modules.
1727 - Add NetworkManager dispatcher script for winbind.
1728
1729 * Fri Oct 19 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-160.rc3
1730 - resolves: #867893 - Move /var/log/samba to samba-common package for
1731                       winbind which requires it.
1732
1733 * Thu Oct 18 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-159.rc3
1734 - Compile default auth methods into smbd.
1735
1736 * Tue Oct 16 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-158.rc3
1737 - Move pam_winbind.conf and the manpages to the right package.
1738
1739 * Tue Oct 16 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-157.rc3
1740 * resolves: #866959 - Build auth_builtin as static module.
1741
1742 * Tue Oct 16 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-156.rc3
1743 - Update systemd Requires to reflect latest packaging guidelines.
1744
1745 * Tue Oct 16 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-155.rc3
1746 - Add back the AES patches which didn't make it in rc3.
1747
1748 * Tue Oct 16 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-154.rc3
1749 - Update to 4.0.0rc3.
1750 - resolves: #805562 - Unable to share print queues.
1751 - resolves: #863388 - Unable to reload smbd configuration with systemctl.
1752
1753 * Wed Oct 10 2012 - Alexander Bokovoy <abokovoy@redhat.com> - 2:4.0.0-153.rc2
1754 - Use alternatives to configure winbind_krb5_locator.so
1755 - Fix Requires for winbind.
1756
1757 * Thu Oct 04 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-152.rc2
1758 - Add kerberos AES support.
1759 - Fix printing initialization.
1760
1761 * Tue Oct 02 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-151.rc2
1762 - Update to 4.0.0rc2.
1763
1764 * Wed Sep 26 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-150.rc1
1765 - Fix Obsoletes/Provides for update from samba4.
1766 - Bump release number to be bigger than samba4.
1767
1768 * Wed Sep 26 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-96.rc1
1769 - Package smbprint again.
1770
1771 * Wed Sep 26 2012 - Andreas Schneider <asn@redhat.com> - 2:4.0.0-95.rc1
1772 - Update to 4.0.0rc1.
1773
1774 * Mon Aug 20 2012 Guenther Deschner <gdeschner@redhat.com> - 2:3.6.7-94.2
1775 - Update to 3.6.7
1776
1777 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.6.6-93.2
1778 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1779
1780 * Thu Jul 19 2012 Guenther Deschner <gdeschner@redhat.com> - 2:3.6.6-93
1781 - Fix printing tdb upgrade for 3.6.6
1782 - resolves: #841609
1783
1784 * Sun Jul 15 2012 Ville Skyttä <ville.skytta@iki.fi> - 2:3.6.6-92
1785 - Call ldconfig at libwbclient and -winbind-clients post(un)install time.
1786 - Fix empty localization files, use %%find_lang to find and %%lang-mark them.
1787 - Escape macros in %%changelog.
1788 - Fix source tarball URL.
1789
1790 * Tue Jun 26 2012 Guenther Deschner <gdeschner@redhat.com> - 2:3.6.6-91
1791 - Update to 3.6.6
1792
1793 * Thu Jun 21 2012 Andreas Schneider <asn@redhat.com> - 2:3.6.5-90
1794 - Fix ldonfig.
1795 - Require systemd for samba-common package.
1796 - resolves: #829197
1797
1798 * Mon Jun 18 2012 Andreas Schneider <asn@redhat.com> - 2:3.6.5-89
1799 - Fix usrmove paths.
1800 - resolves: #829197
1801
1802 * Tue May 15 2012 Andreas Schneider <asn@redhat.com> - 2:3.6.5-88
1803 - Move tmpfiles.d config to common package as it is needed for smbd and
1804   winbind.
1805 - Make sure tmpfiles get created after installation.
1806
1807 * Wed May 09 2012 Guenther Deschner <gdeschner@redhat.com> - 2:3.6.5-87
1808 - Correctly use system iniparser library
1809
1810 * Fri May 04 2012 Andreas Schneider <asn@redhat.com> - 2:3.6.5-86
1811 - Bump Epoch to fix a problem with a Samba4 update in testing.
1812
1813 * Mon Apr 30 2012 Guenther Deschner <gdeschner@redhat.com> - 1:3.6.5-85
1814 - Security Release, fixes CVE-2012-2111
1815 - resolves: #817551
1816
1817 * Mon Apr 23 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.4-84
1818 - Fix creation of /var/run/samba.
1819 - resolves: #751625
1820
1821 * Fri Apr 20 2012 Guenther Deschner <gdeschner@redhat.com> - 1:3.6.4-83
1822 - Avoid private krb5_locate_kdc usage
1823 - resolves: #754783
1824
1825 * Thu Apr 12 2012 Jon Ciesla <limburgher@gmail.com> - 1:3.6.4-82
1826 - Update to 3.6.4
1827 - Fixes CVE-2012-1182
1828
1829 * Mon Mar 19 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.3-81
1830 - Fix provides for of libwclient-devel for samba-winbind-devel.
1831
1832 * Thu Feb 23 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.3-80
1833 - Add commented out 'max protocol' to the default config.
1834
1835 * Mon Feb 13 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.3-79
1836 - Create a libwbclient package.
1837 - Replace winbind-devel with libwbclient-devel package.
1838
1839 * Mon Jan 30 2012 Andreas Schneider <asn@redhat.com> - 1:3.6.3-78
1840 - Update to 3.6.3
1841 - Fixes CVE-2012-0817
1842
1843 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.6.1-77.1
1844 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1845
1846 * Mon Dec 05 2011 Andreas Schneider <asn@redhat.com> - 1:3.6.1-77
1847 - Fix winbind cache upgrade.
1848 - resolves: #760137
1849
1850 * Fri Nov 18 2011 Andreas Schneider <asn@redhat.com> - 1:3.6.1-76
1851 - Fix piddir to match with systemd files.
1852 - Fix crash bug in the debug system.
1853 - resolves: #754525
1854
1855 * Fri Nov 04 2011 Andreas Schneider <asn@redhat.com> - 1:3.6.1-75
1856 - Fix systemd dependencies
1857 - resolves: #751397
1858
1859 * Wed Oct 26 2011 Andreas Schneider <asn@redhat.com> - 1:3.6.1-74
1860 - Update to 3.6.1
1861
1862 * Tue Oct 04 2011 Guenther Deschner <gdeschner@redhat.com> - 1:3.6.0-73
1863 - Fix nmbd startup
1864 - resolves: #741630
1865
1866 * Tue Sep 20 2011 Tom Callaway <spot@fedoraproject.org> - 1:3.6.0-72
1867 - convert to systemd
1868 - restore epoch from f15
1869
1870 * Sat Aug 13 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0-71
1871 - Update to 3.6.0 final
1872
1873 * Sun Jul 31 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0rc3-70
1874 - Update to 3.6.0rc3
1875
1876 * Tue Jun 07 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0rc2-69
1877 - Update to 3.6.0rc2
1878
1879 * Tue May 17 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0rc1-68
1880 - Update to 3.6.0rc1
1881
1882 * Wed Apr 27 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre3-67
1883 - Update to 3.6.0pre3
1884
1885 * Wed Apr 13 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre2-66
1886 - Update to 3.6.0pre2
1887
1888 * Fri Mar 11 2011 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre1-65
1889 - Enable quota support
1890
1891 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.6.0-64pre1.1
1892 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1893
1894 * Wed Nov 24 2010 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre1-64
1895 - Add %%ghost entry for /var/run using tmpfs
1896 - resolves: #656685
1897
1898 * Thu Aug 26 2010 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre1-63
1899 - Put winbind krb5 locator plugin into a separate rpm
1900 - resolves: #627181
1901
1902 * Tue Aug 03 2010 Guenther Deschner <gdeschner@redhat.com> - 3.6.0pre1-62
1903 - Update to 3.6.0pre1
1904
1905 * Wed Jun 23 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.4-61
1906 - Update to 3.5.4
1907
1908 * Wed May 19 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.3-60
1909 - Update to 3.5.3
1910 - Make sure nmb and smb initscripts return LSB compliant return codes
1911 - Fix winbind over ipv6
1912
1913 * Wed Apr 07 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.2-59
1914 - Update to 3.5.2
1915
1916 * Mon Mar 08 2010 Simo Sorce <ssorce@redhat.com> - 3.5.1-58
1917 - Security update to 3.5.1
1918 - Fixes CVE-2010-0728
1919
1920 * Mon Mar 08 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.0-57
1921 - Remove cifs.upcall and mount.cifs entirely
1922
1923 * Mon Mar 01 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.0-56
1924 - Update to 3.5.0
1925
1926 * Fri Feb 19 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.0rc3-55
1927 - Update to 3.5.0rc3
1928
1929 * Tue Jan 26 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.0rc2-54
1930 - Update to 3.5.0rc2
1931
1932 * Fri Jan 15 2010 Jeff Layton <jlayton@redhat.com> - 3.5.0rc1-53
1933 - separate out CIFS tools into cifs-utils package
1934
1935 * Fri Jan 08 2010 Guenther Deschner <gdeschner@redhat.com> - 3.5.0rc1-52
1936 - Update to 3.5.0rc1
1937
1938 * Tue Dec 15 2009 Guenther Deschner <gdeschner@redhat.com> - 3.5.0pre2-51
1939 - Update to 3.5.0pre2
1940 - Remove umount.cifs
1941
1942 * Wed Nov 25 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.3-49
1943 - Various updates to inline documentation in default smb.conf file
1944 - resolves: #483703
1945
1946 * Thu Oct 29 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.3-48
1947 - Update to 3.4.3
1948
1949 * Fri Oct 09 2009 Simo Sorce <ssorce@redhat.com> - 3.4.2-47
1950 - Spec file cleanup
1951 - Fix sources upstream location
1952 - Remove conditionals to build talloc and tdb, now they are completely indepent
1953   packages in Fedora
1954 - Add defattr() where missing
1955 - Turn all tabs into 4 spaces
1956 - Remove unused migration script
1957 - Split winbind-clients out of main winbind package to avoid multilib to include
1958   huge packages for no good reason
1959
1960 * Thu Oct 01 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.2-0.46
1961 - Update to 3.4.2
1962 - Security Release, fixes CVE-2009-2813, CVE-2009-2948 and CVE-2009-2906
1963
1964 * Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 3.4.1-0.45
1965 - Use password-auth common PAM configuration instead of system-auth
1966
1967 * Wed Sep 09 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.1-0.44
1968 - Update to 3.4.1
1969
1970 * Thu Aug 20 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.43
1971 - Fix cli_read()
1972 - resolves: #516165
1973
1974 * Thu Aug 06 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.42
1975 - Fix required talloc version number
1976 - resolves: #516086
1977
1978 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:3.4.0-0.41.1
1979 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1980
1981 * Fri Jul 17 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.41
1982 - Fix Bug #6551 (vuid and tid not set in sessionsetupX and tconX)
1983 - Specify required talloc and tdb version for BuildRequires
1984
1985 * Fri Jul 03 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0-0.40
1986 - Update to 3.4.0
1987
1988 * Fri Jun 19 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0rc1-0.39
1989 - Update to 3.4.0rc1
1990
1991 * Mon Jun 08 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0pre2-0.38
1992 - Update to 3.4.0pre2
1993
1994 * Thu Apr 30 2009 Guenther Deschner <gdeschner@redhat.com> - 3.4.0pre1-0.37
1995 - Update to 3.4.0pre1
1996
1997 * Wed Apr 29 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.4-0.36
1998 - Update to 3.3.4
1999
2000 * Mon Apr 20 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.3-0.35
2001 - Enable build of idmap_tdb2 for clustered setups
2002
2003 * Wed Apr  1 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.3-0.34
2004 - Update to 3.3.3
2005
2006 * Thu Mar 26 2009 Simo Sorce <ssorce@redhat.com> - 3.3.2-0.33
2007 - Fix nmbd init script nmbd reload was causing smbd not nmbd to reload the
2008   configuration
2009 - Fix upstream bug 6224, nmbd was waiting 5+ minutes before running elections on
2010   startup, causing your own machine not to show up in the network for 5 minutes
2011   if it was the only client in that workgroup (fix committed upstream)
2012
2013 * Thu Mar 12 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.2-0.31
2014 - Update to 3.3.2
2015 - resolves: #489547
2016
2017 * Thu Mar  5 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.1-0.30
2018 - Add libcap-devel to requires list (resolves: #488559)
2019
2020 * Tue Mar  3 2009 Simo Sorce <ssorce@redhat.com> - 3.3.1-0.29
2021 - Make the talloc and ldb packages optionsl and disable their build within
2022   the samba3 package, they are now built as part of the samba4 package
2023   until they will both be released as independent packages.
2024
2025 * Wed Feb 25 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.1-0.28
2026 - Enable cluster support
2027
2028 * Tue Feb 24 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.1-0.27
2029 - Update to 3.3.1
2030
2031 * Sat Feb 21 2009 Simo Sorce <ssorce@redhat.com> - 3.3.0-0.26
2032 - Rename ldb* tools to ldb3* to avoid conflicts with newer ldb releases
2033
2034 * Tue Feb  3 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.0-0.25
2035 - Update to 3.3.0 final
2036 - Add upstream fix for ldap connections to AD (Bug #6073)
2037 - Remove bogus perl dependencies (resolves: #473051)
2038
2039 * Fri Nov 28 2008 Guenther Deschner <gdeschner@redhat.com> - 3.3.0-0rc1.24
2040 - Update to 3.3.0rc1
2041
2042 * Thu Nov 27 2008 Simo Sorce <ssorce@redhat.com> - 3.2.5-0.23
2043 - Security Release, fixes CVE-2008-4314
2044
2045 * Thu Sep 18 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.4-0.22
2046 - Update to 3.2.4
2047 - resolves: #456889
2048 - move cifs.upcall to /usr/sbin
2049
2050 * Wed Aug 27 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.3-0.21
2051 - Security fix for CVE-2008-3789
2052
2053 * Mon Aug 25 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.2-0.20
2054 - Update to 3.2.2
2055
2056 * Mon Aug 11 2008 Simo Sorce <ssorce@redhat.com> - 3.2.1-0.19
2057 - Add fix for CUPS problem, fixes bug #453951
2058
2059 * Wed Aug  6 2008 Simo Sorce <ssorce@redhat.com> - 3.2.1-0.18
2060 - Update to 3.2.1
2061
2062 * Tue Jul  1 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-2.17
2063 - Update to 3.2.0 final
2064 - resolves: #452622
2065
2066 * Tue Jun 10 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc2.16
2067 - Update to 3.2.0rc2
2068 - resolves: #449522
2069 - resolves: #448107
2070
2071 * Fri May 30 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc1.15
2072 - Fix security=server
2073 - resolves: #449038, #449039
2074
2075 * Wed May 28 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc1.14
2076 - Add fix for CVE-2008-1105
2077 - resolves: #446724
2078
2079 * Fri May 23 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc1.13
2080 - Update to 3.2.0rc1
2081
2082 * Wed May 21 2008 Simo Sorce <ssorce@redhat.com> - 3.2.0-1.pre3.12
2083 - make it possible to print against Vista and XP SP3 as servers
2084 - resolves: #439154
2085
2086 * Thu May 15 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre3.11
2087 - Add "net ads join createcomputer=ou1/ou2/ou3" fix (BZO #5465)
2088
2089 * Fri May 09 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre3.10
2090 - Add smbclient fix (BZO #5452)
2091
2092 * Fri Apr 25 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre3.9
2093 - Update to 3.2.0pre3
2094
2095 * Tue Mar 18 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.8
2096 - Add fixes for libsmbclient and support for r/o relocations
2097
2098 * Mon Mar 10 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.7
2099 - Fix libnetconf, libnetapi and msrpc DSSETUP call
2100
2101 * Thu Mar 06 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.6
2102 - Create separate packages for samba-winbind and samba-winbind-devel
2103 - Add cifs.spnego helper
2104
2105 * Wed Mar 05 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.3
2106 - Update to 3.2.0pre2
2107 - Add talloc and tdb lib and devel packages
2108 - Add domainjoin-gui package
2109
2110 * Fri Feb 22 2008 Simo Sorce <ssorce@redhat.com> - 3.2.0-0.pre1.3
2111 - Try to fix GCC 4.3 build
2112 - Add --with-dnsupdate flag and also make sure other flags are required just to
2113   be sure the features are included without relying on autodetection to be
2114   successful
2115
2116 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:3.2.0-1.pre1.2
2117 - Autorebuild for GCC 4.3
2118
2119 * Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 3.2.0-0.pre1.2
2120 - Rebuild for openldap bump
2121
2122 * Thu Oct 18 2007 Guenther Deschner <gdeschner@redhat.com> 3.2.0-0.pre1.1.fc9
2123 - 32/64bit padding fix (affects multilib installations)
2124
2125 * Mon Oct 8 2007 Simo Sorce <ssorce@redhat.com> 3.2.0-0.pre1.fc9
2126 - New major relase, minor switched from 0 to 2
2127 - License change, the code is now GPLv3+
2128 - Numerous improvements and bugfixes included
2129 - package libsmbsharemodes too
2130 - remove smbldap-tools as they are already packaged separately in Fedora
2131 - Fix bug 245506 
2132
2133 * Tue Oct 2 2007 Simo Sorce <ssorce@redhat.com> 3.0.26a-1.fc8
2134 - rebuild with AD DNS Update support
2135
2136 * Tue Sep 11 2007 Simo Sorce <ssorce@redhat.com> 3.0.26a-0.fc8
2137 - upgrade to the latest upstream realease
2138 - includes security fixes released today in 3.0.26
2139
2140 * Fri Aug 24 2007 Simo Sorce <ssorce@redhat.com> 3.0.25c-4.fc8
2141 - add fix reported upstream for heavy idmap_ldap memleak
2142
2143 * Tue Aug 21 2007 Simo Sorce <ssorce@redhat.com> 3.0.25c-3.fc8
2144 - fix a few places were "open" is used an interfere with the new glibc
2145
2146 * Tue Aug 21 2007 Simo Sorce <ssorce@redhat.com> 3.0.25c-2.fc8
2147 - remove old source
2148 - add patch to fix samba bugzilla 4772
2149
2150 * Tue Aug 21 2007 Guenther Deschner <gdeschner@redhat.com> 3.0.25c-0.fc8
2151 - update to 3.0.25c
2152
2153 * Fri Jun 29 2007 Simo Sorce <ssorce@redhat.com> 3.0.25b-3.fc8
2154 - handle cases defined in #243766
2155
2156 * Tue Jun 26 2007 Simo Sorce <ssorce@redhat.com> 3.0.25b-2.fc8
2157 - update to 3.0.25b
2158 - better error codes for init scripts: #244823
2159
2160 * Tue May 29 2007 GĂĽnther Deschner <gdeschner@redhat.com>
2161 - fix pam_smbpass patch.
2162
2163 * Fri May 25 2007 Simo Sorce <ssorce@redhat.com>
2164 - update to 3.0.25a as it contains many fixes
2165 - add a fix for pam_smbpass made by GĂĽnther but committed upstream after 3.0.25a was cut.
2166
2167 * Mon May 14 2007 Simo Sorce <ssorce@redhat.com>
2168 - final 3.0.25
2169 - includes security fixes for CVE-2007-2444,CVE-2007-2446,CVE-2007-2447
2170
2171 * Mon Apr 30 2007 GĂĽnther Deschner <gdeschner@redhat.com>
2172 - move to 3.0.25rc3
2173
2174 * Thu Apr 19 2007 Simo Sorce <ssorce@redhat.com>
2175 - fixes in the spec file
2176 - moved to 3.0.25rc1
2177 - addedd patches (merged upstream so they will be removed in 3.0.25rc2)
2178
2179 * Wed Apr 4 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-12.fc7
2180 - fixes in smb.conf
2181 - advice in smb.conf to put scripts in /var/lib/samba/scripts
2182 - create /var/lib/samba/scripts so that selinux can be happy
2183 - fix Vista problems with msdfs errors
2184
2185 * Tue Apr 03 2007 Guenther Deschner <gdeschner@redhat.com> 3.0.24-11.fc7
2186 - enable PAM and NSS dlopen checks during build
2187 - fix unresolved symbols in libnss_wins.so (bug #198230)
2188
2189 * Fri Mar 30 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-10.fc7
2190 - set passdb backend = tdbsam as default in smb.conf
2191 - remove samba-docs dependency from swat, that was a mistake
2192 - put back COPYING and other files in samba-common
2193 - put examples in samba not in samba-docs
2194 - leave only stuff under docs/ in samba-doc
2195
2196 * Thu Mar 29 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-9.fc7
2197 - integrate most of merge review proposed changes (bug #226387)
2198 - remove libsmbclient-devel-static and simply stop shipping the
2199   static version of smbclient as it seem this is deprecated and
2200   actively discouraged
2201
2202 * Wed Mar 28 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-8.fc7
2203 - fix for bug #176649
2204
2205 * Mon Mar 26 2007 Simo Sorce <ssorce@redhat.com>
2206 - remove patch for bug 106483 as it introduces a new bug that prevents
2207   the use of a credentials file with the smbclient tar command
2208 - move the samba private dir from being the same as the config dir
2209   (/etc/samba) to /var/lib/samba/private
2210
2211 * Mon Mar 26 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-7.fc7
2212 - make winbindd start earlier in the init process, at the same time
2213   ypbind is usually started as well
2214 - add a sepoarate init script for nmbd called nmb, we need to be able
2215   to restart nmbd without dropping al smbd connections unnecessarily
2216
2217 * Fri Mar 23 2007 Simo Sorce <ssorce@redhat.com>
2218 - add samba.schema to /etc/openldap/schema
2219
2220 * Thu Mar 22 2007 Florian La Roche <laroche@redhat.com>
2221 - adjust the Requires: for the scripts, add "chkconfig --add smb"
2222
2223 * Tue Mar 20 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-6.fc7
2224 - do not put comments inline on smb.conf options, they may be read
2225   as part of the value (for example log files names)
2226
2227 * Mon Mar 19 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-5.fc7
2228 - actually use the correct samba.pamd file not the old samba.pamd.stack file
2229 - fix logifles and use upstream convention of log.* instead of our old *.log
2230   Winbindd creates its own log.* files anyway so we will be more consistent
2231 - install our own (enhanced) default smb.conf file
2232 - Fix pam_winbind acct_mgmt PAM result code (prevented local users from
2233   logging in). Fixed by Guenther.
2234 - move some files from samba to samba-common as they are used with winbindd
2235   as well
2236
2237 * Fri Mar 16 2007 Guenther Deschner <gdeschner@redhat.com> 3.0.24-4.fc7
2238 - fix arch macro which reported Vista to Samba clients.
2239
2240 * Thu Mar 15 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-3.fc7
2241 - Directories reorg, tdb files must go to /var/lib, not
2242   to /var/cache, add migration script in %%post common
2243 - Split out libsmbclient, devel and doc packages
2244 - Remove libmsrpc.[h|so] for now as they are not really usable
2245 - Remove kill -HUP from rotate, samba use -HUP for other things
2246   noit to reopen logs
2247
2248 * Tue Feb 20 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-2.fc7
2249 - New upstream release
2250 - Fix packaging issue wrt idmap modules used only by smbd
2251 - Addedd Vista Patchset for compatibility with Windows Vista
2252 - Change default of "msdfs root", it seem to cause problems with
2253   some applications and it has been proposed to change it for
2254   3.0.25 upstream
2255
2256 * Fri Sep 1 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23c-2
2257 - New upstream release.
2258
2259 * Tue Aug 8 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23b-2
2260 - New upstream release.
2261
2262 * Mon Jul 24 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23a-3
2263 - Fix the -logfiles patch to close
2264   bz#199607 Samba compiled with wrong log path.
2265   bz#199206 smb.conf has incorrect log file path
2266
2267 * Mon Jul 24 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23a-2
2268 - Upgrade to new upstream 3.0.23a
2269 - include upstream samr_alias patch
2270
2271 * Tue Jul 11 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23-2
2272 - New upstream release.
2273 - Use modified filter-requires-samba.sh from packaging/RHEL/setup/
2274   to get rid of bogus dependency on perl(Unicode::MapUTF8)
2275 - Update the -logfiles and -smb.conf patches to work with 3.0.23
2276
2277 * Thu Jul 6 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23-0.RC3
2278 - New upstream RC release.
2279 - Update the -logfiles, and -passwd patches for
2280   3.0.23rc3
2281 - Include the change to smb.init from Bastien Nocera <bnocera@redhat.com>)
2282   to close
2283   bz#182560 Wrong retval for initscript when smbd is dead
2284 - Update this spec file to build with 3.0.23rc3
2285 - Remove the -install.mount.smbfs patch, since we don't install
2286   mount.smbfs any more.
2287
2288 * Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 2.0.21c-3
2289 - rebuilt with new gnutls
2290
2291 * Fri Mar 17 2006 Jay Fenlason <fenlason@redhat.com> 2.0.21c-2
2292 - New upstream version.
2293
2294 * Mon Feb 13 2006 Jay Fenlason <fenlason@redhat.com> 3.0.21b-2
2295 - New upstream version.
2296 - Since the rawhide kernel has dropped support for smbfs, remove smbmount
2297   and smbumount.  Users should use mount.cifs instead.
2298 - Upgrade to 3.0.21b
2299
2300 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0:3.0.20b-2.1.1
2301 - bump again for double-long bug on ppc(64)
2302
2303 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2304 - rebuilt
2305
2306 * Sun Nov 13 2005 Jay Fenlason <fenlason@redhat.com> 3.0.20b-2
2307 - turn on -DLDAP_DEPRECATED to allow access to ldap functions that have
2308   been depricated in 2.3.11, but which don't have well-documented
2309   replacements (ldap_simple_bind_s(), for example).
2310 - Upgrade to 3.0.20b, which includes all the previous upstream patches.
2311 - Updated the -warnings patch for 3.0.20a.
2312 - Include  --with-shared-modules=idmap_ad,idmap_rid to close
2313   bz#156810 --with-shared-modules=idmap_ad,idmap_rid
2314 - Include the new samba.pamd from Tomas Mraz (tmraz@redhat.com) to close
2315   bz#170259 pam_stack is deprecated
2316
2317 * Sun Nov 13 2005 Warren Togami <wtogami@redhat.com> 3.0.20-3
2318 - epochs from deps, req exact release
2319 - rebuild against new openssl
2320
2321 * Mon Aug 22 2005 Jay Fenlason <fenlason@redhat.com> 3.0.20-2
2322 - New upstream release
2323   Includes five upstream patches -bug3010_v1, -groupname_enumeration_v3,
2324     -regcreatekey_winxp_v1, -usrmgr_groups_v1, and -winbindd_v1
2325   This obsoletes the -pie and -delim patches
2326   the -warning and -gcc4 patches are obsolete too
2327   The -man, -passwd, and -smbspool patches were updated to match 3.0.20pre1
2328   Also, the -quoting patch was implemented differently upstream
2329   There is now a umount.cifs executable and manpage
2330   We run autogen.sh as part of the build phase
2331   The testprns command is now gone
2332   libsmbclient now has a man page
2333 - Include -bug106483 patch to close
2334   bz#106483 smbclient: -N negates the provided password, despite documentation
2335 - Added the -warnings patch to quiet some compiler warnings.
2336 - Removed many obsolete patches from CVS.
2337
2338 * Mon May 2 2005 Jay Fenlason <fenlason@redhat.com> 3.0.14a-2
2339 - New upstream release.
2340 - the -64bit-timestamps, -clitar, -establish_trust, user_rights_v1,
2341   winbind_find_dc_v2 patches are now obsolete.
2342
2343 * Thu Apr 7 2005 Jay Fenlason <fenlason@redhat.com> 3.0.13-2
2344 - New upstream release
2345 - add my -quoting patch, to fix swat with strings that contain
2346   html meta-characters, and to use correct quote characters in
2347   lists, closing bz#134310
2348 - include the upstream winbindd_2k3sp1 patch
2349 - include the -smbclient patch.
2350 - include the -hang patch from upstream.
2351
2352 * Thu Mar 24 2005 Florian La Roche <laroche@redhat.com>
2353 - add a "exit 0" to the postun of the main samba package
2354
2355 * Wed Mar  2 2005 Tomas Mraz <tmraz@redhat.com> 3.0.11-5
2356 - rebuild with openssl-0.9.7e
2357
2358 * Thu Feb 24 2005 Jay Fenlason <fenlason@redhat.com> 3.0.11-4
2359 - Use the updated filter-requires-samba.sh file, so we don't accidentally
2360   pick up a dependency on perl(Crypt::SmbHash)
2361
2362 * Fri Feb 18 2005 Jay Fenlason <fenlason@redhat.com> 3.0.11-3
2363 - add -gcc4 patch to compile with gcc 4.
2364 - remove the now obsolete -smbclient-kerberos.patch
2365 - Include four upstream patches from
2366   http://samba.org/~jerry/patches/post-3.0.11/
2367   (Slightly modified the winbind_find_dc_v2 patch to apply easily with
2368   rpmbuild).
2369
2370 * Fri Feb 4 2005 Jay Fenlason <fenlason@redhat.com> 3.0.11-2
2371 - include -smbspool patch to close bz#104136
2372
2373 * Wed Jan 12 2005 Jay Fenlason <fenlason@redhat.com> 3.0.10-4
2374 - Update the -man patch to fix ntlm_auth.1 too.
2375 - Move pam_smbpass.so to the -common package, so both the 32
2376   and 64-bit versions will be installed on multiarch platforms.
2377   This closes bz#143617
2378 - Added new -delim patch to fix mount.cifs so it can accept
2379   passwords with commas in them (via environment or credentials
2380   file) to close bz#144198
2381
2382 * Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 3.0.10-3
2383 - Rebuilt for new readline.
2384
2385 * Fri Dec 17 2004 Jay Fenlason <fenlason@redhat.com> 3.0.10-2
2386 - New upstream release that closes CAN-2004-1154  bz#142544
2387 - Include the -64bit patch from Nalin.  This closes bz#142873
2388 - Update the -logfiles patch to work with 3.0.10
2389 - Create /var/run/winbindd and make it part of the -common rpm to close
2390   bz#142242
2391
2392 * Mon Nov 22 2004 Jay Fenlason <fenlason@redhat.com> 3.0.9-2
2393 - New upstream release.  This obsoletes the -secret patch.
2394   Include my changetrustpw patch to make "net ads changetrustpw" stop
2395   aborting.  This closes #134694
2396 - Remove obsolete triggers for ancient samba versions.
2397 - Move /var/log/samba to the -common rpm.  This closes #76628
2398 - Remove the hack needed to get around the bad docs files in the
2399   3.0.8 tarball.
2400 - Change the comment in winbind.init to point at the correct pidfile.
2401   This closes #76641
2402
2403 * Mon Nov 22 2004 Than Ngo <than@redhat.com> 3.0.8-4
2404 - fix unresolved symbols in libsmbclient which caused applications
2405   such as KDE's konqueror to fail when accessing smb:// URLs. #139894
2406
2407 * Thu Nov 11 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-3.1
2408 - Rescue the install.mount.smbfs patch from Juanjo Villaplana
2409   (villapla@si.uji.es) to prevent building the srpm from trashing your
2410   installed /usr/bin/smbmount
2411
2412 * Tue Nov 9 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-3
2413 - Include the corrected docs tarball, and use it instead of the
2414   obsolete docs from the upstream 3.0.8 tarball.
2415 - Update the logfiles patch to work with the updated docs.
2416
2417 * Mon Nov 8 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-2
2418 - New upstream version fixes CAN-2004-0930.  This obsoletes the
2419   disable-sendfile, salt, signing-shortkey and fqdn patches.
2420 - Add my <fenlason@redhat.com> ugly non-ascii-domain patch.
2421 - Updated the pie patch for 3.0.8.
2422 - Updated the logfiles patch for 3.0.8.
2423
2424 * Tue Oct 26 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre2
2425 - New upstream version
2426 - Add Nalin's signing-shortkey patch.
2427
2428 * Tue Oct 19 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1.3
2429 - disable the -salt patch, because it causes undefined references in
2430   libsmbclient that prevent gnome-vfs from building.
2431
2432 * Fri Oct 15 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1.2
2433 - Re-enable the x_fclose patch that was accidentally disabled
2434   in 3.0.8-0.pre1.1.  This closes #135832
2435 - include Nalin's -fqdn and -salt patches.
2436
2437 * Wed Oct 13 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1.1
2438 - Include disable-sendfile patch to default "use sendfile" to "no".
2439   This closes #132779
2440
2441 * Wed Oct 6 2004 Jay Fenlason <fenlason@redhat.com>
2442 - Include patch from Steven Lawrance (slawrance@yahoo.com) that modifies
2443   smbmnt to work with 32-bit uids.
2444
2445 * Mon Sep 27 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1
2446 - new upstream release.  This obsoletes the ldapsam_compat patches.
2447
2448 * Wed Sep 15 2004 Jay Fenlason <fenlason@redhat.com> 3.0.7-4
2449 - Update docs section to not carryover the docs/manpages directory
2450   This moved many files from /usr/share/doc/samba-3.0.7/docs/* to
2451   /usr/share/doc/samba-3.0.7/*
2452 - Modify spec file as suggested by Rex Dieter (rdieter@math.unl.edu)
2453   to correctly create libsmbclient.so.0 and to use %%_initrddir instead
2454   of rolling our own.  This closes #132642
2455 - Add patch to default "use sendfile" to no, since sendfile appears to
2456   be broken
2457 - Add patch from Volker Lendecke <vl@samba.org> to help make
2458   ldapsam_compat work again.
2459 - Add patch from "Vince Brimhall" <vbrimhall@novell.com> for ldapsam_compat
2460   These two patches close bugzilla #132169
2461
2462 * Mon Sep 13 2004 Jay Fenlason <fenlason@redhat.com> 3.0.7-3
2463 - Upgrade to 3.0.7, which fixes CAN-2004-0807 CAN-2004-0808
2464   This obsoletes the 3.0.6-schema patch.
2465 - Update BuildRequires line to include openldap-devel openssl-devel
2466   and cups-devel
2467
2468 * Mon Aug 16 2004 Jay Fenlason <fenlason@redhat.com> 3.0.6-3
2469 - New upstream version.
2470 - Include post 3.0.6 patch from "Gerald (Jerry) Carter" <jerry@samba.org>
2471   to fix a duplicate in the LDAP schema.
2472 - Include 64-bit timestamp patch from Ravikumar (rkumar@hp.com)
2473   to allow correct timestamp handling on 64-bit platforms and fix #126109.
2474 - reenable the -pie patch.  Samba is too widely used, and too vulnerable
2475   to potential security holes to disable an important security feature
2476   like -pie.  The correct fix is to have the toolchain not create broken
2477   executables when programs compiled -pie are stripped.
2478 - Remove obsolete patches.
2479 - Modify this spec file to put libsmbclient.{a,so} in the right place on
2480   x86_64 machines.
2481
2482 * Thu Aug  5 2004 Jason Vas Dias <jvdias@redhat.com> 3.0.5-3
2483 - Removed '-pie' patch - 3.0.5 uses -fPIC/-PIC, and the combination
2484 - resulted in executables getting corrupt stacks, causing smbmnt to
2485 - get a SIGBUS in the mount() call (bug 127420).
2486
2487 * Fri Jul 30 2004 Jay Fenlason <fenlason@redhat.com> 3.0.5-2
2488 - Upgrade to 3.0.5, which is a regression from 3.0.5pre1 for a
2489   security fix.
2490 - Include the 3.0.4-backport patch from the 3E branch.  This restores
2491   some of the 3.0.5pre1 and 3.0.5rc1 functionality.
2492
2493 * Tue Jul 20 2004 Jay Fenlason <fenlason@redhat.com> 3.0.5-0.pre1.1
2494 - Backport base64_decode patche to close CAN-2004-0500
2495 - Backport hash patch to close CAN-2004-0686
2496 - use_authtok patch from Nalin Dahyabhai <nalin@redhat.com>
2497 - smbclient-kerberos patch from Alexander Larsson <alexl@redhat.com>
2498 - passwd patch uses "*" instead of "x" for "hashed" passwords for
2499   accounts created by winbind.  "x" means "password is in /etc/shadow" to
2500   brain-damaged pam_unix module.
2501
2502 * Fri Jul 2 2004 Jay Fenlason <fenlason@redhat.com> 3.0.5.0pre1.0
2503 - New upstream version
2504 - use %% { SOURCE1 } instead of a hardcoded path
2505 - include -winbind patch from Gerald (Jerry) Carter (jerry@samba.org)
2506   https://bugzilla.samba.org/show_bug.cgi?id=1315
2507   to make winbindd work against Windows versions that do not have
2508   128 bit encryption enabled.
2509 - Moved %%{_bindir}/net to the -common package, so that folks who just
2510   want to use winbind, etc don't have to install -client in order to
2511   "net join" their domain.
2512 - New upstream version obsoletes the patches added in 3.0.3-5
2513 - Remove smbgetrc.5 man page, since we don't ship smbget.
2514
2515 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
2516 - rebuilt
2517
2518 * Tue May 4 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-5
2519 - Patch to allow password changes from machines patched with
2520   Microsoft hotfix MS04-011.
2521 - Include patches for https://bugzilla.samba.org/show_bug.cgi?id=1302
2522   and https://bugzilla.samba.org/show_bug.cgi?id=1309
2523
2524 * Thu Apr 29 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-4
2525 - Samba 3.0.3 released.
2526
2527 * Wed Apr 21 2004 jay Fenlason <fenlason@redhat.com> 3.0.3-3.rc1
2528 - New upstream version
2529 - updated spec file to make libsmbclient.so executable.  This closes
2530   bugzilla #121356
2531
2532 * Mon Apr 5 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-2.pre2
2533 - New upstream version  
2534 - Updated configure line to remove --with-fhs and to explicitly set all
2535   the directories that --with-fhs was setting.  We were overriding most of
2536   them anyway.  This closes #118598
2537
2538 * Mon Mar 15 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-1.pre1
2539 - New upstream version.
2540 - Updated -pie and -logfiles patches for 3.0.3pre1
2541 - add krb5-devel to buildrequires, fixes #116560
2542 - Add patch from Miloslav Trmac (mitr@volny.cz) to allow non-root to run
2543   "service smb status".  This fixes #116559
2544
2545 * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
2546 - rebuilt
2547
2548 * Mon Feb 16 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2a-1
2549 - Upgrade to 3.0.2a
2550
2551 * Mon Feb 16 2004 Karsten Hopp <karsten@redhat.de> 3.0.2-7 
2552 - fix ownership in -common package
2553
2554 * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
2555 - rebuilt
2556
2557 * Fri Feb 13 2004 Jay Fenlason <fenlason@redhat.com>
2558 - Change all requires lines to list an explicit epoch.  Closes #102715
2559 - Add an explicit Epoch so that %%{epoch} is defined.
2560
2561 * Mon Feb 9 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2-5
2562 - New upstream version: 3.0.2 final includes security fix for #114995
2563   (CAN-2004-0082)
2564 - Edit postun script for the -common package to restart winbind when
2565   appropriate.  Fixes bugzilla #114051.
2566
2567 * Mon Feb 2 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2-3rc2
2568 - add %%dir entries for %%{_libdir}/samba and %%{_libdir}/samba/charset
2569 - Upgrade to new upstream version
2570 - build mount.cifs for the new cifs filesystem in the 2.6 kernel.
2571
2572 * Mon Jan 19 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2-1rc1
2573 - Upgrade to new upstream version
2574
2575 * Wed Dec 17 2003 Felipe Alfaro Solana <felipe_alfaro@linuxmail.org> 3.0.1-1
2576 - Update to 3.0.1
2577 - Removed testparm patch as it's already merged
2578 - Removed Samba.7* man pages
2579 - Fixed .buildroot patch
2580 - Fixed .pie patch
2581 - Added new /usr/bin/tdbdump file
2582
2583 * Thu Sep 25 2003 Jay Fenlason <fenlason@redhat.com> 3.0.0-15
2584 - New 3.0.0 final release
2585 - merge nmbd-netbiosname and testparm patches from 3E branch
2586 - updated the -logfiles patch to work against 3.0.0
2587 - updated the pie patch
2588 - update the VERSION file during build
2589 - use make -j if avaliable
2590 - merge the winbindd_privileged change from 3E
2591 - merge the "rm /usr/lib" patch that allows Samba to build on 64-bit
2592   platforms despite the broken Makefile
2593
2594 * Mon Aug 18 2003 Jay Fenlason <fenlason@redhat.com>
2595 - Merge from samba-3E-branch after samba-3.0.0rc1 was released
2596
2597 * Wed Jul 23 2003 Jay Fenlason <fenlason@redhat.com> 3.0.0-3beta3
2598 - Merge from 3.0.0-2beta3.3E
2599 - (Correct log file names (#100981).)
2600 - (Fix pidfile directory in samab.log)
2601 - (Remove obsolete samba-3.0.0beta2.tar.bz2.md5 file)
2602 - (Move libsmbclient to the -common package (#99449))
2603
2604 * Sun Jun 22 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.8a-4
2605 - rebuild
2606
2607 * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
2608 - rebuilt
2609
2610 * Wed May 28 2003 Jay Fenlason <fenlason@redhat.com> 2.2.8a-2
2611 - add libsmbclient.so for gnome-vfs-extras
2612 - Edit specfile to specify /var/run for pid files
2613 - Move /tmp/.winbindd/socket to /var/run/winbindd/socket
2614
2615 * Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
2616 - add proper ldconfig calls
2617
2618 * Thu Apr 24 2003 Jay Fenlason <fenlason@redhat.com> 2.2.8a-1
2619 - upgrade to 2.2.8a
2620 - remove old .md5 files
2621 - add "pid directory = /var/run" to the smb.conf file.  Fixes #88495
2622 - Patch from jra@dp.samba.org to fix a delete-on-close regression
2623
2624 * Mon Mar 24 2003 Jay Fenlason <fenlason@redhat.com> 2.2.8-0
2625 - Upgrade to 2.2.8
2626 - removed commented out patches.
2627 - removed old patches and .md5 files from the repository.
2628 - remove duplicate /sbin/chkconfig --del winbind which causes
2629   warnings when removing samba.
2630 - Fixed minor bug in smbprint that causes it to fail when called with
2631   more than 10 parameters: the accounting file (and spool directory
2632   derived from it) were being set wrong due to missing {}.  This closes
2633   bug #86473.
2634 - updated smb.conf patch, includes new defaults to close bug #84822.
2635
2636 * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
2637 - rebuilt
2638
2639 * Thu Feb 20 2003 Jonathan Blandford <jrb@redhat.com> 2.2.7a-5
2640 - remove swat.desktop file
2641
2642 * Thu Feb 20 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.7a-4
2643 - relink libnss_wins.so with SHLD="%%{__cc} -lnsl" to force libnss_wins.so to
2644   link with libnsl, avoiding unresolved symbol errors on functions in libnsl
2645
2646 * Mon Feb 10 2003 Jay Fenlason <fenlason@redhat.com> 2.2.7a-3
2647 - edited spec file to put .so files in the correct directories
2648   on 64-bit platforms that have 32-bit compatability issues
2649   (sparc64, x86_64, etc).  This fixes bugzilla #83782.
2650 - Added samba-2.2.7a-error.patch from twaugh.  This fixes
2651   bugzilla #82454.
2652
2653 * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
2654 - rebuilt
2655
2656 * Thu Jan  9 2003 Jay Fenlason <fenlason@redhat.com> 2.2.7a-1
2657 - Update to 2.2.7a
2658 - Change default printing system to CUPS
2659 - Turn on pam_smbpass
2660 - Turn on msdfs
2661
2662 * Sat Jan  4 2003 Jeff Johnson <jbj@redhat.com> 2.2.7-5
2663 - use internal dep generator.
2664
2665 * Sat Dec 14 2002 Tim Powers <timp@redhat.com> 2.2.7-4
2666 - don't use rpms internal dep generator
2667
2668 * Mon Dec 02 2002 Elliot Lee <sopwith@redhat.com> 2.2.7-3
2669 - Fix missing doc files.
2670 - Fix multilib issues
2671
2672 * Wed Nov 20 2002 Bill Nottingham <notting@redhat.com> 2.2.7-2
2673 - update to 2.2.7
2674 - add patch for LFS in smbclient (<tcallawa@redhat.com>)
2675
2676 * Wed Aug 28 2002 Trond Eivind Glomsød <teg@redhat.com> 2.2.5-10
2677 - logrotate fixes (#65007)
2678
2679 * Mon Aug 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-9
2680 - /usr/lib was used in place of %%{_libdir} in three locations (#72554)
2681
2682 * Mon Aug  5 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-8
2683 - Initscript fix (#70720)
2684
2685 * Fri Jul 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-7
2686 - Enable VFS support and compile the "recycling" module (#69796)
2687 - more selective includes of the examples dir 
2688
2689 * Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-6
2690 - Fix the lpq parser for better handling of LPRng systems (#69352)
2691
2692 * Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-5
2693 - desktop file fixes (#69505)
2694
2695 * Wed Jun 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-4
2696 - Enable ACLs
2697
2698 * Tue Jun 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-3
2699 - Make it not depend on Net::LDAP - those are doc files and examples
2700
2701 * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
2702 - automated rebuild
2703
2704 * Thu Jun 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-1
2705 - 2.2.5
2706
2707 * Fri Jun 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-5
2708 - Move the post/preun of winbind into the -common subpackage, 
2709   where the script is (#66128)
2710
2711 * Tue Jun  4 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-4
2712 - Fix pidfile locations so it runs properly again (2.2.4 
2713   added a new directtive - #65007)
2714
2715 * Thu May 23 2002 Tim Powers <timp@redhat.com>
2716 - automated rebuild
2717
2718 * Tue May 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-2
2719 - Fix #64804
2720
2721 * Thu May  9 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-1
2722 - 2.2.4
2723 - Removed some zero-length and CVS internal files
2724 - Make it build
2725
2726 * Wed Apr 10 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-6
2727 - Don't use /etc/samba.d in smbadduser, it should be /etc/samba
2728
2729 * Thu Apr  4 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-5
2730 - Add libsmbclient.a w/headerfile for KDE (#62202)
2731
2732 * Tue Mar 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-4
2733 - Make the logrotate script look the correct place for the pid files 
2734
2735 * Thu Mar 14 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2.3a-3
2736 - include interfaces.o in pam_smbpass.so, which needs symbols from interfaces.o
2737   (patch posted to samba-list by Ilia Chipitsine)
2738
2739 * Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-2
2740 - Rebuild
2741
2742 * Thu Feb  7 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-1
2743 - 2.2.3a
2744
2745 * Mon Feb  4 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3-1
2746 - 2.2.3
2747
2748 * Thu Nov 29 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-8
2749 - New pam configuration file for samba
2750
2751 * Tue Nov 27 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-7
2752 - Enable PAM session controll and password sync
2753
2754 * Tue Nov 13 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-6
2755 - Move winbind files to samba-common. Add separate initscript for
2756   winbind 
2757 - Fixes for winbind - protect global variables with mutex, use
2758   more secure getenv
2759
2760 * Thu Nov  8 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-5
2761 - Teach smbadduser about "getent passwd" 
2762 - Fix more pid-file references
2763 - Add (conditional) winbindd startup to the initscript, configured in
2764   /etc/sysconfig/samba
2765
2766 * Wed Nov  7 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-4
2767 - Fix pid-file reference in logrotate script
2768 - include pam and nss modules for winbind
2769
2770 * Mon Nov  5 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-3
2771 - Add "--with-utmp" to configure options (#55372)
2772 - Include winbind, pam_smbpass.so, rpcclient and smbcacls
2773 - start using /var/cache/samba, we need to keep state and there is
2774   more than just locks involved
2775
2776 * Sat Nov 03 2001 Florian La Roche <Florian.LaRoche@redhat.de> 2.2.2-2
2777 - add "reload" to the usage string in the startup script
2778
2779 * Mon Oct 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-1
2780 - 2.2.2
2781
2782 * Tue Sep 18 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1a-5
2783 - Add patch from Jeremy Allison to fix IA64 alignment problems (#51497)
2784
2785 * Mon Aug 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
2786 - Don't include smbpasswd in samba, it's in samba-common (#51598)
2787 - Add a disabled "obey pam restrictions" statement - it's not
2788   active, as we use encrypted passwords, but if the admin turns
2789   encrypted passwords off the choice is available. (#31351)
2790
2791 * Wed Aug  8 2001 Trond Eivind Glomsrød <teg@redhat.com>
2792 - Use /var/cache/samba instead of /var/lock/samba 
2793 - Remove "domain controller" keyword from smb.conf, it's 
2794   deprecated (from #13704)
2795 - Sync some examples with smb.conf.default
2796 - Fix password synchronization (#16987)
2797
2798 * Fri Jul 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
2799 - Tweaks of BuildRequires (#49581)
2800
2801 * Wed Jul 11 2001 Trond Eivind Glomsrød <teg@redhat.com>
2802 - 2.2.1a bugfix release
2803
2804 * Tue Jul 10 2001 Trond Eivind Glomsrød <teg@redhat.com>
2805 - 2.2.1, which should work better for XP
2806
2807 * Sat Jun 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
2808 - 2.2.0a security fix
2809 - Mark lograte and pam configuration files as noreplace
2810
2811 * Fri Jun 22 2001 Trond Eivind Glomsrød <teg@redhat.com>
2812 - Add the /etc/samba directory to samba-common
2813
2814 * Thu Jun 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
2815 - Add improvements to the smb.conf as suggested in #16931
2816
2817 * Tue Jun 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
2818 - (these changes are from the non-head version)
2819 - Don't include /usr/sbin/samba, it's the same as the initscript
2820 - unset TMPDIR, as samba can't write into a TMPDIR owned
2821   by root (#41193)
2822 - Add pidfile: lines for smbd and nmbd and a config: line
2823   in the initscript  (#15343)
2824 - don't use make -j
2825 - explicitly include /usr/share/samba, not just the files in it
2826
2827 * Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
2828 - mount.smb/mount.smbfs go in /sbin, *not* %%{_sbindir}
2829
2830 * Fri Jun  8 2001 Preston Brown <pbrown@redhat.com>
2831 - enable encypted passwords by default
2832
2833 * Thu Jun  7 2001 Helge Deller <hdeller@redhat.de> 
2834 - build as 2.2.0-1 release
2835 - skip the documentation-directories docbook, manpages and yodldocs
2836 - don't include *.sgml documentation in package
2837 - moved codepage-directory to /usr/share/samba/codepages
2838 - make it compile with glibc-2.2.3-10 and kernel-headers-2.4.2-2   
2839
2840 * Mon May 21 2001 Helge Deller <hdeller@redhat.de> 
2841 - updated to samba 2.2.0
2842 - moved codepages to %%{_datadir}/samba/codepages
2843 - use all available CPUs for building rpm packages
2844 - use %%{_xxx} defines at most places in spec-file
2845 - "License:" replaces "Copyright:"
2846 - dropped excludearch sparc
2847 - de-activated japanese patches 100 and 200 for now 
2848   (they need to be fixed and tested wth 2.2.0)
2849 - separated swat.desktop file from spec-file and added
2850   german translations
2851 - moved /etc/sysconfig/samba to a separate source-file
2852 - use htmlview instead of direct call to netscape in 
2853   swat.desktop-file
2854
2855 * Mon May  7 2001 Bill Nottingham <notting@redhat.com>
2856 - device-remove security fix again (<tridge@samba.org>)
2857
2858 * Fri Apr 20 2001 Bill Nottingham <notting@redhat.com>
2859 - fix tempfile security problems, officially (<tridge@samba.org>)
2860 - update to 2.0.8
2861
2862 * Sun Apr  8 2001 Bill Nottingham <notting@redhat.com>
2863 - turn of SSL, kerberos
2864
2865 * Thu Apr  5 2001 Bill Nottingham <notting@redhat.com>
2866 - fix tempfile security problems (patch from <Marcus.Meissner@caldera.de>)
2867
2868 * Thu Mar 29 2001 Bill Nottingham <notting@redhat.com>
2869 - fix quota support, and quotas with the 2.4 kernel (#31362, #33915)
2870
2871 * Mon Mar 26 2001 Nalin Dahyabhai <nalin@redhat.com>
2872 - tweak the PAM code some more to try to do a setcred() after initgroups()
2873 - pull in all of the optflags on i386 and sparc
2874 - don't explicitly enable Kerberos support -- it's only used for password
2875   checking, and if PAM is enabled it's a no-op anyway
2876
2877 * Mon Mar  5 2001 Tim Waugh <twaugh@redhat.com>
2878 - exit successfully from preun script (bug #30644).
2879
2880 * Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
2881 - rebuild in new environment
2882
2883 * Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
2884 - updated japanese stuff (#27683)
2885
2886 * Fri Feb  9 2001 Bill Nottingham <notting@redhat.com>
2887 - fix trigger (#26859)
2888
2889 * Wed Feb  7 2001 Bill Nottingham <notting@redhat.com>
2890 - add i18n support, japanese patch (#26253)
2891
2892 * Wed Feb  7 2001 Trond Eivind Glomsrød <teg@redhat.com>
2893 - i18n improvements in initscript (#26537)
2894
2895 * Wed Jan 31 2001 Bill Nottingham <notting@redhat.com>
2896 - put smbpasswd in samba-common (#25429)
2897
2898 * Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
2899 - new i18n stuff
2900
2901 * Sun Jan 21 2001 Bill Nottingham <notting@redhat.com>
2902 - rebuild
2903
2904 * Thu Jan 18 2001 Bill Nottingham <notting@redhat.com>
2905 - i18n-ize initscript
2906 - add a sysconfig file for daemon options (#23550)
2907 - clarify smbpasswd man page (#23370)
2908 - build with LFS support (#22388)
2909 - avoid extraneous pam error messages (#10666)
2910 - add Urban Widmark's bug fixes for smbmount (#19623)
2911 - fix setgid directory modes (#11911)
2912 - split swat into subpackage (#19706)
2913
2914 * Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
2915 - set a default CA certificate path in smb.conf (#19010)
2916 - require openssl >= 0.9.5a-20 to make sure we have a ca-bundle.crt file
2917
2918 * Mon Oct 16 2000 Bill Nottingham <notting@redhat.com>
2919 - fix swat only_from line (#18726, others)
2920 - fix attempt to write outside buildroot on install (#17943)
2921
2922 * Mon Aug 14 2000 Bill Nottingham <notting@redhat.com>
2923 - add smbspool back in (#15827)
2924 - fix absolute symlinks (#16125)
2925
2926 * Sun Aug 6 2000 Philipp Knirsch <pknirsch@redhat.com>
2927 - bugfix for smbadduser script (#15148)
2928
2929 * Mon Jul 31 2000 Matt Wilson <msw@redhat.com>
2930 - patch configure.ing (patch11) to disable cups test
2931 - turn off swat by default
2932
2933 * Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
2934 - fix condrestart stuff
2935
2936 * Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
2937 - add copytruncate to logrotate file (#14360)
2938 - fix init script (#13708)
2939
2940 * Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
2941 - move initscript back
2942 - remove 'Using Samba' book from %%doc 
2943 - move stuff to /etc/samba (#13708)
2944 - default configuration tweaks (#13704)
2945 - some logrotate tweaks
2946
2947 * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
2948 - automatic rebuild
2949
2950 * Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
2951 - fix logrotate script (#13698)
2952
2953 * Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
2954 - fix initscripts req (prereq /etc/init.d)
2955
2956 * Wed Jul 5 2000 Than Ngo <than@redhat.de>
2957 - add initdir macro to handle the initscript directory
2958 - add a new macro to handle /etc/pam.d/system-auth
2959
2960 * Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
2961 - enable Kerberos 5 and SSL support
2962 - patch for duplicate profile.h headers
2963
2964 * Thu Jun 29 2000 Bill Nottingham <notting@redhat.com>
2965 - fix init script
2966
2967 * Tue Jun 27 2000 Bill Nottingham <notting@redhat.com>
2968 - rename samba logs (#11606)
2969
2970 * Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
2971 - initscript munging
2972
2973 * Fri Jun 16 2000 Bill Nottingham <notting@redhat.com>
2974 - configure the swat stuff usefully
2975 - re-integrate some specfile tweaks that got lost somewhere
2976
2977 * Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
2978 - rebuild to get rid of cups dependency
2979
2980 * Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com>
2981 - tweak logrotate configurations to use the PID file in /var/lock/samba
2982
2983 * Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
2984 - rebuild in new environment
2985
2986 * Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
2987 - change PAM setup to use system-auth
2988
2989 * Mon May  8 2000 Bill Nottingham <notting@redhat.com>
2990 - fixes for ia64
2991
2992 * Sat May  6 2000 Bill Nottingham <notting@redhat.com>
2993 - switch to %%configure
2994
2995 * Wed Apr 26 2000 Nils Philippsen <nils@redhat.de>
2996 - version 2.0.7
2997
2998 * Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
2999 - simplify preun
3000
3001 * Thu Mar 16 2000 Bill Nottingham <notting@redhat.com>
3002 - fix yp_get_default_domain in autoconf
3003 - only link against readline for smbclient
3004 - fix log rotation (#9909)
3005
3006 * Fri Feb 25 2000 Bill Nottingham <notting@redhat.com>
3007 - fix trigger, again.
3008
3009 * Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
3010 - fix trigger.
3011
3012 * Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
3013 - turn on quota support
3014
3015 * Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
3016 - rebuild to fox dependencies
3017 - man pages are compressed
3018
3019 * Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
3020 - munge post scripts slightly
3021
3022 * Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
3023 - turn on mmap again. Wheee.
3024 - ship smbmount on alpha
3025
3026 * Mon Dec  6 1999 Bill Nottingham <notting@redhat.com>
3027 - turn off mmap. ;)
3028
3029 * Wed Dec  1 1999 Bill Nottingham <notting@redhat.com>
3030 - change /var/log/samba to 0700
3031 - turn on mmap support
3032
3033 * Thu Nov 11 1999 Bill Nottingham <notting@redhat.com>
3034 - update to 2.0.6
3035
3036 * Fri Oct 29 1999 Bill Nottingham <notting@redhat.com>
3037 - add a %%defattr for -common
3038
3039 * Tue Oct  5 1999 Bill Nottingham <notting@redhat.com>
3040 - shift some files into -client
3041 - remove /home/samba from package.
3042
3043 * Tue Sep 28 1999 Bill Nottingham <notting@redhat.com>
3044 - initscript oopsie. killproc <name> -HUP, not other way around.
3045
3046 * Sun Sep 26 1999 Bill Nottingham <notting@redhat.com>
3047 - script cleanups. Again.
3048
3049 * Wed Sep 22 1999 Bill Nottingham <notting@redhat.com>
3050 - add a patch to fix dropped reconnection attempts
3051
3052 * Mon Sep  6 1999 Jeff Johnson <jbj@redhat.com>
3053 - use cp rather than mv to preserve /etc/services perms (#4938 et al).
3054 - use mktemp to generate /etc/tmp.XXXXXX file name.
3055 - add prereqs on sed/mktemp/killall (need to move killall to /bin).
3056 - fix trigger syntax (i.e. "samba < 1.9.18p7" not "samba < samba-1.9.18p7")
3057
3058 * Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
3059 - sed "s|nawk|gawk|" /usr/bin/convert_smbpasswd
3060
3061 * Sat Aug 21 1999 Bill Nottingham <notting@redhat.com>
3062 - fix typo in mount.smb
3063
3064 * Fri Aug 20 1999 Bill Nottingham <notting@redhat.com>
3065 - add a %%trigger to work around (sort of) broken scripts in
3066   previous releases
3067
3068 * Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
3069 - initscript munging
3070
3071 * Mon Aug  9 1999 Bill Nottingham <notting@redhat.com>
3072 - add domain parsing to mount.smb
3073
3074 * Fri Aug  6 1999 Bill Nottingham <notting@redhat.com>
3075 - add a -common package, shuffle files around.
3076
3077 * Fri Jul 23 1999 Bill Nottingham <notting@redhat.com>
3078 - add a chmod in %%postun so /etc/services & inetd.conf don't become unreadable
3079
3080 * Wed Jul 21 1999 Bill Nottingham <notting@redhat.com>
3081 - update to 2.0.5
3082 - fix mount.smb - smbmount options changed again.........
3083 - fix postun. oops.
3084 - update some stuff from the samba team's spec file.
3085
3086 * Fri Jun 18 1999 Bill Nottingham <notting@redhat.com>
3087 - split off clients into separate package
3088 - don't run samba by default
3089
3090 * Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
3091 - fix one problem with mount.smb script
3092 - fix smbpasswd on sparc with a really ugly kludge
3093
3094 * Thu Jun 10 1999 Dale Lovelace <dale@redhat.com>
3095 - fixed logrotate script
3096
3097 * Tue May 25 1999 Bill Nottingham <notting@redhat.com>
3098 - turn of 64-bit locking on 32-bit platforms
3099
3100 * Thu May 20 1999 Bill Nottingham <notting@redhat.com>
3101 - so many releases, so little time
3102 - explicitly uncomment 'printing = bsd' in sample config
3103
3104 * Tue May 18 1999 Bill Nottingham <notting@redhat.com>
3105 - update to 2.0.4a
3106 - fix mount.smb arg ordering
3107
3108 * Fri Apr 16 1999 Bill Nottingham <notting@redhat.com>
3109 - go back to stop/start for restart (-HUP didn't work in testing)
3110
3111 * Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
3112 - add a mount.smb to make smb mounting a little easier.
3113 - smb filesystems apparently don't work on alpha. Oops.
3114
3115 * Thu Mar 25 1999 Bill Nottingham <notting@redhat.com>
3116 - always create codepages
3117
3118 * Tue Mar 23 1999 Bill Nottingham <notting@redhat.com>
3119 - logrotate changes
3120
3121 * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
3122 - auto rebuild in the new build environment (release 3)
3123
3124 * Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
3125 - updated init script to use graceful restart (not stop/start)
3126
3127 * Tue Mar  9 1999 Bill Nottingham <notting@redhat.com>
3128 - update to 2.0.3
3129
3130 * Thu Feb 18 1999 Bill Nottingham <notting@redhat.com>
3131 - update to 2.0.2
3132
3133 * Mon Feb 15 1999 Bill Nottingham <notting@redhat.com>
3134 - swat swat
3135
3136 * Tue Feb  9 1999 Bill Nottingham <notting@redhat.com>
3137 - fix bash2 breakage in post script
3138
3139 * Fri Feb  5 1999 Bill Nottingham <notting@redhat.com>
3140 - update to 2.0.0
3141
3142 * Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
3143 - make sure all binaries are stripped
3144
3145 * Thu Sep 17 1998 Jeff Johnson <jbj@redhat.com>
3146 - update to 1.9.18p10.
3147 - fix %%triggerpostun.
3148
3149 * Tue Jul 07 1998 Erik Troan <ewt@redhat.com>
3150 - updated postun triggerscript to check $0
3151 - clear /etc/codepages from %%preun instead of %%postun
3152
3153 * Mon Jun 08 1998 Erik Troan <ewt@redhat.com>
3154 - made the %%postun script a tad less agressive; no reason to remove
3155   the logs or lock file (after all, if the lock file is still there,
3156   samba is still running)
3157 - the %%postun and %%preun should only exectute if this is the final
3158   removal
3159 - migrated %%triggerpostun from Red Hat's samba package to work around
3160   packaging problems in some Red Hat samba releases
3161
3162 * Sun Apr 26 1998 John H Terpstra <jht@samba.anu.edu.au>
3163 - minor tidy up in preparation for release of 1.9.18p5
3164 - added findsmb utility from SGI package
3165
3166 * Wed Mar 18 1998 John H Terpstra <jht@samba.anu.edu.au>
3167 - Updated version and codepage info.
3168 - Release to test name resolve order
3169
3170 * Sat Jan 24 1998 John H Terpstra <jht@samba.anu.edu.au>
3171 - Many optimisations (some suggested by Manoj Kasichainula <manojk@io.com>
3172 - Use of chkconfig in place of individual symlinks to /etc/rc.d/init/smb
3173 - Compounded make line
3174 - Updated smb.init restart mechanism
3175 - Use compound mkdir -p line instead of individual calls to mkdir
3176 - Fixed smb.conf file path for log files
3177 - Fixed smb.conf file path for incoming smb print spool directory
3178 - Added a number of options to smb.conf file
3179 - Added smbadduser command (missed from all previous RPMs) - Doooh!
3180 - Added smbuser file and smb.conf file updates for username map
3181