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