From a03348bc9f18ec764d5595f46ec6568e1ebd3a47 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Jul 2018 14:35:36 -0500 Subject: [PATCH] BR: /usr/bin/rst2man Provided once upon a time by python-docutils, sometimes python2-docutils, sometimes python3-docutils. Ese path then for sanity --- sddm.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sddm.spec b/sddm.spec index 91fa21c..b5c3c1a 100644 --- a/sddm.spec +++ b/sddm.spec @@ -2,7 +2,7 @@ Name: sddm Version: 0.17.0 -Release: 5%{?dist} +Release: 6%{?dist} # code GPLv2+, fedora theme CC-BY-SA License: GPLv2+ and CC-BY-SA Summary: QML based X11 desktop manager @@ -54,7 +54,9 @@ BuildRequires: libxcb-devel BuildRequires: pam-devel BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) -BuildRequires: python-docutils +# sometimes python-docutils, sometimes python2-docutils, sometimes python3-docutils. +# use path then for sanity +BuildRequires: /usr/bin/rst2man BuildRequires: qt5-qtbase-devel >= 5.6 BuildRequires: qt5-qtdeclarative-devel >= 5.6 BuildRequires: qt5-qttools-devel >= 5.6 @@ -234,6 +236,9 @@ exit 0 %changelog +* Tue Jul 17 2018 Rex Dieter - 0.17.0-6 +- BR: /usr/bin/rst2man + * Sat Jul 14 2018 Fedora Release Engineering - 0.17.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild