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