bugfix about update
This commit is contained in:
parent
b26cdaff34
commit
94ce8efa3f
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
Name: samba
|
Name: samba
|
||||||
Version: 4.11.6
|
Version: 4.11.6
|
||||||
Release: 4
|
Release: 5
|
||||||
|
|
||||||
Summary: A suite for Linux to interoperate with Windows
|
Summary: A suite for Linux to interoperate with Windows
|
||||||
License: GPLv3+ and LGPLv3+
|
License: GPLv3+ and LGPLv3+
|
||||||
@ -275,10 +275,10 @@ of the user issuing the print job.
|
|||||||
%package -n libsmbclient
|
%package -n libsmbclient
|
||||||
Summary: The SMB client library
|
Summary: The SMB client library
|
||||||
Requires: %{name}-common = %{samba_depver} %{name}-client = %{samba_depver}
|
Requires: %{name}-common = %{samba_depver} %{name}-client = %{samba_depver}
|
||||||
|
|
||||||
%if %with_libwbclient
|
%if %with_libwbclient
|
||||||
Requires: libwbclient = %{samba_depver}
|
Requires: libwbclient = %{samba_depver}
|
||||||
%endif
|
%endif
|
||||||
|
Obsoletes: python2-samba
|
||||||
|
|
||||||
%description -n libsmbclient
|
%description -n libsmbclient
|
||||||
This pacakge contains the SMB client library from the Samba suite.
|
This pacakge contains the SMB client library from the Samba suite.
|
||||||
@ -317,6 +317,7 @@ Summary: Python3 library package for %{name}
|
|||||||
Requires: %{name} = %{samba_depver} %{name}-client = %{samba_depver} %{name}-common = %{samba_depver}
|
Requires: %{name} = %{samba_depver} %{name}-client = %{samba_depver} %{name}-common = %{samba_depver}
|
||||||
Requires: python3-talloc python3-tevent python3-tdb python3-ldb python3-dns
|
Requires: python3-talloc python3-tevent python3-tdb python3-ldb python3-dns
|
||||||
Requires: %{name}-libs = %{samba_depver}
|
Requires: %{name}-libs = %{samba_depver}
|
||||||
|
Obsoletes: python2-samba
|
||||||
|
|
||||||
%if %with_libsmbclient
|
%if %with_libsmbclient
|
||||||
Requires: libsmbclient = %{samba_depver}
|
Requires: libsmbclient = %{samba_depver}
|
||||||
@ -3078,6 +3079,9 @@ fi
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 21 2020 songnannan <songnannan2@huawei.com> - 4.11.6-5
|
||||||
|
- bugfix about update
|
||||||
|
|
||||||
* Sat Mar 21 2020 songnannan <songnannan2@huawei.com> - 4.11.6-4
|
* Sat Mar 21 2020 songnannan <songnannan2@huawei.com> - 4.11.6-4
|
||||||
- bugfix about update
|
- bugfix about update
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user