automatic version update by autodist [release 4.10.2-1mamba;Mon Apr 15 2019]
This commit is contained in:
parent
c249295c94
commit
51e6b47c45
31
samba.spec
31
samba.spec
@ -6,8 +6,8 @@
|
||||
%define smbldap_tools_ver 0.9.2
|
||||
|
||||
Name: samba
|
||||
Version: 4.9.4
|
||||
Release: 2mamba
|
||||
Version: 4.10.2
|
||||
Release: 1mamba
|
||||
Summary: Samba provides seamless file and print services to SMB/CIFS clients
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
@ -75,6 +75,9 @@ BuildRequires: libopenssl-devel
|
||||
BuildRequires: valgrind
|
||||
BuildRequires: libldb-devel
|
||||
#BuildRequires: python-tdb
|
||||
BuildRequires: python-ldb-py36
|
||||
BuildRequires: python-tdb-py36
|
||||
BuildRequires: python-tevent-py36
|
||||
Requires: perl
|
||||
Requires: pam >= 0.78-10
|
||||
Requires: libldb >= 1:1.4
|
||||
@ -83,6 +86,9 @@ Requires(pre): setup
|
||||
Requires(post):libwbclient = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires(post):lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: cifs-utils
|
||||
Requires: python-ldb-py36
|
||||
Requires: python-tdb-py36
|
||||
Requires: python-tevent-py36
|
||||
Obsoletes: samba-common
|
||||
%systemd_requires
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -263,7 +269,9 @@ PATH=/usr/bin:$PATH \
|
||||
--systemd-install-services \
|
||||
--with-systemddir=%{_unitdir} \
|
||||
--enable-cups \
|
||||
--bundled-libraries=auto
|
||||
--bundled-libraries=auto \
|
||||
--python=%{__python36} \
|
||||
PYTHON=%{__python36}
|
||||
|
||||
# --bundled-libraries=wind,roken,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,\
|
||||
#kdc,ntdb,subunit
|
||||
@ -538,6 +546,7 @@ fi
|
||||
%attr(644,root,root) %{_sysconfdir}/openldap/schema/samba.schema
|
||||
#%{_bindir}/async_connect_send_test
|
||||
#%{_bindir}/smbta-util
|
||||
%{_bindir}/dumpmscat
|
||||
%{_bindir}/findsmb
|
||||
%{_bindir}/mvxattr
|
||||
%{_bindir}/net
|
||||
@ -573,9 +582,10 @@ fi
|
||||
%dir %{_datadir}/samba/setup
|
||||
%{_datadir}/samba/setup/*
|
||||
%{_presetdir}/50-samba.preset
|
||||
%dir %{python_sitearch}/samba
|
||||
%{python_sitearch}/samba/*
|
||||
#%{python_sitearch}/*.so
|
||||
#%dir %{python3_sitearch}/samba
|
||||
#%{python3_sitearch}/samba/*
|
||||
%dir %{python36_sitearch}/samba
|
||||
%{python36_sitearch}/samba/*
|
||||
%dir /var/log/samba
|
||||
%{_mandir}/man1/*
|
||||
%exclude %{_mandir}/man1/wbinfo.*
|
||||
@ -599,7 +609,7 @@ fi
|
||||
#%{_libdir}/libpdb.so.*
|
||||
#%{_libdir}/libregistry.so.*
|
||||
%{_libdir}/libsamba-passdb.so.*
|
||||
%{_libdir}/libsamba-policy.so.*
|
||||
%{_libdir}/libsamba-policy.cpython-*.so.*
|
||||
%{_libdir}/libsamba-util.so.*
|
||||
%{_libdir}/libsamdb.so.*
|
||||
%{_libdir}/libsmbconf.so.*
|
||||
@ -634,7 +644,7 @@ fi
|
||||
%{_libdir}/libsamba-errors.so
|
||||
%{_libdir}/libsamba-hostconfig.so
|
||||
%{_libdir}/libsamba-passdb.so
|
||||
%{_libdir}/libsamba-policy.so
|
||||
%{_libdir}/libsamba-policy.cpython-*.so
|
||||
%{_libdir}/libsamba-util.so
|
||||
%{_libdir}/libsamdb.so
|
||||
%{_libdir}/libsmbconf.so
|
||||
@ -655,7 +665,7 @@ fi
|
||||
#%{_libdir}/pkgconfig/registry.pc
|
||||
%{_libdir}/pkgconfig/samba-credentials.pc
|
||||
%{_libdir}/pkgconfig/samba-hostconfig.pc
|
||||
%{_libdir}/pkgconfig/samba-policy.pc
|
||||
%{_libdir}/pkgconfig/samba-policy.cpython-*.pc
|
||||
%{_libdir}/pkgconfig/samba-util.pc
|
||||
%{_libdir}/pkgconfig/samdb.pc
|
||||
#%{_libdir}/pkgconfig/torture.pc
|
||||
@ -802,6 +812,9 @@ fi
|
||||
%{_mandir}/man8/winbindd.*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 15 2019 Automatic Build System <autodist@mambasoft.it> 4.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 13 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.4-2mamba
|
||||
- disable winbind by default; add idmap conf in default smb.conf to fix startup with winbind; fix systemd tmpfile /var/run path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user