]> git.pld-linux.org Git - packages/samba.git/commitdiff
- package winexe auto/th/samba-4.11.2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Nov 2019 04:35:19 +0000 (05:35 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Nov 2019 04:35:19 +0000 (05:35 +0100)
- let samba-libs obsolete withdrawn python-samba (python-samba required equal samba-libs)
- release 2

samba.spec

index 15807535e1a543cc5f372f2cabefe3caaefa41c0..ea771b5e2063a1681828916fe3f7c4d0edaea93b 100644 (file)
@@ -40,7 +40,7 @@ Summary:      Samba Active Directory and SMB server
 Summary(pl.UTF-8):     Serwer Samba Active Directory i SMB
 Name:          samba
 Version:       4.11.2
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v3
 Group:         Networking/Daemons
@@ -352,6 +352,8 @@ Requires:   talloc >= %{talloc_ver}
 Requires:      tdb >= %{tdb_ver}
 Requires:      tevent >= %{tevent_ver}
 %endif
+# samba 4.11+ dropped support for python2
+Obsoletes:     python-samba < 1:4.11
 Obsoletes:     samba-vfs-notify_fam
 
 %description libs
@@ -388,29 +390,6 @@ and Wireshark to parse IDL and similar protocols.
 Ten pakiet zawiera kompilator IDL napisany w Perlu, używany przez
 Sambę oraz Wiresharka to analizy IDL i podobnych protokołów.
 
-%package -n python-samba
-Summary:       Samba modules for Python
-Summary(pl.UTF-8):     Moduły Samby dla Pythona
-Group:         Development/Languages/Python
-Requires:      %{name}-common = %{epoch}:%{version}-%{release}
-Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
-Requires:      python
-Requires:      python-dns
-Requires:      python-iso8601
-Requires:      python-modules
-%if %{with system_libs}
-Requires:      python-ldb >= %{ldb_ver}
-Requires:      python-talloc >= %{talloc_ver}
-Requires:      python-tevent >= %{tevent_ver}
-%endif
-Obsoletes:     python-samba4
-
-%description -n python-samba
-Samba modules for Python.
-
-%description -n python-samba -l pl.UTF-8
-Moduły Samby dla Pythona.
-
 %package -n python3-samba
 Summary:       Samba modules for Python 3
 Summary(pl.UTF-8):     Moduły Samby dla Pythona 3
@@ -810,9 +789,6 @@ fi
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
-%post  -n python-samba -p /sbin/ldconfig
-%postun        -n python-samba -p /sbin/ldconfig
-
 %post  -n libsmbclient -p /sbin/ldconfig
 %postun        -n libsmbclient -p /sbin/ldconfig
 
@@ -1132,6 +1108,7 @@ fi
 %attr(755,root,root) %{_bindir}/smbcquotas
 %attr(755,root,root) %{_bindir}/smbtar
 %attr(755,root,root) %{_bindir}/smbtree
+%attr(755,root,root) %{_bindir}/winexe
 %{_mandir}/man1/findsmb.1*
 %{_mandir}/man1/mvxattr.1*
 %{_mandir}/man1/rpcclient.1*
This page took 0.24486 seconds and 4 git commands to generate.