Accepting request 389520 from network:samba:STABLE

badlock fixes (bsc#936862, bsc#971965, bsc#973031, bsc#973032, bsc#973033, bsc#973034, bsc#973035, bsc#973036)

OBS-URL: https://build.opensuse.org/request/show/389520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=200
This commit is contained in:
Dominique Leuenberger 2016-04-14 11:02:20 +00:00 committed by Git OBS Bridge
commit 3937a68e9e
10 changed files with 240 additions and 355 deletions

View File

@ -1,15 +1,13 @@
libdcerpc0
libdcerpc-atsvc0
libdcerpc-binding0
libdcerpc-samr0
libgensec0
libndr0
libndr-krb5pac0
libndr-nbt0
libndr-standard0
libnetapi0
libregistry0
libsamba-credentials0
libsamba-errors0
libsamba-hostconfig0
libsamba-passdb0
obsoletes "libpdb0-<targettype> < <version>"
@ -17,14 +15,10 @@ libsamba-policy0
libsamba-util0
libsamdb0
libsmbclient0
libsmbclient-raw0
libsmbconf0
libsmbldap0
libtevent-util0
libwbclient0
samba
supplements "packageand(samba:pam-<targettype>)"
-/usr/lib/samba
samba-winbind
supplements "packageand(samba-winbind:pam-<targettype>)"
supplements "packageand(samba-winbind:glibc-<targettype>)"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fa1431747f09601c4503dd9c3daaf4096a7131fa063c441546fc33aa4070efa
size 12446
oid sha256:6ddfa00c9c8413dfdc4fc247d069239b5c2cc194e139bd1d6e1abd6cdca30753
size 41306

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iD8DBQBWzZXEbzORW2Vot+oRAjABAJ9RI2SD1oraGL+r+wcVDh6aRwcewgCcCDOx
OaklXNMcrjyDshzbYqVSe5U=
=HzGI
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3251eca5b196854e79978f4a92d5fd2b55bd7b0a252a65131a9be02be6754924
size 20445038

7
samba-4.4.2.tar.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iD8DBQBXC2ZibzORW2Vot+oRAj2SAJ9gPCujAn6JXdCj8TdphYo78IrCogCbBguQ
Sqly5PBxG/A3+bdMPE13NlY=
=MyvL
-----END PGP SIGNATURE-----

3
samba-4.4.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eaecd41a85ebb9507b8db9856ada2a949376e9d53cf75664b5493658f6e5926a
size 20711230

View File

@ -1,3 +1,102 @@
-------------------------------------------------------------------
Wed Apr 13 12:55:30 UTC 2016 - dimstar@opensuse.org
- Update to comply with openSUSE shared library packaging policy.
-------------------------------------------------------------------
Sat Apr 9 21:36:02 UTC 2016 - jmcdonough@suse.com
- Update to 4.4.2
+ A man-in-the-middle can downgrade NTLMSSP authentication;
CVE-2016-2110; (bso#11688); (bsc#973031).
+ Domain controller netlogon member computer can be spoofed;
CVE-2016-2111; (bso#11749); (bsc#973032).
+ LDAP conenctions vulnerable to downgrade and MITM attack;
CVE-2016-2112; (bso#11644); (bsc#973033).
+ TLS certificate validation missing; CVE-2016-2113; (bso#11752);
(bsc#973034).
+ Named pipe IPC vulnerable to MITM attacks; CVE-2016-2115;
(bso#11756); (bsc#973036).
+ "Badlock" DCERPC impersonation of authenticated account possible;
CVE-2016-2118; (bso#11804); (bsc#971965).
+ DCERPC server and client vulnerable to DOS and MITM attacks;
CVE-2015-5370; (bso#11344); (bsc#936862).
-------------------------------------------------------------------
Tue Mar 22 17:36:01 UTC 2016 - lmuelle@suse.com
- Obsolete libsmbclient from libsmbclient0 while not providing it;
(bsc#972197).
-------------------------------------------------------------------
Tue Mar 22 14:00:05 UTC 2016 - lmuelle@suse.com
- Update to 4.4.0.
+ Read of uninitialized memory DNS TXT handling; (bso#11128); (bso#11686);
CVE-2016-0771.
+ Getting and setting Windows ACLs on symlinks can change permissions on link
target; (bso#11648); CVE-2015-7560.
+ Sockets with htons(IPPROTO_RAW); (bso#11705); CVE-2015-8543.
+ s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem
with no ACL support; (bso#10489).
+ docs: Add example for domain logins to smbspool man page; (bso#11643).
+ smbd: Show correct disk size for different quota and dfree block sizes;
(bso#11681).
+ docs: Add smbspool_krb5_wrapper manpage; (bso#11690).
+ winbindd: Return trust parameters when listing trusts; (bso#11691).
+ ctdb: Do not provide a useless pkgconfig file for ctdb; (bso#11696).
+ Crypto.Cipher.ARC4 is not available on some platforms, fallback to
M2Crypto.RC4.RC4 then; (bso#11699).
+ s3:utils/smbget: Set default blocksize; (bso#11700).
+ Streamline 'smbget' options with the rest of the Samba utils; (bso#11700).
+ s3:clispnego: Fix confusing warning in spnego_gen_krb5_wrap(); (bso#11702).
+ s3: smbd: Fix timestamp rounding inside SMB2 create; (bso#11703).
+ loadparm: Fix memory leak issue; (bso#11708).
+ lib/tsocket: Work around sockets not supporting FIONREAD; (bso#11714).
+ s3:vfs:glusterfs: Fix build after quota changes; (bso#11715).
+ ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."; (bso#11719).
+ lib:socket: Fix CID 1350010: Integer OVERFLOW_BEFORE_WIDEN; (bso#11723).
+ smbd: Fix CID 1351215 Improper use of negative value; (bso#11724).
+ smbd: Fix CID 1351216 Dereference null return value; (bso#11725).
+ s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new
file; (bso#11727).
+ docs: Add manpage for cifsdd; (bso#11730).
+ param: Fix str_list_v3 to accept ; again; (bso#11732).
+ lib/socket: Fix improper use of default interface speed; (bso#11734).
+ lib:socket: Fix CID 1350009: Fix illegal memory accesses
(BUFFER_SIZE_WARNING); (bso#11735).
+ libcli: Fix debug message, print sid string for new_ace trustee;
(bso#11738).
+ Fix installation path of Samba helper binaries; (bso#11739).
+ Fix memory leak in loadparm; (bso#11740).
+ tevent: version 0.9.28: Fix memory leak when old signal action restored;
(bso#11742).
+ smbd: Ignore SVHDX create context; (bso#11753).
+ Fix net join; (bso#11755).
+ s3:libads: setup the msDS-SupportedEncryptionTypes attribute on ldap_add;
(bso#11755).
+ passdb: Add linefeed to debug message; (bso#11763).
+ s3:utils/smbget: Fix option parsing; (bso#11767).
+ libnet: Make Kerberos domain join site-aware; (bso#11769).
+ Reset TCP Connections during IP failover; (bso#11770).
+ ldb: Version 1.1.26; (bso#11772).
+ s3:smbd: Add negprot remote arch detection for OSX; (bso#11773).
+ vfs_glusterfs: Fix use after free in AIO callback; (bso#11774).
+ mkdir can return ACCESS_DENIED incorrectly on create race; (bso#11780).
+ "trustdom_list_done: Got invalid trustdom response" message should be
avoided; (bso#11782).
+ Mismatch between local and remote attribute ids lets replication fail with
custom schema; (bso#11783).
+ Quota is not supported on Solaris 10; (bso#11788).
+ Talloc: Version 2.1.6; (bso#11789).
+ smbd: Enable multi-channel if 'server multi channel support = yes' in the
config; (bso#11796).
+ build: Fix build when '--without-quota' specified; (bso#11798).
+ lib/socket/interfaces: Fix some uninitialied bytes; (bso#11802).
+ Access based share enum: handle permission set in configuration files;
(bso#8093).
+ See also WHATSNEW.txt from the samba-doc package.
-------------------------------------------------------------------
Sun Mar 6 16:23:02 UTC 2016 - jmcdonough@suse.com
@ -7,6 +106,11 @@ Sun Mar 6 16:23:02 UTC 2016 - jmcdonough@suse.com
+ Fix Out-of-bounds read in internal DNS server; CVE-2016-0771;
(bso#11128); (bso#11686); (bsc#968223).
-------------------------------------------------------------------
Thu Mar 3 11:37:35 UTC 2016 - nopower@suse.com
- Upgrade on-disk FSRVP server state to new version; (bsc#924519).
-------------------------------------------------------------------
Tue Mar 1 18:03:17 UTC 2016 - lmuelle@suse.com
@ -17,6 +121,11 @@ Tue Mar 1 17:28:09 UTC 2016 - lmuelle@suse.com
- Relocate existing lock files to /var/lib/samba/lock; (bsc#968963).
-------------------------------------------------------------------
Thu Feb 25 10:16:06 UTC 2016 - lmuelle@suse.com
- Obsolete no longer existing samba-32bit package; (bsc#967625).
-------------------------------------------------------------------
Tue Feb 23 09:47:53 UTC 2016 - lmuelle@suse.com
@ -54,6 +163,11 @@ Mon Feb 22 16:16:32 UTC 2016 - lmuelle@suse.com
- Shift samba-client sysconfig data into samba and samba-winbind; (bsc#947361).
-------------------------------------------------------------------
Wed Feb 17 17:44:10 UTC 2016 - lmuelle@suse.com
- Simplify shared library packaging; (bsc#966956).
-------------------------------------------------------------------
Sun Feb 14 18:41:34 UTC 2016 - lmuelle@suse.com
@ -153,6 +267,12 @@ Tue Dec 1 16:48:13 UTC 2015 - lmuelle@suse.com
open directory handle; (bso#11615).
+ Changing log level of two entries to DBG_NOTICE; (bso#9912).
-------------------------------------------------------------------
Mon Nov 16 16:27:49 UTC 2015 - nopower@suse.com
- Ensure samlogon fallback requests are rerouted after kerberos failure;
(bnc#953382); (bnc#953972).
-------------------------------------------------------------------
Sat Nov 14 18:31:04 UTC 2015 - lmuelle@suse.com

View File

@ -1,5 +1,8 @@
pub 1024D/6568B7EA 2007-02-04 [expires: 2014-02-25]
uid Samba Distribution Verification Key <samba-bugs@samba.org>
sub 2048g/DA6DFB44 2007-02-04 [expires: 2014-02-25]
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2
Version: GnuPG v1.4.11 (GNU/Linux)
mQGiBEXGOUcRBACooMht/2pmNT3bKZn1WEFQa+sXe6nxi3G6lH5bIBUKp85SDM57
4qTcBIJXhwfGABeSvyUdZJbBxJDD5bNiO4k+Y5j3t8t9hb2FKgJ1bXL2aO5BbFnJ
@ -11,75 +14,29 @@ JMZABACis5ms470DH3OwU7b32lDDLFWlwGEQX+OKQealhYgz3hdIzO+cm6Gz0/z1
YGl8oV0dc1tG2EfsndDx7QRwrBoxahfsgClN4K8HLtbBy1Ox9kZn+hr1yNEaPdko
+W5bC96Wo2RqnSP09qJ5/tp6rXXCLIgF/+PeCJtP31MaMP0Jo7Q6U2FtYmEgRGlz
dHJpYnV0aW9uIFZlcmlmaWNhdGlvbiBLZXkgPHNhbWJhLWJ1Z3NAc2FtYmEub3Jn
PohGBBARAgAGBQJFxjl1AAoJEFzV2gcVe8leqE8AoJ0hBQrNqQMFuS1NtgH1Q8If
XuQJAJ9pNHUaBo9lC/ybOKr397AahMOK64hGBBARAgAGBQJFxjnGAAoJECEe6jHY
NRH2cgwAoMr0VwJldF1IR9b2zTBBvfrBV2gsAKDkE7JNfYty7stz8PtYA2lHgs3i
3YhmBBMRAgAmBQJFxjlHAhsDBQkB4TOABgsJCAcDAgQVAggDBBYCAwECHgECF4AA
CgkQbzORW2Vot+oV+QCfVPubkZlw6Cfv6+/ilYvWJGBV8fwAn1RnIWttHky6/MZj
dc00LRgzo2p5iEYEEBECAAYFAkXIC4MACgkQi9gubzC5S1zMJgCgqQOcgVsXQ7IT
BsUTEFPiGPwUis8An1sb+UQfnsoRVoiwxiczw55ACi1BiEYEEBECAAYFAkXIMMUA
CgkQ3L4Y/6A1U7wMMACgg4+AVtovhtY6y1qip9uZ8qwbnkkAni269FhHSPKfGGEn
fkrN/Q2/3EY7iEYEEBECAAYFAkYNcugACgkQp6cLM3ld2XFzGwCffyD/eMhEKCN6
j5FCSbb3rhkyR/kAn0PlFtYrTNkrc1dOezhvaZZCPBHWiEYEEBECAAYFAkZQmboA
CgkQVVCoNUmKuAcl1wCdEzFgS3DIgIhYy6Id5a9EqUjArLkAnArdjXskM952gLuy
JjgictCiHdIeiEYEEBECAAYFAkZdvkMACgkQw1Ohknblb7ZN8gCgjD/SWG0qBCBD
7w19I5kVTijU9j4AmwbPf4wU7hY942tn1NxUyKwF+edxiGYEExECACYCGwMGCwkI
BwMCBBUCCAMEFgIDAQIeAQIXgAUCR81nqQUJA+hh4gAKCRBvM5FbZWi36vi9AJ4m
VG9nQnBvew0UM4d+/wi+9Lb31ACfSriqm7CdG27eSY4+631lFdRV9meIRgQQEQIA
BgUCSS7ebQAKCRBI6TdojuEWiAsSAJ4ow6jIZS1ynkWqGaykbZXCQoG5CQCdGWgG
x59LsB1R+IVv5HzvyKSQpuWIZgQTEQIAJgIbAwYLCQgHAwIEFQIIAwQWAgMBAh4B
AheABQJJtjjzBQkHsmasAAoJEG8zkVtlaLfqxAQAoI0BuXAfJd6e36a/2rt4zVFO
3EmeAKCrWxRIFlIWArnqOfG2peNa9+tnQohGBBARAgAGBQJKHm3CAAoJEF6MeFp0
Z3tp7+YAnRIsms4zGAX6q/WtKSUAzf4giMWnAKCTssyafibiLZu5ZimXEWJnD2ap
rIhGBBARAgAGBQJKHm3aAAoJEBSRKbUIDcvCaKEAoJnS/xnmtj5g61Nmb6KQN2mK
frlGAJ9aZZr9OzwLlY4njTIlHYQqVFNtSohmBBMRAgAmAhsDBgsJCAcDAgQVAggD
BBYCAwECHgECF4AFAk1jjnEFCQl+iKoACgkQbzORW2Vot+o+KQCgkMVKNdbKjF9s
F7k97c0qd/xMyy8AnR6EnNmLXPZNxQlcp9ZWYcPl+IUiiGYEExECACYCGwMGCwkI
BwMCBBUCCAMEFgIDAQIeAQIXgAUCT0qLegUJDUa5MwAKCRBvM5FbZWi36goxAKDF
Nnoa+jpwmxV1UvNSIk9wcP21bgCeOI5MXoXQbrSg8rQjEo6Ma9VD7iuIXgQQEQgA
BgUCUjUW1AAKCRAReIUFQSicO362AP9mGjkr3cZuUzEnP7RJBX/Go4Crd4LdFn1e
vGwGzJNoTgD/YHwts95bV2DYqfeY7BB4PxYmbthqS3WToBlNxK0HZMqIZgQTEQIA
JgIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheABQJS2PAdBQkQ1R3SAAoJEG8zkVtl
aLfquyQAnjooEPX3BhAhWP/vBX/O2mvzRxsKAKCoCbKGjolO3ATr3p2AYqOhtXzA
n4kCIAQQAQoACgUCUx+R+AMFATwACgkQlbYYGy0z6ewu9Q//bI6goLONQNW0Vz9E
uHUlgezl42QbvTWF/dUEwU7sLdRuRDgugFxjTmsZP3WRuPihZwYsKLQDrmMrWHqh
i+BsU03eQ2wlu5VFP2kaJKtSuErsEe1l2OIpvRGJy7fxEd9tjAK6qrO3oXao4I07
nd6TxQugYyxlR+m5NX2QhlFwy4B2VuH7habJk7fIy7j8F2CW9z/DiJBz1rtW4Btm
7ZrWR3Ha4m8LLuCDuN4oQVMezOKYJCb4sXZWCTSlPC3ZC7yhbumNlcBIx1g7Mo0x
SO5Q7d4tk/AfA6uxGFN3XSUl4uei8ojcOVzb76oP9Yg31jeDcmFRYCzFHVUpbGy3
2syGRYnDlKYBxjhoGACp109j3TmuReZHmqLRkG3bzD1l/SZnaXTyMNcBhWIk6WbQ
J1wjUK2tkO3eDCepoTgGsmmT9xSwBMj6YBuIrv+uV8BHmHJnl8vJZnV8RbMj50ep
J7DEw7ieYYvRu842qfr+/B1/O4/CoZQGwrEA8La1Gku2LYRCz7C6GLqQgZNt3AJi
YgOx99qcvHua1ZcdNAA7jFScPPno4zntqZTdmUsFD5cYieyHfcINcYyD8qBrRkNZ
v3mjEUj0UeWcyceGGM5NE2ZkQVgttBIRYwNnIYP6Prqwupx8TbbAeaZ/5Jv9+EoP
Ohv06niebO/ghKq3xHHvPnxRWROIZgQTEQIAJgIbAwYLCQgHAwIEFQIIAwQWAgMB
Ah4BAheABQJWqJ6oBQkSw5jbAAoJEG8zkVtlaLfqADYAoLWH3Gvuc5d2nacZKyWT
BuHN8VoOAJ9uNmTAl3Kaad1rWdAytLHL0Psi24kCHAQQAQoABgUCVly3ZgAKCRDX
0EXSfsgJeVvmD/9LU8y/aSSfqVZ0x1O/WnzSnax++NshMHRep+hvthZM96d+O/bD
W3MuoZpiSoizg+WSuVoCY/207E8W/gYSyqC9/aiIctyFQW12RBnR+R+ra4Wq6I9m
HF6mp5Yb8RFZjquBx94qLpV85rL7HiNHdOys0hgJOVUzx2nhg8KRH3Gr1q7jPRn9
37flIA94tFtaji7/TFt0uPJQ6q6qJdWXaqZyd3m3yeqNKhqI/gMHV9pavFcI9GQ3
En36Byfigwdlo7IbUaJDSF9UH1OpXjZANxQneNpTjDr5LxQBwtmTcVwj1CwGh10s
Y5vIGCnpLxeAzgnTNrSKDQz08cEbKkhjxTZnJ0YT6xBwWRRPJ3HFJbzWG1Ps7I0e
7n3N6nVx/+zT8NdaybM+/RuTmo0QGeDPFF/hPe4APkr8Gb0GRi8GNw3QWgrQgUa3
oNw66b2M6J1DGB7LbbrXgV3joS5wPcZaD4uIGorv/CeeGvi+5TlQvmfEHOrrFFCr
pacR331/qCPvvO+2nTsqcMkOUTuUKkgHXsmuseMCQMOPrNtwb3H2sgPR8NgCS/S2
o3KPZJxfiXXGTeauhxhhlZzwKAT7Zk4HPyFZivXH65shoHX/eUdU5v9bfNW8pk1J
SBZlgSSpRLKOleZB4y1V433+roImNANcFIcue087vtraULUMoUISthi017kCDQRF
xjlhEAgAyDleE6VRurQ11O2A9VYyd/cXbqJolk4PeHSDg4NW2Ry78FGuSNV+87I2
JoIWeUGulsTZJ20csFp2j9DzjF0jLKVVp6gUE2ZJ8XQKTGzEBJKNKTyUi8HUw9/t
MuYbeHnX9PGrFnUgU+cr7uTmpODv0mtz+ZTSHvEN0o36kWIkl9drloKnoftibEAu
dC6/a58/QDIyqmRMdr+1ypwpMaGhctV8DqT4ybSLjxWkiOTrpzbLoV2HhkL+zKqg
NkTbrpaJ6B4JfSemM0QY3ZgwdvC5viSl8iaZxw61JCunOdOBLsVV10CjryzT8KHd
1PPTgmd4BWVP83hEkHaVsVzIkL1KjwAECwgAp259HGGl4Zd1J50IMj2FVCVddv7A
I4ZYAEKtPEj4EyaeBhPycfQtijEu3ZVmB+LYw0m3jvkSy3dup6XYYsvAp/VL7Cbw
7O9f/uUtj06Vdenh+UM0GZLyfz15JEV0NSJaL5L7eayonhwseJ+kGW+bXfQLgHkW
ae+VFxETu6Vyhv+e6P0s7MKw/7UhCkaQSkBA+Hh7D6IS8N3TCg1huoS0X+BkfL/s
SixYr6l697bRC2/cUu2cmas+hUhbnEAKel2P8Y50dwhc3yqvaRzuD8L4VOd7kHiP
bLgB0j3nMX1CHEH6wmjeiupLRDGPisXkyVIKgexZ7JKspwqH9DDdjgONPohPBBgR
AgAPAhsMBQJS2PADBQkQ1R2SAAoJEG8zkVtlaLfqWU0AniUMsF8RV9nmW1GHMHS8
wqZrPHDbAJ9A9GHh4cjTsKMmRsY6FDkDm8mExYhPBBgRAgAPAhsMBQJWqJ7LBQkS
w5jfAAoJEG8zkVtlaLfqUDsAoJ+8uAN6QwA2/rTczqOS9X0HBZcWAJoDDzpbIrmO
IXfqVtVIygrSB2irjg==
=49H5
PohmBBMRAgAmAhsDBgsJCAcDAgQVAggDBBYCAwECHgECF4AFAk9Ki3oFCQ1GuTMA
CgkQbzORW2Vot+oKMQCgxTZ6Gvo6cJsVdVLzUiJPcHD9tW4AnjiOTF6F0G60oPK0
IxKOjGvVQ+4riEYEEBECAAYFAkXGOXUACgkQXNXaBxV7yV6oTwCgnSEFCs2pAwW5
LU22AfVDwh9e5AkAn2k0dRoGj2UL/Js4qvf3sBqEw4rriEYEEBECAAYFAkXGOcYA
CgkQIR7qMdg1EfZyDACgyvRXAmV0XUhH1vbNMEG9+sFXaCwAoOQTsk19i3Luy3Pw
+1gDaUeCzeLdiEYEEBECAAYFAkXIMMUACgkQ3L4Y/6A1U7wMMACgg4+AVtovhtY6
y1qip9uZ8qwbnkkAni269FhHSPKfGGEnfkrN/Q2/3EY7iEYEEBECAAYFAkYNcugA
CgkQp6cLM3ld2XFzGwCffyD/eMhEKCN6j5FCSbb3rhkyR/kAn0PlFtYrTNkrc1dO
ezhvaZZCPBHWiEYEEBECAAYFAkZQmboACgkQVVCoNUmKuAcl1wCdEzFgS3DIgIhY
y6Id5a9EqUjArLkAnArdjXskM952gLuyJjgictCiHdIeiEYEEBECAAYFAkZdvkMA
CgkQw1Ohknblb7ZN8gCgjD/SWG0qBCBD7w19I5kVTijU9j4AmwbPf4wU7hY942tn
1NxUyKwF+edxuQINBEXGOWEQCADIOV4TpVG6tDXU7YD1VjJ39xduomiWTg94dIOD
g1bZHLvwUa5I1X7zsjYmghZ5Qa6WxNknbRywWnaP0POMXSMspVWnqBQTZknxdApM
bMQEko0pPJSLwdTD3+0y5ht4edf08asWdSBT5yvu5Oak4O/Sa3P5lNIe8Q3SjfqR
YiSX12uWgqeh+2JsQC50Lr9rnz9AMjKqZEx2v7XKnCkxoaFy1XwOpPjJtIuPFaSI
5OunNsuhXYeGQv7MqqA2RNuulonoHgl9J6YzRBjdmDB28Lm+JKXyJpnHDrUkK6c5
04EuxVXXQKOvLNPwod3U89OCZ3gFZU/zeESQdpWxXMiQvUqPAAQLCACnbn0cYaXh
l3UnnQgyPYVUJV12/sAjhlgAQq08SPgTJp4GE/Jx9C2KMS7dlWYH4tjDSbeO+RLL
d26npdhiy8Cn9UvsJvDs71/+5S2PTpV16eH5QzQZkvJ/PXkkRXQ1Ilovkvt5rKie
HCx4n6QZb5td9AuAeRZp75UXERO7pXKG/57o/SzswrD/tSEKRpBKQED4eHsPohLw
3dMKDWG6hLRf4GR8v+xKLFivqXr3ttELb9xS7ZyZqz6FSFucQAp6XY/xjnR3CFzf
Kq9pHO4PwvhU53uQeI9suAHSPecxfUIcQfrCaN6K6ktEMY+KxeTJUgqB7Fnskqyn
Cof0MN2OA40+iE8EGBECAA8CGwwFAk9Ki+YFCQ1GuYUACgkQbzORW2Vot+poJACe
Mx7cSix0y3zIgTvAIty06thlOMUAn1hZdeMtAkWjaKfu8LWk/umBetPI
=49fm
-----END PGP PUBLIC KEY BLOCK-----

View File

@ -120,7 +120,7 @@ BuildRequires: systemd-devel
%if 0%{?build_ctdb_pmda}
BuildRequires: libpcp-devel
%endif
%define samba_ver 4.3.6
%define samba_ver 4.4.2
%define samba_ver_suffix %nil
%if "%{samba_ver_suffix}" == ""
%define samba_source_location https://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@ -142,14 +142,15 @@ BuildRequires: libpcp-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3619
%define SOURCE_TIMESTAMP 3643
%define BRANCH %{version}
%global with_mitkrb5 1
%global with_dc 0
Version: 4.3.6
Version: 4.4.2
Release: 0
Url: https://www.samba.org/
Obsoletes: samba-gplv3 < %{version}
Obsoletes: samba-32bit < %{version}
%if 0%{?suse_version} > 1030
Recommends: cron
Recommends: logrotate
@ -281,7 +282,6 @@ how to.
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
%package core-devel
Summary: Development files shared by Samba subpackages
@ -296,7 +296,6 @@ develop programs which make use of the Samba core.
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%endif
%if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110
@ -392,19 +391,6 @@ Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package test-devel
Summary: Testing devel files for Samba servers and clients
License: GPL-3.0+
Group: Development/Libraries/C and C++
%description test-devel
samba-test-devel provides testing devel files for both the server and client
packages of Samba.
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package winbind
Summary: Winbind Daemon and Tool
License: GPL-3.0+
@ -465,16 +451,6 @@ Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n ctdb-devel
Summary: Libraries and Header Files to Develop Programs with ctdb support
License: GPL-3.0+
Group: Development/Libraries/C and C++
%description -n ctdb-devel
This package contains the static libraries and header files needed to
develop programs which make use of ctdb.
%if 0%{?build_ctdb_pmda}
%package -n ctdb-pcp-pmda
Summary: Performance Co-Pilot (PCP) monitoring agent
@ -497,36 +473,6 @@ Group: Development/Tools
Test suite for clustered database (CTDB).
%package -n libdcerpc-atsvc0
Summary: DCE/RPC AT scheduler service library
License: GPL-3.0+
Group: System/Libraries
%description -n libdcerpc-atsvc0
ATSVC is a DCE/RPC based protocol used by CIFS hosts to
access/control the AT-Scheduler Service across a network.
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libdcerpc-atsvc-devel
Summary: Development files for the DCE/RPC ATSVC library
License: GPL-3.0+
Group: Development/Libraries/C and C++
Requires: libdcerpc-atsvc0 = %{version}
%description -n libdcerpc-atsvc-devel
ATSVC is a DCE/RPC based protocol used by CIFS hosts to
access/control the AT-Scheduler Service across a network.
This subpackage contains libraries and header files for developing
applications that want to make use of libdcerpc-atsvc.
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libdcerpc-binding0
Summary: Some samba library
License: GPL-3.0+
@ -603,32 +549,6 @@ Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libgensec0
Summary: Samba generic security library
License: GPL-3.0+
Group: System/Libraries
%description -n libgensec0
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libgensec-devel
Summary: Development files for Samba's generic security library
License: GPL-3.0+
Group: Development/Libraries/C and C++
Requires: libgensec0 = %{version}
Requires: samba-core-devel = %{version}
%description -n libgensec-devel
This subpackage contains libraries and header files for developing
applications that want to make use of libgensec.
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libndr-krb5pac0
Summary: NDR marshallers for the KRB5 PAC formats
License: GPL-3.0+
@ -738,32 +658,6 @@ Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libregistry0
Summary: Windows-style registry library
License: GPL-3.0+
Group: System/Libraries
%description -n libregistry0
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libregistry-devel
Summary: Development files for the Samba Windows-style registry library
License: GPL-3.0+
Group: Development/Libraries/C and C++
Requires: libregistry0 = %{version}
Requires: samba-core-devel = %{version}
%description -n libregistry-devel
This subpackage contains libraries and header files for developing
applications that want to make use of libregistry.
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libsamba-credentials0
Summary: Samba credential management library
License: GPL-3.0+
@ -789,6 +683,31 @@ Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libsamba-errors0
Summary: Samba errors handling library
License: GPL-3.0+
Group: System/Libraries
%description -n libsamba-errors0
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libsamba-errors-devel
Summary: Development files for the Samba errors handling library
License: GPL-3.0+
Group: Development/Libraries/C and C++
Requires: libsamba-errors0 = %{version}
%description -n libsamba-errors-devel
This subpackage contains libraries and header files for developing
applications that want to make use of libsamba-errors.
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libsamba-hostconfig0
Summary: Host-wide Samba configuration library
License: GPL-3.0+
@ -921,32 +840,6 @@ Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libsmbclient-raw0
Summary: Samba4's raw SMB client library
License: GPL-3.0+
Group: System/Libraries
%description -n libsmbclient-raw0
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libsmbclient-raw-devel
Summary: Development files for Samba4's raw SMB client library
License: GPL-3.0+
Group: Development/Libraries/C and C++
Requires: libsmbclient-raw0 = %{version}
Requires: samba-core-devel = %{version}
%description -n libsmbclient-raw-devel
This subpackage contains libraries and header files for developing
applications that want to make use of libsmbclient-raw.
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%package -n libsmbconf0
Summary: Samba3 configuration library
License: GPL-3.0+
@ -1042,8 +935,7 @@ Branch: %{BRANCH}
%package -n %{libsmbclient_name}
%if 0%{?suse_version} > 1030
Provides: libsmbclient = %{version}
Obsoletes: libsmbclient
Obsoletes: libsmbclient < %{version}
%endif
Summary: Samba Client Library
License: GPL-3.0+
@ -1200,6 +1092,7 @@ CONFIGURE_OPTIONS="\
--localstatedir=%{_localstatedir} \
--sysconfdir=%{_sysconfdir} \
--libdir=%{_libdir} \
--libexecdir=%{_libdir} \
--with-cachedir=%{LOCKDIR} \
--with-lockdir=%{LOCKDIR}/lock \
--with-logfilebase=%{LOGDIR} \
@ -1304,6 +1197,7 @@ mkdir %{buildroot}/%{_defaultdocdir}/ctdb
for file in README COPYING NEWS doc/examples doc/*.html doc/readonlyrecords.txt doc/recovery-process.txt ; do
cp -a ctdb/${file} %{buildroot}/%{_defaultdocdir}/ctdb
done
touch %{buildroot}/%{_sysconfdir}/ctdb/nodes
# sudo can be used by statd-callout, but is not needed
rm ${RPM_BUILD_ROOT}/%{_sysconfdir}/sudoers.d/ctdb
@ -1450,12 +1344,6 @@ done
# cups SMB support
mkdir -p %{buildroot}/%{cups_lib_dir}/backend/
touch %{buildroot}/%{cups_lib_dir}/backend/smb
# pam_smbpass is missing
cp -a source3/pam_smbpass/samples examples/pam_smbpass
install -m 0644 source3/pam_smbpass/CHANGELOG examples/pam_smbpass/CHANGELOG
install -m 0644 source3/pam_smbpass/INSTALL examples/pam_smbpass/INSTALL
install -m 0644 source3/pam_smbpass/README examples/pam_smbpass/README
install -m 0644 source3/pam_smbpass/TODO examples/pam_smbpass/TODO
mv COPYING README Roadmap WHATSNEW.txt %{buildroot}/%{DOCDIR}/
cp -a docs/* %{buildroot}/%{DOCDIR}
rmdir "%{buildroot}/%{DOCBOOKDIR}"
@ -1592,16 +1480,12 @@ fi
/sbin/ldconfig
%{?insserv_cleanup:%{insserv_cleanup}}
%post -n libdcerpc-atsvc0 -p /sbin/ldconfig
%postun -n libdcerpc-atsvc0 -p /sbin/ldconfig
%post -n libdcerpc-binding0 -p /sbin/ldconfig
%postun -n libdcerpc-binding0 -p /sbin/ldconfig
%post -n libdcerpc-samr0 -p /sbin/ldconfig
%postun -n libdcerpc-samr0 -p /sbin/ldconfig
%post -n libdcerpc0 -p /sbin/ldconfig
%postun -n libdcerpc0 -p /sbin/ldconfig
%post -n libgensec0 -p /sbin/ldconfig
%postun -n libgensec0 -p /sbin/ldconfig
%post -n libndr-krb5pac0 -p /sbin/ldconfig
%postun -n libndr-krb5pac0 -p /sbin/ldconfig
%post -n libndr-nbt0 -p /sbin/ldconfig
@ -1612,10 +1496,10 @@ fi
%postun -n libndr0 -p /sbin/ldconfig
%post -n %{libnetapi_name} -p /sbin/ldconfig
%postun -n %{libnetapi_name} -p /sbin/ldconfig
%post -n libregistry0 -p /sbin/ldconfig
%postun -n libregistry0 -p /sbin/ldconfig
%post -n libsamba-credentials0 -p /sbin/ldconfig
%postun -n libsamba-credentials0 -p /sbin/ldconfig
%post -n libsamba-errors0 -p /sbin/ldconfig
%postun -n libsamba-errors0 -p /sbin/ldconfig
%post -n libsamba-hostconfig0 -p /sbin/ldconfig
%postun -n libsamba-hostconfig0 -p /sbin/ldconfig
%post -n libsamba-passdb0 -p /sbin/ldconfig
@ -1626,8 +1510,6 @@ fi
%postun -n libsamba-util0 -p /sbin/ldconfig
%post -n libsamdb0 -p /sbin/ldconfig
%postun -n libsamdb0 -p /sbin/ldconfig
%post -n libsmbclient-raw0 -p /sbin/ldconfig
%postun -n libsmbclient-raw0 -p /sbin/ldconfig
%post -n libsmbconf0 -p /sbin/ldconfig
%postun -n libsmbconf0 -p /sbin/ldconfig
%post -n libsmbldap0 -p /sbin/ldconfig
@ -1766,7 +1648,6 @@ fi
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/netbios-server
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/samba-server
%endif
/%{_lib}/security/pam_smbpass.so
%dir %{_libdir}/samba
%dir %{_libdir}/samba/vfs
%{_libdir}/samba/auth
@ -1781,7 +1662,6 @@ fi
%{_sbindir}/rcnmb
%{_sbindir}/rcsmb
%{_sbindir}/smbd
%{_bindir}/smbta-util
%if 0%{?suse_version} && 0%{?suse_version} < 1100
%dir %{_datadir}/omc
%dir %{_datadir}/omc/svcinfo.d
@ -1794,7 +1674,6 @@ fi
%{_mandir}/man5/smbpasswd.5.*
%{_mandir}/man8/nmbd.8.*
%{_mandir}/man8/smbd.8.*
%{_mandir}/man8/smbta-util.8.*
%{_mandir}/man8/vfs_acl_tdb.8.*
%{_mandir}/man8/vfs_acl_xattr.8.*
%{_mandir}/man8/vfs_aio_fork.8.*
@ -1820,16 +1699,15 @@ fi
%{_mandir}/man8/vfs_linux_xfs_sgid.8.*
%{_mandir}/man8/vfs_media_harmony.8.*
%{_mandir}/man8/vfs_netatalk.8.*
%{_mandir}/man8/vfs_offline.8.*
%{_mandir}/man8/vfs_prealloc.8.*
%{_mandir}/man8/vfs_preopen.8.*
%{_mandir}/man8/vfs_readahead.8.*
%{_mandir}/man8/vfs_readonly.8.*
%{_mandir}/man8/vfs_recycle.8.*
%{_mandir}/man8/vfs_scannedonly.8.*
%{_mandir}/man8/vfs_shadow_copy.8.*
%{_mandir}/man8/vfs_shadow_copy2.8.*
%{_mandir}/man8/vfs_shell_snap.8.*
%{_mandir}/man8/vfs_smb_traffic_analyzer.8.*
%{_mandir}/man8/vfs_snapper.8.*
%{_mandir}/man8/vfs_streams_depot.8.*
%{_mandir}/man8/vfs_streams_xattr.8.*
@ -1901,7 +1779,6 @@ fi
%{_bindir}/smbpasswd
%{_bindir}/smbprngenpdf
%{_bindir}/smbspool
%{_bindir}/smbspool_krb5_wrapper
%{_bindir}/smbtar
%{_bindir}/smbtree
%{_bindir}/testparm
@ -1911,6 +1788,7 @@ fi
%{_libdir}/libnss_wins.so.*
%dir %{_libdir}/samba
%{_libdir}/samba/charset
%{_libdir}/samba/smbspool_krb5_wrapper
%{_mandir}/man1/dbwrap_tool.1.*
%exclude %doc %{_mandir}/man1/findsmb.1.*
%{_mandir}/man1/log2pcap.1.*
@ -1936,6 +1814,7 @@ fi
%{_mandir}/man5/smb.conf.5.*
%{_mandir}/man5/smbgetrc.5.*
%{_mandir}/man7/samba.7.*
%{_mandir}/man8/cifsdd.8.*
%{_mandir}/man8/eventlogadm.8.*
%{_mandir}/man8/net.8.*
%{_mandir}/man8/pdbedit.8.*
@ -1986,41 +1865,21 @@ fi
%_includedir/samba-4.0/gen_ndr/ndr_svcctl_c.h
%_includedir/samba-4.0/gen_ndr/security.h
%_includedir/samba-4.0/gen_ndr/server_id.h
%_includedir/samba-4.0/ldap-util.h
%_includedir/samba-4.0/ldap_errors.h
%_includedir/samba-4.0/ldap_message.h
%_includedir/samba-4.0/ldap_ndr.h
%_includedir/samba-4.0/ldb_wrap.h
%dir %_includedir/samba-4.0/ndr/
%_includedir/samba-4.0/ndr/ndr_dcerpc.h
%_includedir/samba-4.0/ndr/ndr_drsblobs.h
%_includedir/samba-4.0/ndr/ndr_drsuapi.h
%_includedir/samba-4.0/ndr/ndr_svcctl.h
%_includedir/samba-4.0/read_smb.h
%_includedir/samba-4.0/roles.h
%_includedir/samba-4.0/rpc_common.h
%dir %_includedir/samba-4.0/samba/
%_includedir/samba-4.0/samba/session.h
%_includedir/samba-4.0/samba/version.h
%_includedir/samba-4.0/share.h
%_includedir/samba-4.0/smb2.h
%_includedir/samba-4.0/smb2_constants.h
%_includedir/samba-4.0/smb2_create_blob.h
%_includedir/samba-4.0/smb2_lease.h
%_includedir/samba-4.0/smb2_lease_struct.h
%_includedir/samba-4.0/smb2_signing.h
%_includedir/samba-4.0/smb_cli.h
%_includedir/samba-4.0/smb_common.h
%_includedir/samba-4.0/smb_composite.h
%_includedir/samba-4.0/smb_constants.h
%_includedir/samba-4.0/smb_seal.h
%_includedir/samba-4.0/smb_signing.h
%_includedir/samba-4.0/smb_unix_ext.h
%_includedir/samba-4.0/smb_util.h
%_includedir/samba-4.0/tdr.h
%_includedir/samba-4.0/tsocket.h
%_includedir/samba-4.0/tsocket_internal.h
%_includedir/samba-4.0/tstream_smbXcli_np.h
%dir %_includedir/samba-4.0/util/
%_includedir/samba-4.0/util/genrand.h
%_includedir/samba-4.0/util/idtree.h
@ -2057,10 +1916,10 @@ fi
%{_libdir}/samba/libdcerpc-samba-samba4.so
%{_libdir}/samba/libdcerpc-samba4.so
%{_libdir}/samba/libdsdb-module-samba4.so
%{_libdir}/samba/liberrors-samba4.so
%{_libdir}/samba/libevents-samba4.so
%{_libdir}/samba/libflag-mapping-samba4.so
%{_libdir}/samba/libgenrand-samba4.so
%{_libdir}/samba/libgensec-samba4.so
%{_libdir}/samba/libgpo-samba4.so
%{_libdir}/samba/libgse-samba4.so
%{_libdir}/samba/libhttp-samba4.so
@ -2085,6 +1944,7 @@ fi
%{_libdir}/samba/libnss-info-samba4.so
%{_libdir}/samba/libpopt-samba3-samba4.so
%{_libdir}/samba/libprinting-migrate-samba4.so
%{_libdir}/samba/libregistry-samba4.so
%{_libdir}/samba/libreplace-samba4.so
%{_libdir}/samba/libsamba-cluster-support-samba4.so
%{_libdir}/samba/libsamba-debug-samba4.so
@ -2100,6 +1960,7 @@ fi
%{_libdir}/samba/libserver-role-samba4.so
%{_libdir}/samba/libshares-samba4.so
%{_libdir}/samba/libsmb-transport-samba4.so
%{_libdir}/samba/libsmbclient-raw-samba4.so
%{_libdir}/samba/libsmbd-base-samba4.so
%{_libdir}/samba/libsmbd-conn-samba4.so
%{_libdir}/samba/libsmbd-shim-samba4.so
@ -2111,6 +1972,7 @@ fi
%{_libdir}/samba/libtalloc-report-samba4.so
%{_libdir}/samba/libtdb-wrap-samba4.so
%{_libdir}/samba/libtime-basic-samba4.so
%{_libdir}/samba/libtorture-samba4.so
%{_libdir}/samba/libtrusts-util-samba4.so
%{_libdir}/samba/libutil-cmdline-samba4.so
%{_libdir}/samba/libutil-reg-samba4.so
@ -2148,7 +2010,6 @@ fi
%{_bindir}/masktest
%{_bindir}/ndrdump
%{_bindir}/smbtorture
%{_libdir}/libtorture.so.*
%{_mandir}/man1/gentest.1.*
%{_mandir}/man1/locktest.1.*
%{_mandir}/man1/masktest.1.*
@ -2156,13 +2017,6 @@ fi
%{_mandir}/man1/smbtorture.1.*
%{_mandir}/man1/vfstest.1.*
%files test-devel
%defattr(-,root,root)
%dir %_includedir/samba-4.0/
%{_includedir}/samba-4.0/torture.h
%{_libdir}/libtorture.so
%{_libdir}/pkgconfig/torture.pc
%files winbind -f filelist-samba-winbind
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/security/pam_winbind.conf
@ -2231,6 +2085,7 @@ fi
%{_sysconfdir}/ctdb/functions
%{_sysconfdir}/ctdb/gcore_trace.sh
%{_sysconfdir}/ctdb/nfs-linux-kernel-callout
%ghost %{_sysconfdir}/ctdb/nodes
%{_sysconfdir}/ctdb/statd-callout
%if 0%{?suse_version} > 1220
%attr(644,root,root) %{_unitdir}/ctdb.service
@ -2243,6 +2098,7 @@ fi
%dir %{_sysconfdir}/ctdb/events.d
%config %{_sysconfdir}/ctdb/events.d/00.ctdb
%config %{_sysconfdir}/ctdb/events.d/01.reclock
%config %{_sysconfdir}/ctdb/events.d/05.system
%config %{_sysconfdir}/ctdb/events.d/10.external
%config %{_sysconfdir}/ctdb/events.d/10.interface
%config %{_sysconfdir}/ctdb/events.d/11.natgw
@ -2254,10 +2110,8 @@ fi
%config %{_sysconfdir}/ctdb/events.d/41.httpd
%config %{_sysconfdir}/ctdb/events.d/50.samba
%config %{_sysconfdir}/ctdb/events.d/60.nfs
%config %{_sysconfdir}/ctdb/events.d/62.cnfs
%config %{_sysconfdir}/ctdb/events.d/70.iscsi
%config %{_sysconfdir}/ctdb/events.d/91.lvs
%config %{_sysconfdir}/ctdb/events.d/40.fs_use
%config %{_sysconfdir}/ctdb/events.d/49.winbind
%config %{_sysconfdir}/ctdb/events.d/99.timeout
%{_sysconfdir}/ctdb/events.d/README
@ -2275,15 +2129,18 @@ fi
%{_sbindir}/ctdbd_wrapper
%{_sbindir}/rcctdb
%{_bindir}/ctdb
%{_bindir}/smnotify
%{_bindir}/ctdb_diagnostics
%{_bindir}/ctdb_event_helper
%{_bindir}/ctdb_run_cluster_tests
%{_bindir}/ctdb_run_tests
%{_bindir}/ltdbtool
%{_bindir}/onnode
%{_bindir}/ping_pong
%{_bindir}/ctdb_lock_helper
%dir %{_libdir}/ctdb
%{_libdir}/ctdb/ctdb_event_helper
%{_libdir}/ctdb/ctdb_lock_helper
%{_libdir}/ctdb/ctdb_natgw
%{_libdir}/ctdb/ctdb_recovery_helper
%{_libdir}/ctdb/smnotify
%dir %{_localstatedir}/lib/ctdb
%dir %{_localstatedir}/lib/ctdb/persistent
%dir %{_localstatedir}/log/ctdb
@ -2304,16 +2161,6 @@ fi
%{_mandir}/man7/ctdb.7.*
%doc %{_defaultdocdir}/ctdb
%files -n ctdb-devel
%defattr(-,root,root)
%{_includedir}/samba-4.0/ctdb.h
%{_includedir}/samba-4.0/ctdb_client.h
%{_includedir}/samba-4.0/ctdb_private.h
%{_includedir}/samba-4.0/ctdb_protocol.h
%{_includedir}/samba-4.0/ctdb_typesafe_cb.h
%{_includedir}/samba-4.0/ctdb_version.h
%{_libdir}/pkgconfig/ctdb.pc
%if 0%{?build_ctdb_pmda}
%files -n ctdb-pcp-pmda
%defattr(-,root,root)
@ -2332,14 +2179,18 @@ fi
%files -n ctdb-tests
%defattr(-,root,root)
%dir %{_libdir}/ctdb-tests
%{_libdir}/ctdb-tests/comm_client_test
%{_libdir}/ctdb-tests/comm_server_test
%{_libdir}/ctdb-tests/comm_test
%{_libdir}/ctdb-tests/db_hash_test
%{_libdir}/ctdb-tests/ctdb_bench
%{_libdir}/ctdb-tests/ctdb_fetch
%{_libdir}/ctdb-tests/ctdb_fetch_one
%{_libdir}/ctdb-tests/ctdb_fetch_one
%{_libdir}/ctdb-tests/ctdb_fetch_readonly_loop
%{_libdir}/ctdb-tests/ctdb_fetch_readonly_once
%{_libdir}/ctdb-tests/ctdb_functest
%{_libdir}/ctdb-tests/ctdb_lock_tdb
%{_libdir}/ctdb-tests/ctdb_persistent
%{_libdir}/ctdb-tests/ctdb_persistent
%{_libdir}/ctdb-tests/ctdb_porting_tests
%{_libdir}/ctdb-tests/ctdb_randrec
%{_libdir}/ctdb-tests/ctdb_store
@ -2350,7 +2201,13 @@ fi
%{_libdir}/ctdb-tests/ctdb_traverse
%{_libdir}/ctdb-tests/ctdb_update_record
%{_libdir}/ctdb-tests/ctdb_update_record_persistent
%{_libdir}/ctdb-tests/pkt_read_test
%{_libdir}/ctdb-tests/pkt_write_test
%{_libdir}/ctdb-tests/protocol_client_test
%{_libdir}/ctdb-tests/protocol_types_test
%{_libdir}/ctdb-tests/rb_test
%{_libdir}/ctdb-tests/reqid_test
%{_libdir}/ctdb-tests/srvid_test
%dir %{_datadir}/ctdb-tests
%dir %{_datadir}/ctdb-tests/eventscripts
%dir %{_datadir}/ctdb-tests/eventscripts/etc-ctdb
@ -2359,23 +2216,16 @@ fi
%{_datadir}/ctdb-tests/eventscripts/etc-ctdb/nfs-checks.d
%{_datadir}/ctdb-tests/eventscripts/etc-ctdb/nfs-linux-kernel-callout
%{_datadir}/ctdb-tests/eventscripts/etc-ctdb/statd-callout
%dir %{_datadir}/ctdb-tests/onnode
%{_datadir}/ctdb-tests/onnode/functions
%dir %{_datadir}/ctdb-tests/scripts
%{_datadir}/ctdb-tests/scripts/common.sh
%{_datadir}/ctdb-tests/scripts/integration.bash
%{_datadir}/ctdb-tests/scripts/test_wrap
%{_datadir}/ctdb-tests/scripts/unit.sh
%files -n libdcerpc-atsvc0
%defattr(-,root,root)
%_libdir/libdcerpc-atsvc.so.0*
%files -n libdcerpc-atsvc-devel
%defattr(-,root,root)
%dir %_includedir/samba-4.0/
%dir %_includedir/samba-4.0/gen_ndr/
%_includedir/samba-4.0/gen_ndr/ndr_atsvc_c.h
%_libdir/libdcerpc-atsvc.so
%_libdir/pkgconfig/dcerpc_atsvc.pc
%dir %{_datadir}/ctdb-tests/simple
%{_datadir}/ctdb-tests/simple/functions
%{_datadir}/ctdb-tests/simple/nodes
%files -n libdcerpc-binding0
%defattr(-,root,root)
@ -2402,27 +2252,10 @@ fi
%dir %_includedir/samba-4.0/
%_includedir/samba-4.0/dcerpc.h
%dir %_includedir/samba-4.0/gen_ndr/
%_includedir/samba-4.0/gen_ndr/epmapper.h
%_includedir/samba-4.0/gen_ndr/mgmt.h
%_includedir/samba-4.0/gen_ndr/ndr_mgmt.h
%_includedir/samba-4.0/gen_ndr/ndr_mgmt_c.h
%_includedir/samba-4.0/gen_ndr/ndr_epmapper.h
%_includedir/samba-4.0/gen_ndr/ndr_epmapper_c.h
%_libdir/libdcerpc.so
%_libdir/libdcerpc-binding.so
%_libdir/pkgconfig/dcerpc.pc
%files -n libgensec0
%defattr(-,root,root)
%_libdir/libgensec.so.0*
%files -n libgensec-devel
%defattr(-,root,root)
%dir %_includedir/samba-4.0/
%_includedir/samba-4.0/gensec.h
%_libdir/libgensec.so
%_libdir/pkgconfig/gensec.pc
%files -n libndr-krb5pac0
%defattr(-,root,root)
%_libdir/libndr-krb5pac.so.0*
@ -2495,17 +2328,6 @@ fi
%{_libdir}/libnetapi.so
%{_libdir}/pkgconfig/netapi.pc
%files -n libregistry0
%defattr(-,root,root)
%_libdir/libregistry.so.0*
%files -n libregistry-devel
%defattr(-,root,root)
%dir %_includedir/samba-4.0/
%_includedir/samba-4.0/registry.h
%_libdir/libregistry.so
%_libdir/pkgconfig/registry.pc
%files -n libsamba-credentials0
%defattr(-,root,root)
%_libdir/libsamba-credentials.so.0*
@ -2517,6 +2339,14 @@ fi
%_libdir/libsamba-credentials.so
%_libdir/pkgconfig/samba-credentials.pc
%files -n libsamba-errors0
%defattr(-,root,root)
%_libdir/libsamba-errors.so.*
%files -n libsamba-errors-devel
%defattr(-,root,root)
%_libdir/libsamba-errors.so
%files -n libsamba-hostconfig0
%defattr(-,root,root)
%_libdir/libsamba-hostconfig.so.0*
@ -2558,8 +2388,6 @@ fi
%files -n libsamba-util-devel
%defattr(-,root,root)
%dir %_includedir/samba-4.0/
%_includedir/samba-4.0/dlinklist.h
%_includedir/samba-4.0/samba_util.h
%dir %_includedir/samba-4.0/util/
%_includedir/samba-4.0/util/attr.h
%_includedir/samba-4.0/util/blocking.h
@ -2599,22 +2427,6 @@ fi
%{_libdir}/pkgconfig/smbclient.pc
%{_mandir}/man7/libsmbclient.7.*
%files -n libsmbclient-raw0
%defattr(-,root,root)
%_libdir/libsmbclient-raw.so.0*
%files -n libsmbclient-raw-devel
%defattr(-,root,root)
%dir %_includedir/samba-4.0/
%_includedir/samba-4.0/smb_cliraw.h
%_includedir/samba-4.0/smb_raw.h
%_includedir/samba-4.0/smb_raw_interfaces.h
%_includedir/samba-4.0/smb_raw_signing.h
%_includedir/samba-4.0/smb_raw_trans2.h
%_includedir/samba-4.0/smb_request.h
%_libdir/libsmbclient-raw.so
%_libdir/pkgconfig/smbclient-raw.pc
%files -n libsmbconf0
%defattr(-,root,root)
%_libdir/libsmbconf.so.0*
@ -2638,6 +2450,7 @@ fi
%files -n libtevent-util0
%defattr(-,root,root)
%_libdir/libtevent-unix-util.so.0*
%_libdir/libtevent-util.so.0*
%files -n libtevent-util-devel
@ -2647,6 +2460,7 @@ fi
%_includedir/samba-4.0/util/tevent_ntstatus.h
%_includedir/samba-4.0/util/tevent_unix.h
%_includedir/samba-4.0/util/tevent_werror.h
%_libdir/libtevent-unix-util.so
%_libdir/libtevent-util.so
%files -n %{libwbclient_name}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a21fb0add8db9460a63b75efaab247a7a77f3c91e12a98966039a5c1483dea2
size 55180
oid sha256:3450cfad2e09ff82d820a503274f42def0b9f512d54e823513b6b85241eda636
size 55830