From 72c160111594664e6d2f80ed35d5c89cb0dbcd51c1bdb2350441bfc72fe70517 Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Fri, 4 Sep 2020 16:09:06 +0000 Subject: [PATCH] Accepting request 832357 from home:aaptel:cifs-utils-bso14442 fix python doc stuff (man page gen) OBS-URL: https://build.opensuse.org/request/show/832357 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=182 --- cifs-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cifs-utils.spec b/cifs-utils.spec index d381309..7b42ab8 100644 --- a/cifs-utils.spec +++ b/cifs-utils.spec @@ -49,7 +49,7 @@ Patch12: 0013-CVE-2020-14342-mount.cifs-fix-shell-command-injectio.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} >= 120000 +%if 0%{?suse_version} >= 1500 BuildRequires: python3-docutils %else BuildRequires: python-docutils