Accepting request 792410 from home:aaptel:cifs-utils-6.9

- rst2man has been moved to python3-docutils in SLE12+, update
  BuildRequires check to reflect that

OBS-URL: https://build.opensuse.org/request/show/792410
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=179
This commit is contained in:
Noel Power 2020-04-09 11:17:52 +00:00 committed by Git OBS Bridge
parent e63bffb7b5
commit f97394566a
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 8 10:36:15 UTC 2020 - Aurelien Aptel <aaptel@suse.com>
- rst2man has been moved to python3-docutils in SLE12+, update
BuildRequires check to reflect that
-------------------------------------------------------------------
Wed Oct 2 20:06:53 UTC 2019 - palcantara@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package cifs-utils
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,7 +22,7 @@ Release: 0
Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem
License: GPL-3.0-or-later
Group: System/Filesystems
Url: http://www.samba.org/linux-cifs/cifs-utils/
URL: http://www.samba.org/linux-cifs/cifs-utils/
# origin git://git.samba.org/cifs-utils.git
# for-next https://github.com/piastry/cifs-utils.git
Source: https://ftp.samba.org/pub/linux-cifs/%{name}/%{name}-%{version}.tar.bz2
@ -48,7 +48,7 @@ Patch11: 0012-mount.cifs-Fix-invalid-free.patch
# cifs-utils 6.8 switched to python for man page generation
# we need to require either py2 or py3 package
# some products do not have a py2/py3 versions
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150000
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 120000
BuildRequires: python3-docutils
%else
BuildRequires: python-docutils