]> git.pld-linux.org Git - packages/samba.git/blame - samba.spec
- up to 4.2.11 (SECURITY; many CVEs fixed)
[packages/samba.git] / samba.spec
CommitLineData
29511e6d 1#
e4bb74d8 2# Conditional build:
a3c4e78e
JB
3%bcond_without ads # ActiveDirectory support
4%bcond_without cups # CUPS support
5%bcond_without ldap # LDAP support
6%bcond_without avahi # Avahi support
52a1c787 7%bcond_without systemd # systemd integration
a9009cd3 8%bcond_without system_libs # system libraries (talloc,tdb,tevent,ldb,ntdb)
105507bc 9
e71e0470 10%if %{with system_libs}
0fc2f483 11%define ldb_ver 1.1.24
c1740968
JB
12%define ntdb_ver 1.0
13%define talloc_ver 2:2.1.2
08caf729
JB
14%define tdb_ver 2:1.3.6
15%define tevent_ver 0.9.25
4ecf4d28
JB
16%endif
17
a3c4e78e
JB
18%include /usr/lib/rpm/macros.perl
19
c38c2d9d 20# NOTE: packages order is: server + additions, common, clients, libs+devel, ldap
e00cc9d3 21%define virusfilter_version 0.1.4
c6a4fcd1
JR
22Summary: Samba Active Directory and SMB server
23Summary(pl.UTF-8): Serwer Samba Active Directory i SMB
c48f10a7 24Name: samba
89bab0f4 25Version: 4.2.11
0fc2f483 26Release: 1
6646cd44 27Epoch: 1
6bef715a 28License: GPL v3
11d2c190 29Group: Networking/Daemons
3d62e122 30Source0: https://www.samba.org/ftp/samba/samba-%{version}.tar.gz
89bab0f4 31# Source0-md5: cb763e8d9cc16e1df3e1da351e1d1a77
ba850b61 32Source1: smb.init
46c25e95 33Source2: samba.pamd
46c25e95
JR
34Source4: samba.sysconfig
35Source5: samba.logrotate
138aecb0 36Source6: smb.conf
68134596 37Source7: winbind.init
38Source8: winbind.sysconfig
cd86127c 39Source9: samba.init
e00cc9d3
JB
40Source10: https://bitbucket.org/fumiyas/samba-virusfilter/downloads/samba-virusfilter-%{virusfilter_version}.tar.bz2
41# Source10-md5: 4bef017601d87f52f8c82819a3ff56ee
34895621 42Patch0: system-heimdal.patch
7645ba99
JB
43Patch1: %{name}-c++-nofail.patch
44Patch2: %{name}-lprng-no-dot-printers.patch
0d6de682
JR
45Patch3: systemd-pid-dir.patch
46Patch4: unicodePwd-nthash-values-over-LDAP.patch
3d62e122 47Patch5: %{name}-heimdal.patch
0d6de682 48Patch6: server-role.patch
cc54fa40 49Patch7: %{name}-bug-9816.patch
08caf729 50URL: https://www.samba.org/
bd658e80 51BuildRequires: acl-devel
a0d23d1e 52%{?with_avahi:BuildRequires: avahi-devel}
95229e05 53BuildRequires: ceph-devel >= 0.73
aceac5ef 54BuildRequires: ctdb-devel
62dc8910 55%{?with_cups:BuildRequires: cups-devel >= 1:1.2.0}
2dd82018 56BuildRequires: cyrus-sasl-devel >= 2
295b7a55 57BuildRequires: dbus-devel
51bcdd9a 58BuildRequires: dmapi-devel
a3c759b7 59BuildRequires: docbook-style-xsl
2dd82018 60# just FAM API
5b010594 61BuildRequires: gamin-devel
ff01b4ff 62BuildRequires: gdbm-devel
a458c5bb 63BuildRequires: gettext-tools
1ae9cf92 64BuildRequires: glusterfs-devel
c1740968 65BuildRequires: gnutls-devel >= 3.0.0
8e43bad6 66BuildRequires: heimdal-devel >= 1.5.3-1
9f74dab7 67BuildRequires: iconv
1125cc60 68BuildRequires: keyutils-devel
a3c759b7 69BuildRequires: libaio-devel
c1740968 70BuildRequires: libarchive-devel >= 3.1.2
2dd82018 71BuildRequires: libcap-devel
34895621 72BuildRequires: libcom_err-devel
53ce942a 73BuildRequires: libmagic-devel
4d8c5e20 74BuildRequires: libnscd-devel
40d90f9e 75BuildRequires: make >= 3.81
0f00e211 76BuildRequires: ncurses-devel >= 5.2
e9c7865a 77BuildRequires: ncurses-ext-devel >= 5.2
c1740968 78BuildRequires: nss_wrapper >= 1.0.2
78d04323 79%{?with_ldap:BuildRequires: openldap-devel >= 2.3.0}
793ad0f8 80BuildRequires: pam-devel >= 0.99.8.1
a3c4e78e 81BuildRequires: perl-ExtUtils-MakeMaker
2dd82018 82BuildRequires: perl-Parse-Yapp >= 1.05
9f74dab7 83BuildRequires: pkgconfig
f092c096 84BuildRequires: popt-devel
16c4fca4 85%{?with_pgsql:BuildRequires: postgresql-devel}
2dd82018 86BuildRequires: python-devel >= 1:2.5.0
190a259b 87BuildRequires: python-dns
2dd82018 88BuildRequires: python-modules >= 1:2.5.0
190a259b 89BuildRequires: python-testtools
f092c096 90BuildRequires: readline-devel >= 4.2
a3c4e78e 91BuildRequires: rpm-perlprov
a3c759b7 92BuildRequires: rpm-pythonprov
6a43f27b 93BuildRequires: rpmbuild(macros) >= 1.647
e155c475 94BuildRequires: sed >= 4.0
baa92be6 95BuildRequires: socket_wrapper >= 1.1.2
52a1c787
JB
96%{?with_systemd:BuildRequires: systemd-devel}
97BuildRequires: xfsprogs-devel
2dd82018 98BuildRequires: zlib-devel >= 1.2.3
e71e0470 99%if %{with system_libs}
e71e0470 100BuildRequires: ldb-devel >= %{ldb_ver}
a9009cd3 101BuildRequires: ntdb-devel >= %{ntdb_ver}
2fe4d181 102BuildRequires: python-ntdb >= %{ntdb_ver}
e71e0470
JR
103BuildRequires: python-ldb-devel >= %{ldb_ver}
104BuildRequires: python-talloc-devel >= %{talloc_ver}
105BuildRequires: python-tevent >= %{tevent_ver}
05913998
JR
106BuildRequires: talloc-devel >= %{talloc_ver}
107BuildRequires: tdb-devel >= %{tdb_ver}
108BuildRequires: tevent-devel >= %{tevent_ver}
e71e0470 109%endif
baa92be6 110BuildRequires: uid_wrapper >= 1.1.0
34895621 111BuildConflicts: libbsd-devel
656b05ab 112Requires(post,preun): /sbin/chkconfig
6646cd44 113Requires: %{name}-common = %{epoch}:%{version}-%{release}
17dffdb7 114Requires: %{name}-libs = %{epoch}:%{version}-%{release}
69a33c0e 115# for samba_{dnsupdate,kcc,spnupdate,upgradedns} scripts
17dffdb7 116Requires: python-samba = %{epoch}:%{version}-%{release}
cd83be60 117Requires: logrotate >= 3.7-4
793ad0f8 118Requires: pam >= 0.99.8.1
8bf54aa6 119Requires: rc-scripts >= 0.4.0.12
27879fe9 120Requires: setup >= 2.4.6-7
dce29ff7 121Requires: systemd-units >= 38
62dc8910 122# smbd links with libcups
ac083993 123%{?with_cups:Requires: cups-lib >= 1:1.2.0}
e765216e
JR
124Obsoletes: samba-doc-html
125Obsoletes: samba-doc-pdf
05913998 126Obsoletes: samba-pdb-xml
c6a4fcd1
JR
127Obsoletes: samba-vfs-block
128Obsoletes: samba-vfs-audit
129Obsoletes: samba-vfs-cap
130Obsoletes: samba-vfs-catia
131Obsoletes: samba-vfs-default_quota
132Obsoletes: samba-vfs-expand_msdfs
133Obsoletes: samba-vfs-fake_perms
134Obsoletes: samba-vfs-netatalk
135Obsoletes: samba-vfs-recycle
136Obsoletes: samba-vfs-readahead
137Obsoletes: samba-vfs-readonly
138Obsoletes: samba-vfs-scannedonly
139Obsoletes: samba-vfs-shadow_copy
c93984f5 140Obsoletes: samba3
c6a4fcd1
JR
141Obsoletes: samba3-server
142Obsoletes: samba3-vfs-audit
143Obsoletes: samba3-vfs-cap
144Obsoletes: samba3-vfs-catia
145Obsoletes: samba3-vfs-default_quota
146Obsoletes: samba3-vfs-expand_msdfs
147Obsoletes: samba3-vfs-fake_perms
148Obsoletes: samba3-vfs-netatalk
149Obsoletes: samba3-vfs-recycle
150Obsoletes: samba3-vfs-readahead
151Obsoletes: samba3-vfs-readonly
152Obsoletes: samba3-vfs-scannedonly
153Obsoletes: samba3-vfs-shadow_copy
c93984f5 154Obsoletes: samba4
c6a4fcd1 155Obsoletes: samba4-common-server
da3dadf3 156BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1925a8b4 157
c10bc67e 158%define _sambahome /home/services/samba
ddea14b0 159%if %{with cups}
478e9eab 160%define cups_serverbin %{_prefix}/lib/cups
fd9d8b85 161%endif
99795f36 162%define schemadir /usr/share/openldap/schema
92c45d25 163
01485082
ER
164# CFLAGS modified (the second ./configure)
165%undefine configure_cache
166
e11c6ca1 167%description
cfa67cf6 168Samba provides an SMB server which can be used to provide network
169services to SMB (sometimes called "Lan Manager") clients, including
170various versions of MS Windows, OS/2, and other Linux machines. Samba
171also provides some SMB clients, which complement the built-in SMB
172filesystem in Linux. Samba uses NetBIOS over TCP/IP (NetBT) protocols
173and does NOT need NetBEUI (Microsoft Raw NetBIOS frame) protocol.
e11c6ca1 174
96088f7b
JR
175%description -l pl.UTF-8
176Samba udostępnia serwer SMB, który może być użyty w celu dostarczenia
177usług sieciowych (potocznie zwanych "Lan Manager"), dla klientów
178takich jak MS Windows, OS/2 a także maszyn linuksowych. W pakiecie
179znajduje się również oprogramowanie klienckie. Samba używa protokołu
180NetBIOS po TCP/IP (NetBT) i nie wymaga protokołu NetBEUI. Ta wersja ma
181pełne wsparcie dla blokowania plików, a także wsparcie dla kodowania
182haseł w standardzie MS i zarządzania bazą WINS.
183
c38c2d9d
JB
184%package vfs-ceph
185Summary: VFS module to host shares on Ceph file system
186Summary(pl.UTF-8): Moduł VFS do serwowania zasobów z systemu plików Ceph
187Group: Networking/Daemons
188Requires: %{name} = %{epoch}:%{version}-%{release}
ac6f9d13 189
c38c2d9d
JB
190%description vfs-ceph
191VFS module to host shares on Ceph file system.
ac6f9d13 192
c38c2d9d
JB
193This module only works with the libceph.so user-space client. It is
194not needed if you are using the kernel client or the FUSE client.
195
196%description vfs-ceph -l pl.UTF-8
197Moduł VFS do serwowania zasobów z systemu plików Ceph.
198
199Ten moduł działa jedynie z klientem przestrzeni użytkownika
200libceph.so. Jest zbędny w przypadku używania klienta dostarczanego
201przez jądro lub FUSE.
202
203%package vfs-glusterfs
204Summary: VFS module to host shares on GlusterFS file system
205Summary(pl.UTF-8): Moduł VFS do serwowania zasobów z systemu plików GlusterFS
206Group: Networking/Daemons
207Requires: %{name} = %{epoch}:%{version}-%{release}
208
209%description vfs-glusterfs
210VFS module to host shares on GlusterFS file system.
211
212%description vfs-glusterfs -l pl.UTF-8
213Moduł VFS do serwowania zasobów z systemu plików GlusterFS.
214
215%package vfs-notify_fam
216Summary: VFS module to implement file change notifications
217Summary(pl.UTF-8): Moduł VFS implementujący informowanie o zmianach w plikach
218Group: Networking/Daemons
219Requires: %{name} = %{epoch}:%{version}-%{release}
220Obsoletes: samba3-vfs-notify_fam
221
222%description vfs-notify_fam
223The vfs_notify_fam module makes use of the system FAM (File Alteration
224Monitor) daemon to implement file change notifications for Windows
225clients.
226
227%description vfs-notify_fam -l pl.UTF-8
228Ten moduł używa demona FAM (File Alteration Monitor) do implementacji
229informowania o zmianach w plikach dla klientów Windows.
ac6f9d13
MC
230
231%package common
ea8d81e5 232Summary: Files used by both Samba servers and clients
a3c4e78e 233Summary(pl.UTF-8): Pliki używane przez serwer i klientów Samby
2eedd257 234Group: Networking/Daemons
17dffdb7 235Requires: %{name}-libs = %{epoch}:%{version}-%{release}
69a33c0e 236# for samba-tool script
5a89b1cc 237Requires: python-samba = %{epoch}:%{version}-%{release}
4f12cc62 238Obsoletes: samba3-common
c93984f5 239Obsoletes: samba4-common
ac6f9d13
MC
240
241%description common
242Samba-common provides files necessary for both the server and client
243packages of Samba.
244
96088f7b
JR
245%description common -l pl.UTF-8
246Samba-common dostarcza pliki niezbędne zarówno dla serwera jak i
4ecf4d28 247klientów Samby.
ac6f9d13 248
c38c2d9d
JB
249%package client
250Summary: Samba client programs
251Summary(pl.UTF-8): Klienci serwera Samba
252Group: Applications/Networking
253Requires: %{name}-common = %{epoch}:%{version}-%{release}
254Requires: %{name}-libs = %{epoch}:%{version}-%{release}
255Requires: libsmbclient = %{epoch}:%{version}-%{release}
256Requires: heimdal-libs >= 1.5.3-1
257Suggests: cifs-utils
258Obsoletes: samba3-client
259Obsoletes: samba4-client
260Obsoletes: smbfs
d7a7a298 261
c38c2d9d
JB
262%description client
263Samba-client provides some SMB clients, which complement the build-in
264SMB filesystem in Linux. These allow accessing of SMB shares and
265printing to SMB printers.
d7a7a298 266
c38c2d9d
JB
267%description client -l pl.UTF-8
268Samba-client dostarcza programy uzupełniające obsługę systemu plików
269SMB zawartą w jądrze. Pozwalają one na współdzielenie zasobów SMB i
270drukowanie w sieci SMB.
d7a7a298 271
29511e6d 272%package winbind
29511e6d 273Summary: Samba-winbind daemon, utilities and documentation
fa1faeca 274Summary(pl.UTF-8): Demon samba-winbind, narzędzia i dokumentacja
29511e6d 275Group: Networking/Daemons
29511e6d 276Requires(post,preun): /sbin/chkconfig
8ef2303e 277Requires(post,preun,postun): systemd-units >= 38
6646cd44 278Requires: %{name}-common = %{epoch}:%{version}-%{release}
17dffdb7 279Requires: %{name}-libs = %{epoch}:%{version}-%{release}
8ef2303e
JR
280Requires: systemd-units >= 38
281Obsoletes: samba3-winbind
c93984f5 282Obsoletes: samba4-winbind
29511e6d 283
284%description winbind
285Provides the winbind daemon and testing tools to allow authentication
286and group/user enumeration from a Windows or Samba domain controller.
287
96088f7b
JR
288%description winbind -l pl.UTF-8
289Pakiet zawiera demona winbind oraz narzędzia testowe. Umożliwia
290uwierzytelnianie i wyliczanie grup/użytkowników z kontrolera domeny
4d750758
JB
291Windows lub Samba.
292
c38c2d9d
JB
293%package -n cups-backend-smb
294Summary: CUPS backend for printing to SMB printers
295Summary(pl.UTF-8): Backend CUPS-a drukujący na drukarkach SMB
296Group: Applications/Printing
297Requires: %{name}-client = %{epoch}:%{version}-%{release}
298Requires: cups >= 1:1.2.0
299Obsoletes: cups-backend-smb3
300
301%description -n cups-backend-smb
302CUPS backend for printing to SMB printers.
303
304%description -n cups-backend-smb -l pl.UTF-8
305Backend CUPS-a drukujący na drukarkach SMB.
306
307%package -n nss_wins
308Summary: Name Service Switch service for WINS
309Summary(pl.UTF-8): Usługa Name Service Switch dla WINS
310Group: Base
311Requires: %{name}-common = %{epoch}:%{version}-%{release}
17dffdb7 312Requires: %{name}-libs = %{epoch}:%{version}-%{release}
c38c2d9d 313Obsoletes: nss_wins3
f2b0247b 314
c38c2d9d
JB
315%description -n nss_wins
316Provides the libnss_wins shared library which resolves NetBIOS names
317to IP addresses.
f2b0247b 318
c38c2d9d
JB
319%description -n nss_wins -l pl.UTF-8
320Biblioteka dzielona libnss_wins rozwiązująca nazwy NetBIOS na adresy
321IP.
9c05ac07 322
c48f10a7 323%package -n pam-pam_smbpass
382a477a
JR
324Summary: PAM Samba Password Module
325Summary(pl.UTF-8): Moduł PAM smbpass
326Group: Base
17dffdb7 327Requires: %{name}-libs = %{epoch}:%{version}-%{release}
5a89b1cc
JR
328Obsoletes: pam_smbpass
329Obsoletes: pam-pam_smbpass3
382a477a 330
c48f10a7 331%description -n pam-pam_smbpass
382a477a
JR
332PAM module which can be used on conforming systems to keep the
333smbpasswd (Samba password) database in sync with the Unix password
334file.
335
c48f10a7 336%description -n pam-pam_smbpass -l pl.UTF-8
382a477a
JR
337Moduł PAM, który może być używany do trzymania pliku smbpasswd (hasła
338Samby) zsynchronizowanego z hasłami uniksowymi.
339
c38c2d9d
JB
340%package -n smbget
341Summary: A utility for retrieving files using the SMB protocol
342Summary(pl.UTF-8): Narzędzie do pobierania plików protokołem SMB
343Group: Applications/Networking
344Requires: %{name}-libs = %{epoch}:%{version}-%{release}
345Obsoletes: smbget3
346
347%description -n smbget
348wget-like utility for downloading files over SMB.
349
350%description -n smbget -l pl.UTF-8
351Narzędzie podobne do wgeta do pobierania plików protokołem SMB
352używanym w sieciach MS Windows.
353
354%package libs
355Summary: Samba shared libraries
356Summary(pl.UTF-8): Biblioteki współdzielone Samby
357Group: Libraries
c1740968 358Requires: gnutls >= 3.0.0
c38c2d9d
JB
359%if %{with system_libs}
360Requires: ldb >= %{ldb_ver}
361Requires: ntdb >= %{ntdb_ver}
362Requires: talloc >= %{talloc_ver}
363Requires: tdb >= %{tdb_ver}
364Requires: tevent >= %{tevent_ver}
365%endif
366
367%description libs
368Samba shared libraries.
369
370%description libs -l pl.UTF-8
371Biblioteki współdzielone Samby.
372
373%package devel
374Summary: Header files for Samba
375Summary(pl.UTF-8): Pliki nagłówkowe Samby
376Group: Development/Libraries
377Requires: %{name}-libs = %{epoch}:%{version}-%{release}
378Obsoletes: samba3-devel
379Obsoletes: samba4-devel
380
381%description devel
382Header files for Samba.
383
384%description devel -l pl.UTF-8
385Pliki nagłówkowe Samby.
386
382a477a
JR
387%package pidl
388Summary: Perl IDL compiler
a3c4e78e 389Summary(pl.UTF-8): Kompilator IDL w Perlu
382a477a 390Group: Development/Tools
c93984f5 391Obsoletes: samba4-pidl
382a477a
JR
392
393%description pidl
c48f10a7 394The samba-pidl package contains the Perl IDL compiler used by Samba
382a477a
JR
395and Wireshark to parse IDL and similar protocols.
396
a3c4e78e
JB
397%description pidl -l pl.UTF-8
398Ten pakiet zawiera kompilator IDL napisany w Perlu, używany przez
399Sambę oraz Wiresharka to analizy IDL i podobnych protokołów.
400
025a78ca 401%package -n python-samba
69a33c0e
JB
402Summary: Samba modules for Python
403Summary(pl.UTF-8): Moduły Samby dla Pythona
382a477a 404Group: Development/Languages/Python
382a477a 405Requires: %{name}-common = %{epoch}:%{version}-%{release}
17dffdb7 406Requires: %{name}-libs = %{epoch}:%{version}-%{release}
6a43f27b 407Requires: python
b069341b
JR
408Requires: python-dns
409Requires: python-modules
8e43bad6
JR
410%if %{with system_libs}
411Requires: python-ldb >= %{ldb_ver}
a9009cd3 412Requires: python-ntdb >= %{ntdb_ver}
8e43bad6
JR
413Requires: python-talloc >= %{talloc_ver}
414Requires: python-tevent >= %{tevent_ver}
415%endif
025a78ca 416Obsoletes: python-samba4
382a477a 417
025a78ca 418%description -n python-samba
69a33c0e 419Samba modules for Python.
382a477a 420
025a78ca 421%description -n python-samba -l pl.UTF-8
69a33c0e 422Moduły Samby dla Pythona.
a3c4e78e 423
382a477a
JR
424%package test
425Summary: Testing tools for Samba servers and clients
a3c4e78e 426Summary(pl.UTF-8): Narzędzia testowe dla serwerów i klientów Samby
382a477a
JR
427Group: Applications/System
428Requires: %{name} = %{epoch}:%{version}-%{release}
429Requires: %{name}-common = %{epoch}:%{version}-%{release}
17dffdb7 430Requires: %{name}-libs = %{epoch}:%{version}-%{release}
382a477a 431Requires: %{name}-winbind = %{epoch}:%{version}-%{release}
c93984f5 432Obsoletes: samba4-test
382a477a
JR
433
434%description test
c48f10a7 435samba-test provides testing tools for both the server and client
382a477a
JR
436packages of Samba.
437
a3c4e78e
JB
438%description test -l pl.UTF-8
439Narzędzia testowe dla serwerów i klientów Samby.
440
382a477a 441%package test-devel
a3c4e78e
JB
442Summary: Testing development files for Samba servers and clients
443Summary(pl.UTF-8): Pliki programistyczne narzędzi testowych dla serwerów i klientów Samby
382a477a
JR
444Group: Applications/System
445Requires: %{name}-test = %{epoch}:%{version}-%{release}
c93984f5 446Obsoletes: samba4-test-devel
382a477a
JR
447
448%description test-devel
a3c4e78e
JB
449samba-test-devel provides development files for the library used by
450testing tools for both the server and client packages of Samba.
451
452%description test-devel -l pl.UTF-8
453Ten pakiet zawiera pliki programistyczne biblioteki wykorzystywanej
454przez narzędzia testowe dla serwerów i klientów Samby.
382a477a 455
fe5b5b93 456%package -n libsmbclient
a3c4e78e
JB
457Summary: libsmbclient and libwbclient - Samba client libraries
458Summary(pl.UTF-8): libsmbclient i libwbclient - biblioteki klienckie Samby
382a477a 459Group: Libraries
17dffdb7 460Requires: %{name}-libs = %{epoch}:%{version}-%{release}
fe5b5b93 461Obsoletes: samba3-libsmbclient
382a477a 462
fe5b5b93 463%description -n libsmbclient
a3c4e78e
JB
464libsmbclient and libwbclient - libraries that allow to use Samba
465client functions.
382a477a 466
fe5b5b93 467%description -n libsmbclient -l pl.UTF-8
a3c4e78e
JB
468libsmbclient i libwbclient - biblioteki pozwalające korzystać z funcji
469klienta Samby.
382a477a 470
fe5b5b93 471%package -n libsmbclient-devel
a3c4e78e
JB
472Summary: Development files for Samba client libraries
473Summary(pl.UTF-8): Pliki programistyczne bibliotek klienta Samby
382a477a 474Group: Development/Libraries
fe5b5b93 475Requires: libsmbclient = %{epoch}:%{version}-%{release}
277b5368 476Obsoletes: libsmbclient-static
fe5b5b93 477Obsoletes: samba3-libsmbclient-devel
6646cd44 478
fe5b5b93 479%description -n libsmbclient-devel
a3c4e78e 480Header files for libsmbclient and libwbclient libraries.
6646cd44 481
fe5b5b93 482%description -n libsmbclient-devel -l pl.UTF-8
a3c4e78e 483Pliki nagłówkowe bibliotek libsmbclient i libwbclient.
c083eea8 484
025a78ca 485%package -n openldap-schema-samba
382a477a 486Summary: Samba LDAP schema
a3c4e78e 487Summary(pl.UTF-8): Schemat LDAP dla Samby
ed426448 488Group: Networking/Daemons
382a477a
JR
489Requires(post,postun): sed >= 4.0
490Requires: openldap-servers
025a78ca 491Obsoletes: openldap-schema-samba3
1601e1b5
JR
492%if "%{_rpmversion}" >= "5"
493BuildArch: noarch
494%endif
ed426448 495
025a78ca 496%description -n openldap-schema-samba
a3c4e78e 497This package contains samba.schema for OpenLDAP.
382a477a 498
025a78ca 499%description -n openldap-schema-samba -l pl.UTF-8
a3c4e78e 500Ten pakiet zawiera schemat Samby (samba.schema) dla OpenLDAP-a.
ed426448 501
1925a8b4 502%prep
670da5b0 503%setup -q -n samba-%{version}
34895621 504%patch0 -p1
8932759c 505%patch1 -p1
0d6de682
JR
506%patch2 -p1
507%patch3 -p1
ce9af3e2 508%patch4 -p1
295b7a55 509%patch5 -p1
2aa9f2b6 510%patch6 -p1
cc54fa40 511%patch7 -p1
6fb3721a 512
7645ba99
JB
513%{__sed} -i -e 's|#!/usr/bin/env python|#!/usr/bin/python|' source4/scripting/bin/samba*
514%{__sed} -i -e 's|#!/usr/bin/env perl|#!/usr/bin/perl|' pidl/pidl
7f7b5c36 515
1925a8b4 516%build
34895621
JR
517LDFLAGS="${LDFLAGS:-%rpmldflags}" \
518CFLAGS="${CFLAGS:-%rpmcflags}" \
519CXXFLAGS="${CXXFLAGS:-%rpmcxxflags}" \
520FFLAGS="${FFLAGS:-%rpmcflags}" \
521FCFLAGS="${FCFLAGS:-%rpmcflags}" \
522CPPFLAGS="${CPPFLAGS:-%rpmcppflags}" \
523%{?__cc:CC="%{__cc}"} \
524%{?__cxx:CXX="%{__cxx}"} \
525./configure \
526 --enable-fhs \
527 --prefix=%{_prefix} \
528 --exec-prefix=%{_exec_prefix} \
529 --bindir=%{_bindir} \
530 --sbindir=%{_sbindir} \
531 --sysconfdir=%{_sysconfdir} \
532 --datadir=%{_datadir} \
533 --includedir=%{_includedir} \
534 --libdir=%{_libdir} \
535 --libexecdir=%{_libexecdir} \
536 --localstatedir=%{_localstatedir} \
537 --sharedstatedir=%{_sharedstatedir} \
538 --mandir=%{_mandir} \
539 --infodir=%{_infodir} \
2e711b12
JR
540 --with-privatelibdir=%{_libdir}/samba \
541 --with-modulesdir=%{_libdir}/samba \
01485082 542 --with-pammodulesdir=/%{_lib}/security \
34895621
JR
543 --with-lockdir=/var/lib/samba \
544 --with-privatedir=%{_sysconfdir}/samba \
34895621 545 --disable-rpath-install \
5c9e395f 546 --builtin-libraries=replace,ccan \
a9009cd3 547 --bundled-libraries=NONE,subunit,iniparser,%{!?with_system_libs:talloc,tdb,ldb,ntdb,tevent,pytalloc,pytalloc-util,pytdb,pytevent,pyldb,pyldb-util} \
d7a7a298 548 --with-shared-modules=idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_rid,idmap_tdb2,auth_samba4,vfs_dfs_samba4 \
f4f0ea2d 549 --with-acl-support \
34895621 550 --with%{!?with_ads:out}-ads \
40d90f9e 551 --with-aio-support \
432ee34d 552 --with-automount \
34895621
JR
553 --with-dmapi \
554 --with-dnsupdate \
555 --with-iconv \
556 --with%{!?with_ldap:out}-ldap \
d1d64cbe 557 --with-pam \
29511e6d 558 --with-pam_smbpass \
4ef99dd8 559 --with-quotas \
e9c7865a 560 --with-regedit \
34895621 561 --with-sendfile-support \
4ef99dd8 562 --with-syslog \
52a1c787 563 %{!?with_systemd:--without-systemd} \
4ef99dd8 564 --with-utmp \
34895621 565 --with-winbind \
66e5c63e 566 --%{?with_avahi:en}%{!?with_avahi:dis}able-avahi \
34895621
JR
567 --enable-cups \
568 --enable-iprint
1925a8b4 569
70ff6d03 570%{__make}
192f48a8 571
6646cd44
JR
572# Build PIDL for installation into vendor directories before
573# 'make proto' gets to it.
574cd pidl
575%{__perl} Makefile.PL \
576 INSTALLDIRS=vendor
577
1925a8b4 578%install
579rm -rf $RPM_BUILD_ROOT
cd86127c 580install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,pam.d,security,sysconfig/rc-inetd,ld.so.conf.d,env.d} \
2e711b12 581 $RPM_BUILD_ROOT{/var/{log/archive,spool}/samba,/var/lib/samba/printing} \
08bf002e 582 $RPM_BUILD_ROOT/var/log/samba/cores/{smbd,nmbd} \
2e711b12
JR
583 $RPM_BUILD_ROOT{/sbin,/%{_lib}/security,%{_libdir},%{_libdir}/samba/vfs,%{_includedir},%{_sambahome},%{schemadir}} \
584 $RPM_BUILD_ROOT{%{systemdtmpfilesdir},%{systemdunitdir}}
ba850b61 585
34895621 586%{__make} install \
bd658e80 587 DESTDIR=$RPM_BUILD_ROOT \
29511e6d 588 CONFIGDIR=$RPM_BUILD_ROOT%{_sysconfdir}/samba
bd658e80 589
6646cd44 590# Undo the PIDL install, we want to try again with the right options.
9a90ed45 591%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/perl5
6646cd44
JR
592
593# Install PIDL
9a90ed45 594%{__make} -C pidl install \
6646cd44 595 PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
6646cd44
JR
596
597# Clean out crap left behind by the PIDL install
598%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/wscript_build
599%{__rm} -r $RPM_BUILD_ROOT%{perl_vendorlib}/Parse/Yapp
fbf926f3 600%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Parse/Pidl/.packlist
6646cd44 601
42039dcb
JR
602# not ready for production, and no MIT kerberos in PLD
603%{__rm} $RPM_BUILD_ROOT%{_libdir}/mit_samba.so
604
b25f7233 605install -p source3/script/mksmbpasswd.sh $RPM_BUILD_ROOT%{_sbindir}
1925a8b4 606
2e711b12
JR
607install packaging/systemd/samba.conf.tmp $RPM_BUILD_ROOT%{systemdtmpfilesdir}/samba.conf
608install packaging/systemd/nmb.service $RPM_BUILD_ROOT%{systemdunitdir}
609install packaging/systemd/samba.service $RPM_BUILD_ROOT%{systemdunitdir}
610install packaging/systemd/smb.service $RPM_BUILD_ROOT%{systemdunitdir}
611install packaging/systemd/winbind.service $RPM_BUILD_ROOT%{systemdunitdir}
612
b25f7233
ER
613install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/smb
614cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/samba
b25f7233
ER
615cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/samba
616cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/samba
3dbf1ce9 617cp -p %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/samba/smb.conf
b25f7233
ER
618install -p %{SOURCE7} $RPM_BUILD_ROOT/etc/rc.d/init.d/winbind
619cp -p %{SOURCE8} $RPM_BUILD_ROOT/etc/sysconfig/winbind
cd86127c
JR
620install -p %{SOURCE9} $RPM_BUILD_ROOT/etc/rc.d/init.d/samba
621
622echo "LDB_MODULES_PATH=%{_libdir}/samba/ldb" > $RPM_BUILD_ROOT/etc/env.d/LDB_MODULES_PATH
29511e6d 623
34895621
JR
624%{__mv} $RPM_BUILD_ROOT%{_libdir}/libnss_winbind.so* $RPM_BUILD_ROOT/%{_lib}
625%{__mv} $RPM_BUILD_ROOT%{_libdir}/libnss_wins.so* $RPM_BUILD_ROOT/%{_lib}
626install -p bin/vfstest $RPM_BUILD_ROOT%{_bindir}
79d8a749 627
6a2e83e0 628touch $RPM_BUILD_ROOT/var/lib/samba/{wins.dat,browse.dat}
1925a8b4 629
01485082 630echo '127.0.0.1 localhost' > $RPM_BUILD_ROOT%{_sysconfdir}/samba/lmhosts
8b604b68 631
b0c1c6a5 632%if "%{_lib}" == "lib64"
17dffdb7
JR
633echo "%{_libdir}/samba" >$RPM_BUILD_ROOT/etc/ld.so.conf.d/samba64.conf
634%else
b069341b 635echo "%{_libdir}/samba" >$RPM_BUILD_ROOT/etc/ld.so.conf.d/samba.conf
17dffdb7 636%endif
b069341b 637
ddea14b0 638%if %{with cups}
fd9d8b85
JB
639install -d $RPM_BUILD_ROOT%{cups_serverbin}/backend
640ln -s %{_bindir}/smbspool $RPM_BUILD_ROOT%{cups_serverbin}/backend/smb
641%endif
9f6f5df1 642
29511e6d 643> $RPM_BUILD_ROOT%{_sysconfdir}/samba/smbusers
8b604b68 644> $RPM_BUILD_ROOT/etc/security/blacklist.samba
11d2c190 645
105507bc 646%if %{with ldap}
99795f36 647install examples/LDAP/samba.schema $RPM_BUILD_ROOT%{schemadir}
105507bc 648%endif
99795f36 649
7a0e596a 650# remove man pages for not installed commands
fbf926f3 651%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/log2pcap.1*
fbf926f3
JR
652%{__rm} $RPM_BUILD_ROOT%{_mandir}/man8/vfs_cacheprime.8*
653%{__rm} $RPM_BUILD_ROOT%{_mandir}/man8/vfs_gpfs.8*
654%{__rm} $RPM_BUILD_ROOT%{_mandir}/man8/vfs_prealloc.8*
655%{__rm} $RPM_BUILD_ROOT%{_mandir}/man8/vfs_tsmsm.8*
7a0e596a 656
1a8c003b
AM
657%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
658%py_comp $RPM_BUILD_ROOT%{py_sitedir}
f6857f17 659%py_postclean
1a8c003b 660
ea8d81e5
JB
661%clean
662rm -rf $RPM_BUILD_ROOT
9661cd11 663
1925a8b4 664%post
cd86127c 665/sbin/chkconfig --add samba
c6a4fcd1 666/sbin/chkconfig --add smb
cd86127c 667%service samba restart "Samba AD daemon"
c48f10a7 668%service smb restart "Samba SMB daemons"
dce29ff7 669%systemd_post samba.service
c6a4fcd1 670%systemd_post smb.service nmb.service
1925a8b4 671
672%preun
cd86127c
JR
673if [ "$1" = "0" ]; then
674 %service samba stop
c6a4fcd1 675 %service smb stop
cd86127c 676 /sbin/chkconfig --del samba
c6a4fcd1 677 /sbin/chkconfig --del smb
cd86127c 678fi
dce29ff7 679%systemd_preun samba.service
c6a4fcd1 680%systemd_preun smb.service nmb.service
dce29ff7
JR
681
682%postun
683%systemd_reload
11d2c190 684
c48f10a7 685%triggerpostun -- samba3
382a477a 686/sbin/chkconfig --add smb
c48f10a7 687%service smb restart "Samba SMB daemons"
1a90c755 688%systemd_post smb.service nmb.service
382a477a 689
c48f10a7
JR
690%triggerpostun -- samba4
691/sbin/chkconfig --add samba
692%service samba restart "Samba AD daemons"
693%systemd_post samba.service
694
30cb0b6f
JR
695%triggerpostun -- samba4 < 1:4.1.1-1
696# CVE-2013-4476
697[ -e %{_sysconfdir}/samba/tls/key.pem ] || exit 0
698PERMS=$(stat -c %a %{_sysconfdir}/samba/tls/key.pem)
699if [ "$PERMS" != "600" ]; then
700 chmod 600 %{_sysconfdir}/samba/tls/key.pem || :
701 echo "Fixed permissions of private key file %{_sysconfdir}/samba/tls/key.pem from $PERMS to 600"
702 echo "Consider regenerating TLS certificate"
703 echo "Removing all tls .pem files will cause an auto-regeneration with the correct permissions"
704fi
705
c93984f5
JR
706%triggerprein common -- samba4
707cp -a %{_sysconfdir}/samba/smb.conf %{_sysconfdir}/samba/smb.conf.samba4
708
709%triggerpostun common -- samba4
710%{__mv} -f %{_sysconfdir}/samba/smb.conf %{_sysconfdir}/samba/smb.conf.rpmnew
711%{__mv} %{_sysconfdir}/samba/smb.conf.samba4 %{_sysconfdir}/samba/smb.conf
712
713%triggerprein common -- samba3-server
714cp -a %{_sysconfdir}/samba/smb.conf %{_sysconfdir}/samba/smb.conf.samba4
715
716%triggerpostun common -- samba3-server
717%{__mv} -f %{_sysconfdir}/samba/smb.conf %{_sysconfdir}/samba/smb.conf.rpmnew
718%{__mv} %{_sysconfdir}/samba/smb.conf.samba4 %{_sysconfdir}/samba/smb.conf
719
8ef2303e 720%post winbind
a7067ae6 721/sbin/ldconfig
29511e6d 722/sbin/chkconfig --add winbind
27879fe9 723%service winbind restart "Winbind daemon"
dce29ff7 724%systemd_post winbind.service
29511e6d 725
8ef2303e 726%preun winbind
29511e6d 727if [ "$1" = "0" ]; then
27879fe9 728 %service winbind stop
29511e6d 729 /sbin/chkconfig --del winbind
730fi
dce29ff7
JR
731%systemd_preun winbind.service
732
8ef2303e 733%postun winbind
a7067ae6 734/sbin/ldconfig
dce29ff7 735%systemd_reload
29511e6d 736
c48f10a7 737%triggerpostun winbind -- samba3-winbind
00fd225e
JR
738/sbin/chkconfig --add winbind
739%service winbind restart "Winbind daemon"
740%systemd_post winbind.service
741
c38c2d9d
JB
742%post libs -p /sbin/ldconfig
743%postun libs -p /sbin/ldconfig
744
745%post -n python-samba -p /sbin/ldconfig
746%postun -n python-samba -p /sbin/ldconfig
747
0673c853
JB
748%post -n libsmbclient -p /sbin/ldconfig
749%postun -n libsmbclient -p /sbin/ldconfig
a7067ae6 750
025a78ca 751%post -n openldap-schema-samba
c4db757c
ER
752# dependant schemas: cosine(uid) inetorgperson(displayName) nis(gidNumber)
753%openldap_schema_register %{schemadir}/samba.schema -d cosine,inetorgperson,nis
27879fe9 754%service -q ldap restart
99795f36 755
025a78ca 756%postun -n openldap-schema-samba
99795f36 757if [ "$1" = "0" ]; then
c4db757c 758 %openldap_schema_unregister %{schemadir}/samba.schema
27879fe9 759 %service -q ldap restart
99795f36
ER
760fi
761
025a78ca 762%triggerpostun -n openldap-schema-samba -- openldap-schema-samba3 < 1:4.1.4-3
00fd225e
JR
763# dependant schemas: cosine(uid) inetorgperson(displayName) nis(gidNumber)
764%openldap_schema_register %{schemadir}/samba.schema -d cosine,inetorgperson,nis
765%service -q ldap restart
766
1925a8b4 767%files
768%defattr(644,root,root,755)
3999f3d9
JR
769%{?with_ldap:%doc examples/LDAP}
770%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/smbusers
771%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/samba
772%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/samba
773%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.samba
9ff647f7 774%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/samba
99fdb0b6 775%config(noreplace) %verify(not md5 mtime size) /etc/env.d/LDB_MODULES_PATH
cd86127c 776%attr(754,root,root) /etc/rc.d/init.d/samba
3999f3d9
JR
777%attr(754,root,root) /etc/rc.d/init.d/smb
778%{systemdunitdir}/nmb.service
779%{systemdunitdir}/smb.service
0b940f4e
JR
780%{systemdunitdir}/samba.service
781%{systemdtmpfilesdir}/samba.conf
ee92e647 782%attr(755,root,root) %{_bindir}/eventlogadm
c083eea8 783%attr(755,root,root) %{_bindir}/oLschema2ldif
ee92e647
JR
784%attr(755,root,root) %{_bindir}/pdbedit
785%attr(755,root,root) %{_bindir}/profiles
3999f3d9
JR
786%attr(755,root,root) %{_bindir}/sharesec
787%attr(755,root,root) %{_bindir}/smbcontrol
788%attr(755,root,root) %{_bindir}/smbstatus
789%attr(755,root,root) %{_bindir}/smbta-util
790%attr(755,root,root) %{_sbindir}/mksmbpasswd.sh
791%attr(755,root,root) %{_sbindir}/nmbd
0b940f4e
JR
792%attr(755,root,root) %{_sbindir}/samba
793%attr(755,root,root) %{_sbindir}/samba_dnsupdate
7f7b5c36 794%attr(755,root,root) %{_sbindir}/samba_kcc
0b940f4e
JR
795%attr(755,root,root) %{_sbindir}/samba_spnupdate
796%attr(755,root,root) %{_sbindir}/samba_upgradedns
3999f3d9 797%attr(755,root,root) %{_sbindir}/smbd
295b7a55 798%attr(755,root,root) %{_libdir}/samba/libdnsserver-common-samba4.so
0b940f4e
JR
799%dir %{_libdir}/samba/bind9
800%attr(755,root,root) %{_libdir}/samba/bind9/dlz_bind9.so
801%attr(755,root,root) %{_libdir}/samba/bind9/dlz_bind9_9.so
0643ad3f 802%attr(755,root,root) %{_libdir}/samba/bind9/dlz_bind9_10.so
0b940f4e
JR
803%dir %{_libdir}/samba/hdb
804%attr(755,root,root) %{_libdir}/samba/hdb/hdb_samba4.so
0b940f4e
JR
805%dir %{_libdir}/samba/gensec
806%attr(755,root,root) %{_libdir}/samba/gensec/krb5.so
e4310f27 807%dir %{_libdir}/samba/ldb
e4310f27 808%attr(755,root,root) %{_libdir}/samba/ldb/aclread.so
0b940f4e 809%attr(755,root,root) %{_libdir}/samba/ldb/acl.so
e4310f27
JR
810%attr(755,root,root) %{_libdir}/samba/ldb/anr.so
811%attr(755,root,root) %{_libdir}/samba/ldb/descriptor.so
812%attr(755,root,root) %{_libdir}/samba/ldb/dirsync.so
813%attr(755,root,root) %{_libdir}/samba/ldb/extended_dn_in.so
814%attr(755,root,root) %{_libdir}/samba/ldb/extended_dn_out.so
815%attr(755,root,root) %{_libdir}/samba/ldb/extended_dn_store.so
816%attr(755,root,root) %{_libdir}/samba/ldb/ildap.so
817%attr(755,root,root) %{_libdir}/samba/ldb/instancetype.so
818%attr(755,root,root) %{_libdir}/samba/ldb/lazy_commit.so
819%attr(755,root,root) %{_libdir}/samba/ldb/ldbsamba_extensions.so
820%attr(755,root,root) %{_libdir}/samba/ldb/linked_attributes.so
821%attr(755,root,root) %{_libdir}/samba/ldb/local_password.so
822%attr(755,root,root) %{_libdir}/samba/ldb/new_partition.so
e4310f27 823%attr(755,root,root) %{_libdir}/samba/ldb/objectclass_attrs.so
0b940f4e 824%attr(755,root,root) %{_libdir}/samba/ldb/objectclass.so
e4310f27
JR
825%attr(755,root,root) %{_libdir}/samba/ldb/objectguid.so
826%attr(755,root,root) %{_libdir}/samba/ldb/operational.so
827%attr(755,root,root) %{_libdir}/samba/ldb/partition.so
828%attr(755,root,root) %{_libdir}/samba/ldb/password_hash.so
829%attr(755,root,root) %{_libdir}/samba/ldb/ranged_results.so
830%attr(755,root,root) %{_libdir}/samba/ldb/repl_meta_data.so
831%attr(755,root,root) %{_libdir}/samba/ldb/resolve_oids.so
832%attr(755,root,root) %{_libdir}/samba/ldb/rootdse.so
833%attr(755,root,root) %{_libdir}/samba/ldb/samba3sam.so
834%attr(755,root,root) %{_libdir}/samba/ldb/samba3sid.so
835%attr(755,root,root) %{_libdir}/samba/ldb/samba_dsdb.so
836%attr(755,root,root) %{_libdir}/samba/ldb/samba_secrets.so
837%attr(755,root,root) %{_libdir}/samba/ldb/samldb.so
838%attr(755,root,root) %{_libdir}/samba/ldb/schema_data.so
839%attr(755,root,root) %{_libdir}/samba/ldb/schema_load.so
840%attr(755,root,root) %{_libdir}/samba/ldb/secrets_tdb_sync.so
841%attr(755,root,root) %{_libdir}/samba/ldb/show_deleted.so
842%attr(755,root,root) %{_libdir}/samba/ldb/simple_dn.so
843%attr(755,root,root) %{_libdir}/samba/ldb/simple_ldap_map.so
844%attr(755,root,root) %{_libdir}/samba/ldb/subtree_delete.so
845%attr(755,root,root) %{_libdir}/samba/ldb/subtree_rename.so
846%attr(755,root,root) %{_libdir}/samba/ldb/update_keytab.so
847%attr(755,root,root) %{_libdir}/samba/ldb/wins_ldb.so
382a477a
JR
848%dir %{_libdir}/samba/process_model
849%attr(755,root,root) %{_libdir}/samba/process_model/onefork.so
850%attr(755,root,root) %{_libdir}/samba/process_model/prefork.so
851%attr(755,root,root) %{_libdir}/samba/process_model/standard.so
852%dir %{_libdir}/samba/service
853%attr(755,root,root) %{_libdir}/samba/service/cldap.so
854%attr(755,root,root) %{_libdir}/samba/service/dcerpc.so
855%attr(755,root,root) %{_libdir}/samba/service/dns.so
856%attr(755,root,root) %{_libdir}/samba/service/dns_update.so
857%attr(755,root,root) %{_libdir}/samba/service/drepl.so
858%attr(755,root,root) %{_libdir}/samba/service/kcc.so
859%attr(755,root,root) %{_libdir}/samba/service/kdc.so
860%attr(755,root,root) %{_libdir}/samba/service/ldap.so
861%attr(755,root,root) %{_libdir}/samba/service/nbtd.so
862%attr(755,root,root) %{_libdir}/samba/service/ntp_signd.so
863%attr(755,root,root) %{_libdir}/samba/service/s3fs.so
864%attr(755,root,root) %{_libdir}/samba/service/smb.so
865%attr(755,root,root) %{_libdir}/samba/service/web.so
866%attr(755,root,root) %{_libdir}/samba/service/winbind.so
295b7a55 867%attr(755,root,root) %{_libdir}/samba/service/winbindd.so
382a477a 868%attr(755,root,root) %{_libdir}/samba/service/wrepl.so
d7a7a298 869%dir %{_libdir}/samba/vfs
c6a4fcd1 870%attr(755,root,root) %{_libdir}/samba/vfs/acl_tdb.so
d7a7a298 871%attr(755,root,root) %{_libdir}/samba/vfs/acl_xattr.so
c6a4fcd1
JR
872%attr(755,root,root) %{_libdir}/samba/vfs/aio_fork.so
873%attr(755,root,root) %{_libdir}/samba/vfs/aio_linux.so
874%attr(755,root,root) %{_libdir}/samba/vfs/aio_posix.so
875%attr(755,root,root) %{_libdir}/samba/vfs/aio_pthread.so
876%attr(755,root,root) %{_libdir}/samba/vfs/audit.so
d7a7a298 877%attr(755,root,root) %{_libdir}/samba/vfs/btrfs.so
c6a4fcd1
JR
878%attr(755,root,root) %{_libdir}/samba/vfs/cap.so
879%attr(755,root,root) %{_libdir}/samba/vfs/catia.so
880%attr(755,root,root) %{_libdir}/samba/vfs/commit.so
881%attr(755,root,root) %{_libdir}/samba/vfs/crossrename.so
882%attr(755,root,root) %{_libdir}/samba/vfs/default_quota.so
d7a7a298 883%attr(755,root,root) %{_libdir}/samba/vfs/dfs_samba4.so
c6a4fcd1
JR
884%attr(755,root,root) %{_libdir}/samba/vfs/dirsort.so
885%attr(755,root,root) %{_libdir}/samba/vfs/expand_msdfs.so
886%attr(755,root,root) %{_libdir}/samba/vfs/extd_audit.so
887%attr(755,root,root) %{_libdir}/samba/vfs/fake_perms.so
d7a7a298 888%attr(755,root,root) %{_libdir}/samba/vfs/fileid.so
295b7a55 889%attr(755,root,root) %{_libdir}/samba/vfs/fruit.so
c6a4fcd1
JR
890%attr(755,root,root) %{_libdir}/samba/vfs/full_audit.so
891%attr(755,root,root) %{_libdir}/samba/vfs/linux_xfs_sgid.so
892%attr(755,root,root) %{_libdir}/samba/vfs/media_harmony.so
893%attr(755,root,root) %{_libdir}/samba/vfs/netatalk.so
d7a7a298 894%attr(755,root,root) %{_libdir}/samba/vfs/posix_eadb.so
c6a4fcd1
JR
895%attr(755,root,root) %{_libdir}/samba/vfs/preopen.so
896%attr(755,root,root) %{_libdir}/samba/vfs/readahead.so
897%attr(755,root,root) %{_libdir}/samba/vfs/readonly.so
898%attr(755,root,root) %{_libdir}/samba/vfs/recycle.so
899%attr(755,root,root) %{_libdir}/samba/vfs/scannedonly.so
295b7a55 900%attr(755,root,root) %{_libdir}/samba/vfs/snapper.so
c6a4fcd1
JR
901%attr(755,root,root) %{_libdir}/samba/vfs/shadow_copy2.so
902%attr(755,root,root) %{_libdir}/samba/vfs/shadow_copy.so
903%attr(755,root,root) %{_libdir}/samba/vfs/smb_traffic_analyzer.so
904%attr(755,root,root) %{_libdir}/samba/vfs/streams_depot.so
905%attr(755,root,root) %{_libdir}/samba/vfs/streams_xattr.so
906%attr(755,root,root) %{_libdir}/samba/vfs/syncops.so
907%attr(755,root,root) %{_libdir}/samba/vfs/time_audit.so
295b7a55 908%attr(755,root,root) %{_libdir}/samba/vfs/worm.so
d7a7a298 909%attr(755,root,root) %{_libdir}/samba/vfs/xattr_tdb.so
3999f3d9
JR
910%{_datadir}/samba/setup
911%{_mandir}/man1/oLschema2ldif.1*
912%{_mandir}/man1/profiles.1*
ee92e647 913%{_mandir}/man1/sharesec.1*
c6a4fcd1
JR
914%{_mandir}/man1/smbcontrol.1*
915%{_mandir}/man1/smbstatus.1*
3999f3d9 916%{_mandir}/man8/eventlogadm.8*
c6a4fcd1 917%{_mandir}/man8/nmbd.8*
3999f3d9
JR
918%{_mandir}/man8/pdbedit.8*
919%{_mandir}/man8/samba.8*
c6a4fcd1
JR
920%{_mandir}/man8/smbd.8*
921%{_mandir}/man8/smbpasswd.8*
922%{_mandir}/man8/smbta-util.8*
923%{_mandir}/man8/vfs_acl_tdb.8*
d7a7a298 924%{_mandir}/man8/vfs_acl_xattr.8*
c6a4fcd1
JR
925%{_mandir}/man8/vfs_aio_fork.8*
926%{_mandir}/man8/vfs_aio_linux.8*
927%{_mandir}/man8/vfs_aio_pthread.8*
928%{_mandir}/man8/vfs_audit.8*
d7a7a298 929%{_mandir}/man8/vfs_btrfs.8*
c6a4fcd1
JR
930%{_mandir}/man8/vfs_cap.8*
931%{_mandir}/man8/vfs_catia.8*
932%{_mandir}/man8/vfs_commit.8*
933%{_mandir}/man8/vfs_crossrename.8*
934%{_mandir}/man8/vfs_default_quota.8*
935%{_mandir}/man8/vfs_dirsort.8*
936%{_mandir}/man8/vfs_extd_audit.8*
937%{_mandir}/man8/vfs_fake_perms.8*
d7a7a298 938%{_mandir}/man8/vfs_fileid.8*
295b7a55 939%{_mandir}/man8/vfs_fruit.8*
c6a4fcd1
JR
940%{_mandir}/man8/vfs_full_audit.8*
941%{_mandir}/man8/vfs_linux_xfs_sgid.8*
942%{_mandir}/man8/vfs_media_harmony.8*
943%{_mandir}/man8/vfs_netatalk.8*
944%{_mandir}/man8/vfs_preopen.8*
945%{_mandir}/man8/vfs_readahead.8*
946%{_mandir}/man8/vfs_readonly.8*
947%{_mandir}/man8/vfs_recycle.8*
948%{_mandir}/man8/vfs_scannedonly.8*
949%{_mandir}/man8/vfs_shadow_copy2.8*
950%{_mandir}/man8/vfs_shadow_copy.8*
951%{_mandir}/man8/vfs_smb_traffic_analyzer.8*
295b7a55 952%{_mandir}/man8/vfs_snapper.8*
c6a4fcd1
JR
953%{_mandir}/man8/vfs_streams_depot.8*
954%{_mandir}/man8/vfs_streams_xattr.8*
955%{_mandir}/man8/vfs_syncops.8*
956%{_mandir}/man8/vfs_time_audit.8*
295b7a55 957%{_mandir}/man8/vfs_worm.8*
d7a7a298 958%{_mandir}/man8/vfs_xattr_tdb.8*
c6a4fcd1 959
3999f3d9
JR
960%dir %{_sambahome}
961%dir /var/lib/samba
962%ghost /var/lib/samba/*.dat
963%dir /var/lib/samba/printing
964
965%attr(750,root,root) %dir /var/log/samba
966%attr(750,root,root) %dir /var/log/samba/cores
967%attr(750,root,root) %dir /var/log/samba/cores/smbd
968%attr(750,root,root) %dir /var/log/samba/cores/nmbd
969%attr(750,root,root) %dir /var/log/archive/samba
970%attr(1777,root,root) %dir /var/spool/samba
971
c38c2d9d 972%files vfs-ceph
2eedd257 973%defattr(644,root,root,755)
c38c2d9d 974%attr(755,root,root) %{_libdir}/samba/vfs/ceph.so
295b7a55 975%{_mandir}/man8/vfs_ceph.8*
c38c2d9d
JB
976
977%files vfs-glusterfs
978%defattr(644,root,root,755)
979%attr(755,root,root) %{_libdir}/samba/vfs/glusterfs.so
295b7a55 980%{_mandir}/man8/vfs_glusterfs.8*
c38c2d9d
JB
981
982%files vfs-notify_fam
983%defattr(644,root,root,755)
984%attr(755,root,root) %{_libdir}/samba/vfs/notify_fam.so
985%{_mandir}/man8/vfs_notify_fam.8*
ac6f9d13 986
ac6f9d13 987%files common
2eedd257 988%defattr(644,root,root,755)
2e711b12 989%doc README WHATSNEW.txt Roadmap
5a89b1cc
JR
990%dir %{_sysconfdir}/samba
991%attr(664,root,fileshare) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/smb.conf
992%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/lmhosts
ee92e647
JR
993%attr(755,root,root) %{_bindir}/dbwrap_tool
994%attr(755,root,root) %{_bindir}/net
995%attr(755,root,root) %{_bindir}/nmblookup
ee92e647 996%attr(755,root,root) %{_bindir}/reg*
89730013 997%attr(755,root,root) %{_bindir}/samba-regedit
c083eea8 998%attr(755,root,root) %{_bindir}/samba-tool
ee92e647 999%attr(755,root,root) %{_bindir}/smbpasswd
4f12cc62
JR
1000%attr(755,root,root) %{_bindir}/testparm
1001%attr(755,root,root) %{_bindir}/vfstest
5a89b1cc
JR
1002%dir %{_libdir}/samba/auth
1003%attr(755,root,root) %{_libdir}/samba/auth/script.so
1004%attr(755,root,root) %{_libdir}/samba/auth/samba4.so
d7a7a298
JR
1005%dir %{_datadir}/samba
1006%dir %{_datadir}/samba/codepages
1007%{_datadir}/samba/codepages/lowcase.dat
1008%{_datadir}/samba/codepages/upcase.dat
1009%{_datadir}/samba/codepages/valid.dat
1010%{_mandir}/man1/dbwrap_tool.1*
1011%{_mandir}/man1/nmblookup.1*
d7a7a298
JR
1012%{_mandir}/man1/reg*.1*
1013%{_mandir}/man1/testparm.1*
1014%{_mandir}/man1/vfstest.1*
1015%{_mandir}/man5/lmhosts.5*
1016%{_mandir}/man5/smb.conf.5*
1017%{_mandir}/man5/smbpasswd.5*
1018%{_mandir}/man7/samba.7*
1019%{_mandir}/man8/net.8*
1020%{_mandir}/man8/samba-regedit.8*
1021%{_mandir}/man8/samba-tool.8*
1022
1023%if %{without system_libs}
1024%attr(755,root,root) %{_bindir}/ntdbbackup
1025%attr(755,root,root) %{_bindir}/ntdbdump
1026%attr(755,root,root) %{_bindir}/ntdbrestore
1027%attr(755,root,root) %{_bindir}/ntdbtool
1028%attr(755,root,root) %{_bindir}/tdbbackup
1029%attr(755,root,root) %{_bindir}/tdbdump
1030%attr(755,root,root) %{_bindir}/tdbtool
1031%attr(755,root,root) %{_libdir}/samba/libntdb.so.*
1032%attr(755,root,root) %{_libdir}/samba/libtalloc.so.*
1033%attr(755,root,root) %{_libdir}/samba/libtdb.so.*
1034%{_mandir}/man8/ntdbbackup.8*
1035%{_mandir}/man8/ntdbdump.8*
1036%{_mandir}/man8/ntdbrestore.8*
1037%{_mandir}/man8/ntdbtool.8*
1038%{_mandir}/man8/tdbbackup.8*
1039%{_mandir}/man8/tdbdump.8*
1040%{_mandir}/man8/tdbtool.8*
1041%endif
1042
c38c2d9d
JB
1043%files client
1044%defattr(644,root,root,755)
1045%attr(755,root,root) %{_bindir}/cifsdd
1046%attr(755,root,root) %{_bindir}/rpcclient
1047%attr(755,root,root) %{_bindir}/smbcacls
1048%attr(755,root,root) %{_bindir}/smbclient
c38c2d9d
JB
1049%attr(755,root,root) %{_bindir}/smbcquotas
1050%attr(755,root,root) %{_bindir}/smbtar
1051%attr(755,root,root) %{_bindir}/smbtree
1052%{_mandir}/man1/findsmb.1*
1053%{_mandir}/man1/rpcclient.1*
1054%{_mandir}/man1/smbcacls.1*
1055%{_mandir}/man1/smbclient.1*
1056%{_mandir}/man1/smbcquotas.1*
1057%{_mandir}/man1/smbtar.1*
1058%{_mandir}/man1/smbtree.1*
1059
1060%files winbind
1061%defattr(644,root,root,755)
1062%attr(754,root,root) /etc/rc.d/init.d/winbind
1063%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/winbind
1064%{systemdunitdir}/winbind.service
1065%attr(755,root,root) %{_bindir}/ntlm_auth
1066%attr(755,root,root) %{_bindir}/wbinfo
1067%attr(755,root,root) %{_sbindir}/winbindd
1068%attr(755,root,root) /%{_lib}/security/pam_winbind.so
1069%attr(755,root,root) /%{_lib}/libnss_winbind.so*
1070%attr(755,root,root) %{_libdir}/winbind_krb5_locator.so
295b7a55
AM
1071%attr(755,root,root) %{_libdir}/samba/libidmap-samba4.so
1072%attr(755,root,root) %{_libdir}/samba/libnss-info-samba4.so
c38c2d9d
JB
1073%dir %{_libdir}/samba/idmap
1074%attr(755,root,root) %{_libdir}/samba/idmap/ad.so
1075%attr(755,root,root) %{_libdir}/samba/idmap/autorid.so
1076%attr(755,root,root) %{_libdir}/samba/idmap/hash.so
1077%attr(755,root,root) %{_libdir}/samba/idmap/ldap.so
1078%attr(755,root,root) %{_libdir}/samba/idmap/rfc2307.so
1079%attr(755,root,root) %{_libdir}/samba/idmap/rid.so
1080%attr(755,root,root) %{_libdir}/samba/idmap/tdb2.so
1081%dir %{_libdir}/samba/nss_info
1082%attr(755,root,root) %{_libdir}/samba/nss_info/hash.so
1083%attr(755,root,root) %{_libdir}/samba/nss_info/rfc2307.so
1084%attr(755,root,root) %{_libdir}/samba/nss_info/sfu20.so
1085%attr(755,root,root) %{_libdir}/samba/nss_info/sfu.so
1086%{_mandir}/man1/ntlm_auth.1*
1087%{_mandir}/man1/wbinfo*.1*
1088%{_mandir}/man5/pam_winbind.conf.5*
1089%{_mandir}/man7/winbind_krb5_locator.7*
1090%{_mandir}/man8/idmap_ad.8*
1091%{_mandir}/man8/idmap_autorid.8*
1092%{_mandir}/man8/idmap_hash.8*
1093%{_mandir}/man8/idmap_ldap.8*
1094%{_mandir}/man8/idmap_nss.8*
1095%{_mandir}/man8/idmap_rfc2307.8*
1096%{_mandir}/man8/idmap_rid.8*
1097%{_mandir}/man8/idmap_tdb2.8*
1098%{_mandir}/man8/idmap_tdb.8*
1099%{_mandir}/man8/pam_winbind.8*
1100%{_mandir}/man8/winbindd*.8*
1101
1102%if %{with cups}
1103%files -n cups-backend-smb
1104%defattr(644,root,root,755)
1105%attr(755,root,root) %{cups_serverbin}/backend/smb
1106%attr(755,root,root) %{_bindir}/smbspool
1107%{_mandir}/man8/smbspool.8*
1108%endif
1109
1110%files -n nss_wins
1111%defattr(644,root,root,755)
1112%attr(755,root,root) /%{_lib}/libnss_wins.so*
1113
1114%files -n pam-pam_smbpass
1115%defattr(644,root,root,755)
1116%doc source3/pam_smbpass/{CHAN*,README,TODO} source3/pam_smbpass/samples
1117%attr(755,root,root) /%{_lib}/security/pam_smbpass.so
1118
1119%files -n smbget
1120%defattr(644,root,root,755)
1121%attr(755,root,root) %{_bindir}/smbget
1122%{_mandir}/man1/smbget.1*
1123%{_mandir}/man5/smbgetrc.5*
1124
d7a7a298
JR
1125%files libs
1126%defattr(644,root,root,755)
17dffdb7
JR
1127%if "%{_lib}" == "lib64"
1128/etc/ld.so.conf.d/samba64.conf
1129%else
d7a7a298 1130/etc/ld.so.conf.d/samba.conf
17dffdb7 1131%endif
e4310f27
JR
1132%attr(755,root,root) %{_libdir}/libdcerpc-atsvc.so.*.*.*
1133%attr(755,root,root) %ghost %{_libdir}/libdcerpc-atsvc.so.0
8e43bad6
JR
1134%attr(755,root,root) %{_libdir}/libdcerpc-binding.so.*.*.*
1135%attr(755,root,root) %ghost %{_libdir}/libdcerpc-binding.so.0
0b940f4e
JR
1136%attr(755,root,root) %{_libdir}/libdcerpc-samr.so.*.*.*
1137%attr(755,root,root) %ghost %{_libdir}/libdcerpc-samr.so.0
8e43bad6
JR
1138%attr(755,root,root) %{_libdir}/libdcerpc-server.so.*.*.*
1139%attr(755,root,root) %ghost %{_libdir}/libdcerpc-server.so.0
d7a7a298
JR
1140%attr(755,root,root) %{_libdir}/libdcerpc.so.*.*.*
1141%attr(755,root,root) %ghost %{_libdir}/libdcerpc.so.0
8e43bad6
JR
1142%attr(755,root,root) %{_libdir}/libgensec.so.*.*.*
1143%attr(755,root,root) %ghost %{_libdir}/libgensec.so.0
d7a7a298
JR
1144%attr(755,root,root) %{_libdir}/libndr-krb5pac.so.*.*.*
1145%attr(755,root,root) %ghost %{_libdir}/libndr-krb5pac.so.0
8e43bad6
JR
1146%attr(755,root,root) %{_libdir}/libndr-nbt.so.*.*.*
1147%attr(755,root,root) %ghost %{_libdir}/libndr-nbt.so.0
1148%attr(755,root,root) %{_libdir}/libndr.so.*.*.*
1149%attr(755,root,root) %ghost %{_libdir}/libndr.so.0
8e43bad6
JR
1150%attr(755,root,root) %{_libdir}/libndr-standard.so.*.*.*
1151%attr(755,root,root) %ghost %{_libdir}/libndr-standard.so.0
d7a7a298
JR
1152%attr(755,root,root) %{_libdir}/libregistry.so.*.*.*
1153%attr(755,root,root) %ghost %{_libdir}/libregistry.so.0
8e43bad6
JR
1154%attr(755,root,root) %{_libdir}/libsamba-credentials.so.*.*.*
1155%attr(755,root,root) %ghost %{_libdir}/libsamba-credentials.so.0
1156%attr(755,root,root) %{_libdir}/libsamba-hostconfig.so.*.*.*
1157%attr(755,root,root) %ghost %{_libdir}/libsamba-hostconfig.so.0
295b7a55
AM
1158%attr(755,root,root) %{_libdir}/libsamba-passdb.so.*.*.*
1159%attr(755,root,root) %ghost %{_libdir}/libsamba-passdb.so.0
d7a7a298
JR
1160%attr(755,root,root) %{_libdir}/libsamba-policy.so.*.*.*
1161%attr(755,root,root) %ghost %{_libdir}/libsamba-policy.so.0
4d036a87
JR
1162%attr(755,root,root) %{_libdir}/libsamba-util.so.*.*.*
1163%attr(755,root,root) %ghost %{_libdir}/libsamba-util.so.0
8e43bad6
JR
1164%attr(755,root,root) %{_libdir}/libsamdb.so.*.*.*
1165%attr(755,root,root) %ghost %{_libdir}/libsamdb.so.0
4d036a87
JR
1166%attr(755,root,root) %{_libdir}/libsmbclient-raw.so.*.*.*
1167%attr(755,root,root) %ghost %{_libdir}/libsmbclient-raw.so.0
8e43bad6
JR
1168%attr(755,root,root) %{_libdir}/libtevent-util.so.*.*.*
1169%attr(755,root,root) %ghost %{_libdir}/libtevent-util.so.0
1170%attr(755,root,root) %{_libdir}/libnetapi.so.0
4d036a87 1171%attr(755,root,root) %{_libdir}/libsmbconf.so.0
8e43bad6 1172%attr(755,root,root) %{_libdir}/libsmbldap.so.0
4d036a87 1173%dir %{_libdir}/samba
295b7a55
AM
1174%attr(755,root,root) %{_libdir}/samba/libaddns-samba4.so
1175%attr(755,root,root) %{_libdir}/samba/libads-samba4.so
1176%attr(755,root,root) %{_libdir}/samba/libasn1util-samba4.so
1177%attr(755,root,root) %{_libdir}/samba/libauth4-samba4.so
1178%attr(755,root,root) %{_libdir}/samba/libauthkrb5-samba4.so
1179%attr(755,root,root) %{_libdir}/samba/libauth-sam-reply-samba4.so
1180%attr(755,root,root) %{_libdir}/samba/libauth-samba4.so
1181%attr(755,root,root) %{_libdir}/samba/libauth-unix-token-samba4.so
1182%attr(755,root,root) %{_libdir}/samba/libCHARSET3-samba4.so
1183%attr(755,root,root) %{_libdir}/samba/libcliauth-samba4.so
1184%attr(755,root,root) %{_libdir}/samba/libcli-cldap-samba4.so
1185%attr(755,root,root) %{_libdir}/samba/libcli-ldap-common-samba4.so
1186%attr(755,root,root) %{_libdir}/samba/libcli-ldap-samba4.so
1187%attr(755,root,root) %{_libdir}/samba/libcli-nbt-samba4.so
1188%attr(755,root,root) %{_libdir}/samba/libcli-smb-common-samba4.so
1189%attr(755,root,root) %{_libdir}/samba/libcli-spoolss-samba4.so
1190%attr(755,root,root) %{_libdir}/samba/libcluster-samba4.so
1191%attr(755,root,root) %{_libdir}/samba/libcmdline-credentials-samba4.so
1192%attr(755,root,root) %{_libdir}/samba/libdb-glue-samba4.so
1193%attr(755,root,root) %{_libdir}/samba/libdbwrap-samba4.so
8e43bad6 1194%attr(755,root,root) %{_libdir}/samba/libdcerpc-samba4.so
295b7a55
AM
1195%attr(755,root,root) %{_libdir}/samba/libdcerpc-samba-samba4.so
1196%attr(755,root,root) %{_libdir}/samba/libdfs-server-ad-samba4.so
1197%attr(755,root,root) %{_libdir}/samba/libdsdb-module-samba4.so
1198%attr(755,root,root) %{_libdir}/samba/liberrors-samba4.so
1199%attr(755,root,root) %{_libdir}/samba/libevents-samba4.so
1200%attr(755,root,root) %{_libdir}/samba/libflag-mapping-samba4.so
1201%attr(755,root,root) %{_libdir}/samba/libgpo-samba4.so
1202%attr(755,root,root) %{_libdir}/samba/libgse-samba4.so
1203%attr(755,root,root) %{_libdir}/samba/libHDB-SAMBA4-samba4.so
1204%attr(755,root,root) %{_libdir}/samba/libhttp-samba4.so
1205%attr(755,root,root) %{_libdir}/samba/libinterfaces-samba4.so
1206%attr(755,root,root) %{_libdir}/samba/libkrb5samba-samba4.so
1207%attr(755,root,root) %{_libdir}/samba/libldbsamba-samba4.so
1208%attr(755,root,root) %{_libdir}/samba/liblibcli-lsa3-samba4.so
1209%attr(755,root,root) %{_libdir}/samba/liblibcli-netlogon3-samba4.so
1210%attr(755,root,root) %{_libdir}/samba/liblibsmb-samba4.so
1211%attr(755,root,root) %{_libdir}/samba/libLIBWBCLIENT-OLD-samba4.so
1212%attr(755,root,root) %{_libdir}/samba/libMESSAGING-samba4.so
1213%attr(755,root,root) %{_libdir}/samba/libmsrpc3-samba4.so
8e43bad6 1214%attr(755,root,root) %{_libdir}/samba/libndr-samba4.so
295b7a55
AM
1215%attr(755,root,root) %{_libdir}/samba/libndr-samba-samba4.so
1216%attr(755,root,root) %{_libdir}/samba/libnetif-samba4.so
1217%attr(755,root,root) %{_libdir}/samba/libnet-keytab-samba4.so
1218%attr(755,root,root) %{_libdir}/samba/libnon-posix-acls-samba4.so
1219%attr(755,root,root) %{_libdir}/samba/libnpa-tstream-samba4.so
1220%attr(755,root,root) %{_libdir}/samba/libntvfs-samba4.so
1221%attr(755,root,root) %{_libdir}/samba/libpac-samba4.so
1222%attr(755,root,root) %{_libdir}/samba/libpopt-samba3-samba4.so
1223%attr(755,root,root) %{_libdir}/samba/libposix-eadb-samba4.so
1224%attr(755,root,root) %{_libdir}/samba/libprinting-migrate-samba4.so
1225%attr(755,root,root) %{_libdir}/samba/libprocess-model-samba4.so
1226%attr(755,root,root) %{_libdir}/samba/libsamba3-util-samba4.so
1227%attr(755,root,root) %{_libdir}/samba/libsamba-cluster-support-samba4.so
1228%attr(755,root,root) %{_libdir}/samba/libsamba-debug-samba4.so
1229%attr(755,root,root) %{_libdir}/samba/libsamba-modules-samba4.so
1230%attr(755,root,root) %{_libdir}/samba/libsamba-net-samba4.so
1231%attr(755,root,root) %{_libdir}/samba/libsamba-python-samba4.so
1232%attr(755,root,root) %{_libdir}/samba/libsamba-security-samba4.so
1233%attr(755,root,root) %{_libdir}/samba/libsocket-blocking-samba4.so
1234%attr(755,root,root) %{_libdir}/samba/libsamba-sockets-samba4.so
1235%attr(755,root,root) %{_libdir}/samba/libsamdb-common-samba4.so
1236%attr(755,root,root) %{_libdir}/samba/libsecrets3-samba4.so
1237%attr(755,root,root) %{_libdir}/samba/libserver-role-samba4.so
1238%attr(755,root,root) %{_libdir}/samba/libservice-samba4.so
1239%attr(755,root,root) %{_libdir}/samba/libshares-samba4.so
1240%attr(755,root,root) %{_libdir}/samba/libsmbd-base-samba4.so
1241%attr(755,root,root) %{_libdir}/samba/libsmbd-conn-samba4.so
1242%attr(755,root,root) %{_libdir}/samba/libsmbd-shim-samba4.so
1243%attr(755,root,root) %{_libdir}/samba/libsmbldaphelper-samba4.so
1244%attr(755,root,root) %{_libdir}/samba/libsmbpasswdparser-samba4.so
1245%attr(755,root,root) %{_libdir}/samba/libsmbregistry-samba4.so
1246%attr(755,root,root) %{_libdir}/samba/libsmb-transport-samba4.so
1247%attr(755,root,root) %{_libdir}/samba/libtdb-compat-samba4.so
1248%attr(755,root,root) %{_libdir}/samba/libtdb-wrap-samba4.so
1249%attr(755,root,root) %{_libdir}/samba/libtrusts-util-samba4.so
1250%attr(755,root,root) %{_libdir}/samba/libutil-cmdline-samba4.so
1251%attr(755,root,root) %{_libdir}/samba/libutil-ntdb-samba4.so
1252%attr(755,root,root) %{_libdir}/samba/libutil-reg-samba4.so
1253%attr(755,root,root) %{_libdir}/samba/libutil-setid-samba4.so
1254%attr(755,root,root) %{_libdir}/samba/libutil-tdb-samba4.so
1255%attr(755,root,root) %{_libdir}/samba/libxattr-tdb-samba4.so
e71e0470 1256
f2b0247b
ER
1257%files devel
1258%defattr(644,root,root,755)
f1c7ad61
JR
1259%{_includedir}/samba-4.0/charset.h
1260%dir %{_includedir}/samba-4.0/core
1261%{_includedir}/samba-4.0/core/doserr.h
1262%{_includedir}/samba-4.0/core/error.h
295b7a55 1263%{_includedir}/samba-4.0/core/hresult.h
f1c7ad61
JR
1264%{_includedir}/samba-4.0/core/ntstatus.h
1265%{_includedir}/samba-4.0/core/werror.h
1266%{_includedir}/samba-4.0/credentials.h
1267%{_includedir}/samba-4.0/dcerpc.h
1268%{_includedir}/samba-4.0/dcerpc_server.h
1269%{_includedir}/samba-4.0/dlinklist.h
1270%{_includedir}/samba-4.0/domain_credentials.h
1271%dir %{_includedir}/samba-4.0/gen_ndr
1272%{_includedir}/samba-4.0/gen_ndr/atsvc.h
1273%{_includedir}/samba-4.0/gen_ndr/auth.h
1274%{_includedir}/samba-4.0/gen_ndr/dcerpc.h
8e43bad6
JR
1275%{_includedir}/samba-4.0/gen_ndr/drsblobs.h
1276%{_includedir}/samba-4.0/gen_ndr/drsuapi.h
f1c7ad61
JR
1277%{_includedir}/samba-4.0/gen_ndr/epmapper.h
1278%{_includedir}/samba-4.0/gen_ndr/krb5pac.h
1279%{_includedir}/samba-4.0/gen_ndr/lsa.h
1280%{_includedir}/samba-4.0/gen_ndr/mgmt.h
1281%{_includedir}/samba-4.0/gen_ndr/misc.h
1282%{_includedir}/samba-4.0/gen_ndr/nbt.h
f1c7ad61 1283%{_includedir}/samba-4.0/gen_ndr/ndr_atsvc.h
8e43bad6 1284%{_includedir}/samba-4.0/gen_ndr/ndr_atsvc_c.h
f1c7ad61 1285%{_includedir}/samba-4.0/gen_ndr/ndr_dcerpc.h
8e43bad6
JR
1286%{_includedir}/samba-4.0/gen_ndr/ndr_drsblobs.h
1287%{_includedir}/samba-4.0/gen_ndr/ndr_drsuapi.h
f1c7ad61 1288%{_includedir}/samba-4.0/gen_ndr/ndr_epmapper.h
8e43bad6 1289%{_includedir}/samba-4.0/gen_ndr/ndr_epmapper_c.h
f1c7ad61 1290%{_includedir}/samba-4.0/gen_ndr/ndr_krb5pac.h
f1c7ad61 1291%{_includedir}/samba-4.0/gen_ndr/ndr_mgmt.h
8e43bad6 1292%{_includedir}/samba-4.0/gen_ndr/ndr_mgmt_c.h
f1c7ad61
JR
1293%{_includedir}/samba-4.0/gen_ndr/ndr_misc.h
1294%{_includedir}/samba-4.0/gen_ndr/ndr_nbt.h
f1c7ad61 1295%{_includedir}/samba-4.0/gen_ndr/ndr_samr.h
8e43bad6 1296%{_includedir}/samba-4.0/gen_ndr/ndr_samr_c.h
f1c7ad61 1297%{_includedir}/samba-4.0/gen_ndr/ndr_svcctl.h
8e43bad6 1298%{_includedir}/samba-4.0/gen_ndr/ndr_svcctl_c.h
f1c7ad61
JR
1299%{_includedir}/samba-4.0/gen_ndr/netlogon.h
1300%{_includedir}/samba-4.0/gen_ndr/samr.h
1301%{_includedir}/samba-4.0/gen_ndr/security.h
1302%{_includedir}/samba-4.0/gen_ndr/server_id.h
1303%{_includedir}/samba-4.0/gen_ndr/svcctl.h
1304%{_includedir}/samba-4.0/gensec.h
8e43bad6 1305%{_includedir}/samba-4.0/ldap-util.h
f1c7ad61
JR
1306%{_includedir}/samba-4.0/ldap_errors.h
1307%{_includedir}/samba-4.0/ldap_message.h
1308%{_includedir}/samba-4.0/ldap_ndr.h
f1c7ad61
JR
1309%{_includedir}/samba-4.0/ldb_wrap.h
1310%{_includedir}/samba-4.0/ndr.h
1311%dir %{_includedir}/samba-4.0/ndr
295b7a55 1312%{_includedir}/samba-4.0/ndr/ndr_dcerpc.h
8e43bad6
JR
1313%{_includedir}/samba-4.0/ndr/ndr_drsblobs.h
1314%{_includedir}/samba-4.0/ndr/ndr_drsuapi.h
f1c7ad61
JR
1315%{_includedir}/samba-4.0/ndr/ndr_nbt.h
1316%{_includedir}/samba-4.0/ndr/ndr_svcctl.h
1317%{_includedir}/samba-4.0/param.h
1318%{_includedir}/samba-4.0/policy.h
8e43bad6 1319%{_includedir}/samba-4.0/read_smb.h
f1c7ad61
JR
1320%{_includedir}/samba-4.0/registry.h
1321%{_includedir}/samba-4.0/roles.h
1322%{_includedir}/samba-4.0/rpc_common.h
1323%dir %{_includedir}/samba-4.0/samba
1324%{_includedir}/samba-4.0/samba/session.h
f1c7ad61 1325%{_includedir}/samba-4.0/samba/version.h
8e43bad6 1326%{_includedir}/samba-4.0/samba_util.h
f1c7ad61 1327%{_includedir}/samba-4.0/share.h
8e43bad6
JR
1328%{_includedir}/samba-4.0/smb2.h
1329%{_includedir}/samba-4.0/smb2_constants.h
1330%{_includedir}/samba-4.0/smb2_create_blob.h
89730013 1331%{_includedir}/samba-4.0/smb2_lease.h
295b7a55 1332%{_includedir}/samba-4.0/smb2_lease_struct.h
8e43bad6
JR
1333%{_includedir}/samba-4.0/smb2_signing.h
1334%{_includedir}/samba-4.0/smb_cli.h
1335%{_includedir}/samba-4.0/smb_cliraw.h
1336%{_includedir}/samba-4.0/smb_common.h
1337%{_includedir}/samba-4.0/smb_composite.h
1338%{_includedir}/samba-4.0/smb_constants.h
1339%{_includedir}/samba-4.0/smb_raw.h
1340%{_includedir}/samba-4.0/smb_raw_interfaces.h
1341%{_includedir}/samba-4.0/smb_raw_signing.h
1342%{_includedir}/samba-4.0/smb_raw_trans2.h
1343%{_includedir}/samba-4.0/smb_request.h
1344%{_includedir}/samba-4.0/smb_seal.h
1345%{_includedir}/samba-4.0/smb_signing.h
1346%{_includedir}/samba-4.0/smb_unix_ext.h
1347%{_includedir}/samba-4.0/smb_util.h
f1c7ad61
JR
1348%{_includedir}/samba-4.0/tdr.h
1349%{_includedir}/samba-4.0/tsocket.h
1350%{_includedir}/samba-4.0/tsocket_internal.h
295b7a55 1351%{_includedir}/samba-4.0/tstream_smbXcli_np.h
f1c7ad61
JR
1352%dir %{_includedir}/samba-4.0/util
1353%{_includedir}/samba-4.0/util/attr.h
295b7a55 1354%{_includedir}/samba-4.0/util/blocking.h
f1c7ad61
JR
1355%{_includedir}/samba-4.0/util/byteorder.h
1356%{_includedir}/samba-4.0/util/data_blob.h
1357%{_includedir}/samba-4.0/util/debug.h
295b7a55
AM
1358%{_includedir}/samba-4.0/util/fault.h
1359%{_includedir}/samba-4.0/util/idtree.h
1360%{_includedir}/samba-4.0/util/idtree_random.h
f1c7ad61
JR
1361%{_includedir}/samba-4.0/util/memory.h
1362%{_includedir}/samba-4.0/util/safe_string.h
295b7a55 1363%{_includedir}/samba-4.0/util/signal.h
f1c7ad61 1364%{_includedir}/samba-4.0/util/string_wrappers.h
295b7a55 1365%{_includedir}/samba-4.0/util/substitute.h
f1c7ad61
JR
1366%{_includedir}/samba-4.0/util/talloc_stack.h
1367%{_includedir}/samba-4.0/util/tevent_ntstatus.h
1368%{_includedir}/samba-4.0/util/tevent_unix.h
1369%{_includedir}/samba-4.0/util/tevent_werror.h
1370%{_includedir}/samba-4.0/util/time.h
1371%{_includedir}/samba-4.0/util/xfile.h
8e43bad6 1372%{_includedir}/samba-4.0/util_ldb.h
31de16f4
JR
1373%{_includedir}/samba-4.0/lookup_sid.h
1374%{_includedir}/samba-4.0/machine_sid.h
1375%{_includedir}/samba-4.0/netapi.h
1376%{_includedir}/samba-4.0/passdb.h
1377%{_includedir}/samba-4.0/smbconf.h
1378%{_includedir}/samba-4.0/smb_ldap.h
1379%{_includedir}/samba-4.0/smbldap.h
8e43bad6
JR
1380%attr(755,root,root) %{_libdir}/libdcerpc-atsvc.so
1381%attr(755,root,root) %{_libdir}/libdcerpc-binding.so
1382%attr(755,root,root) %{_libdir}/libdcerpc-samr.so
1383%attr(755,root,root) %{_libdir}/libdcerpc-server.so
1384%attr(755,root,root) %{_libdir}/libdcerpc.so
1385%attr(755,root,root) %{_libdir}/libgensec.so
1386%attr(755,root,root) %{_libdir}/libndr-krb5pac.so
1387%attr(755,root,root) %{_libdir}/libndr-nbt.so
8e43bad6 1388%attr(755,root,root) %{_libdir}/libndr.so
31de16f4
JR
1389%attr(755,root,root) %{_libdir}/libndr-standard.so
1390%attr(755,root,root) %{_libdir}/libnetapi.so
8e43bad6
JR
1391%attr(755,root,root) %{_libdir}/libregistry.so
1392%attr(755,root,root) %{_libdir}/libsamba-credentials.so
1393%attr(755,root,root) %{_libdir}/libsamba-hostconfig.so
295b7a55 1394%attr(755,root,root) %{_libdir}/libsamba-passdb.so
8e43bad6
JR
1395%attr(755,root,root) %{_libdir}/libsamba-policy.so
1396%attr(755,root,root) %{_libdir}/libsamba-util.so
1397%attr(755,root,root) %{_libdir}/libsamdb.so
1398%attr(755,root,root) %{_libdir}/libsmbclient-raw.so
1399%attr(755,root,root) %{_libdir}/libsmbconf.so
31de16f4 1400%attr(755,root,root) %{_libdir}/libsmbldap.so
8e43bad6 1401%attr(755,root,root) %{_libdir}/libtevent-util.so
f1c7ad61 1402%{_pkgconfigdir}/dcerpc.pc
8e43bad6 1403%{_pkgconfigdir}/dcerpc_atsvc.pc
05913998
JR
1404%{_pkgconfigdir}/dcerpc_samr.pc
1405%{_pkgconfigdir}/dcerpc_server.pc
1406%{_pkgconfigdir}/gensec.pc
8e43bad6 1407%{_pkgconfigdir}/ndr.pc
05913998
JR
1408%{_pkgconfigdir}/ndr_krb5pac.pc
1409%{_pkgconfigdir}/ndr_nbt.pc
1410%{_pkgconfigdir}/ndr_standard.pc
31de16f4 1411%{_pkgconfigdir}/netapi.pc
05913998
JR
1412%{_pkgconfigdir}/registry.pc
1413%{_pkgconfigdir}/samba-credentials.pc
1414%{_pkgconfigdir}/samba-hostconfig.pc
1415%{_pkgconfigdir}/samba-policy.pc
1416%{_pkgconfigdir}/samba-util.pc
1417%{_pkgconfigdir}/samdb.pc
4d036a87 1418%{_pkgconfigdir}/smbclient-raw.pc
a9009cd3 1419%if %{without system_libs}
89730013 1420%{_mandir}/man3/ntdb.3*
a9009cd3 1421%endif
4d036a87 1422
382a477a
JR
1423%files pidl
1424%defattr(644,root,root,755)
1425%attr(755,root,root) %{_bindir}/pidl
1426%{_mandir}/man1/pidl.1*
1427%{_mandir}/man3/Parse::Pidl*.3*
1428%{perl_vendorlib}/Parse/Pidl*
29511e6d 1429
025a78ca 1430%files -n python-samba
9f6f5df1 1431%defattr(644,root,root,755)
c083eea8
JR
1432%dir %{py_sitedir}/samba
1433%attr(755,root,root) %{py_sitedir}/samba/*.so
1434%{py_sitedir}/samba/*.py[co]
1435%dir %{py_sitedir}/samba/dcerpc
1436%{py_sitedir}/samba/dcerpc/*.py[co]
1437%attr(755,root,root) %{py_sitedir}/samba/dcerpc/*.so
1438%dir %{py_sitedir}/samba/external
1439%{py_sitedir}/samba/external/*.py[co]
1440%dir %{py_sitedir}/samba/external/subunit
1441%{py_sitedir}/samba/external/subunit/*.py[co]
1442%dir %{py_sitedir}/samba/external/subunit/tests
1443%{py_sitedir}/samba/external/subunit/tests/*.py[co]
1444%dir %{py_sitedir}/samba/netcmd
1445%{py_sitedir}/samba/netcmd/*.py[co]
1446%dir %{py_sitedir}/samba/provision
1447%{py_sitedir}/samba/provision/*.py[co]
6ed8d415
JR
1448%dir %{py_sitedir}/samba/samba3
1449%attr(755,root,root) %{py_sitedir}/samba/samba3/*.so
1450%{py_sitedir}/samba/samba3/*.py[co]
c083eea8
JR
1451%dir %{py_sitedir}/samba/tests
1452%{py_sitedir}/samba/tests/*.py[co]
1453%dir %{py_sitedir}/samba/tests/blackbox
1454%{py_sitedir}/samba/tests/blackbox/*.py[co]
1455%dir %{py_sitedir}/samba/tests/samba_tool
1456%{py_sitedir}/samba/tests/samba_tool/*.py[co]
1457%dir %{py_sitedir}/samba/tests/dcerpc
1458%{py_sitedir}/samba/tests/dcerpc/*.py[co]
1459%dir %{py_sitedir}/samba/web_server
1460%{py_sitedir}/samba/web_server/*.py[co]
1461%if %{without system_libs}
ef67314f 1462%attr(755,root,root) %{py_sitedir}/ldb.so
a9009cd3 1463%attr(755,root,root) %{py_sitedir}/ntdb.so
ef67314f
JB
1464%attr(755,root,root) %{py_sitedir}/talloc.so
1465%attr(755,root,root) %{py_sitedir}/tdb.so
1466%attr(755,root,root) %{py_sitedir}/_tevent.so
c083eea8 1467%{py_sitedir}/tevent.py[co]
fd9d8b85 1468%endif
70ff6d03 1469
c083eea8 1470%files test
d1f5710a 1471%defattr(644,root,root,755)
c083eea8
JR
1472%attr(755,root,root) %{_bindir}/gentest
1473%attr(755,root,root) %{_bindir}/locktest
1474%attr(755,root,root) %{_bindir}/masktest
1475%attr(755,root,root) %{_bindir}/ndrdump
1476%attr(755,root,root) %{_bindir}/smbtorture
1477%attr(755,root,root) %{_libdir}/libtorture.so.*.*.*
1478%attr(755,root,root) %ghost %{_libdir}/libtorture.so.0
295b7a55
AM
1479%attr(755,root,root) %{_libdir}/samba/libsubunit-samba4.so
1480%attr(755,root,root) %{_libdir}/samba/libdlz-bind9-for-torture-samba4.so
c083eea8
JR
1481%{_mandir}/man1/gentest.1*
1482%{_mandir}/man1/locktest.1*
1483%{_mandir}/man1/masktest.1*
1484%{_mandir}/man1/ndrdump.1*
1485%{_mandir}/man1/smbtorture.1*
d1f5710a 1486
c083eea8 1487%files test-devel
4ecf4d28 1488%defattr(644,root,root,755)
c083eea8
JR
1489%attr(755,root,root) %{_libdir}/libtorture.so
1490%{_includedir}/samba-4.0/torture.h
1491%{_pkgconfigdir}/torture.pc
4ecf4d28 1492
fe5b5b93 1493%files -n libsmbclient
382a477a
JR
1494%defattr(644,root,root,755)
1495%attr(755,root,root) %{_libdir}/libsmbclient.so.*
382a477a 1496%attr(755,root,root) %{_libdir}/libwbclient.so.*
295b7a55 1497%attr(755,root,root) %{_libdir}/samba/libwinbind-client-samba4.so
287950f2 1498%{_mandir}/man7/libsmbclient.7*
382a477a 1499
fe5b5b93 1500%files -n libsmbclient-devel
382a477a
JR
1501%defattr(644,root,root,755)
1502%attr(755,root,root) %{_libdir}/libsmbclient.so
382a477a 1503%attr(755,root,root) %{_libdir}/libwbclient.so
5a89b1cc 1504%dir %{_includedir}/samba-4.0
e98238cc
JR
1505%{_includedir}/samba-4.0/libsmbclient.h
1506%{_includedir}/samba-4.0/wbclient.h
1507%{_pkgconfigdir}/smbclient.pc
1508%{_pkgconfigdir}/wbclient.pc
382a477a 1509
382a477a 1510%if %{with ldap}
025a78ca 1511%files -n openldap-schema-samba
382a477a 1512%defattr(644,root,root,755)
a3c4e78e 1513%{schemadir}/samba.schema
382a477a 1514%endif
This page took 0.690615 seconds and 4 git commands to generate.