update change log better references and msgs

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=166
This commit is contained in:
Aurelien Aptel 2019-03-26 13:03:32 +00:00 committed by Git OBS Bridge
parent 1cdf3dbd39
commit 4816c2c48a
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Tue Mar 12 13:39:46 UTC 2019 - palcantara@suse.de
- Fix build failure on SLE15; (bsc#1051510)
- Fix dependency failure on SLE15 regarding python2/python3.
-------------------------------------------------------------------
Thu Feb 14 11:27:09 UTC 2019 - aaptel@suse.com
@ -12,7 +12,7 @@ Thu Feb 14 11:27:09 UTC 2019 - aaptel@suse.com
-------------------------------------------------------------------
Tue Feb 12 17:34:00 UTC 2019 - aaptel@suse.com
- Document new SMB2.1+ defaults; (bsc#1051510).
- Document new SMB2.1+ defaults; (bsc#1130528).
* be more verbose on mount errors, especially with EHOSTDOWN which
is often returned on SMB version issues.
* add suse-document-new-vers-default-SMB2.1.patch

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -86,7 +86,9 @@ BuildRequires: libwbclient-devel
BuildRequires: pam-devel
BuildRequires: pkg-config
%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 150000
BuildRequires: (samba-libs-python3 if samba-libs >= 4.9.3)
BuildRequires: if
BuildRequires: samba-libs >= 4.9.3)
BuildRequires: (samba-libs-python3
%else
BuildRequires: samba-libs-python3
%endif