From 1daf2e8d33f9159f559c0828c12bb710714147b0a10562a28b36de18faf507ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 19 Jan 2022 17:28:04 +0000 Subject: [PATCH] Accepting request 947062 from GNOME:Next - Add python-rpm-macros to BuildRequires (boo#1194754). OBS-URL: https://build.opensuse.org/request/show/947062 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-doc-utils?expand=0&rev=98 --- gnome-doc-utils.changes | 5 +++++ gnome-doc-utils.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.changes b/gnome-doc-utils.changes index 28a675b..e513fe5 100644 --- a/gnome-doc-utils.changes +++ b/gnome-doc-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 17 21:07:51 UTC 2022 - Michael Gorse + +- Add python-rpm-macros to BuildRequires (boo#1194754). + ------------------------------------------------------------------- Mon Sep 20 19:47:12 UTC 2021 - Stanislav Brabec diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index d33969c..1b66937 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-doc-utils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,6 +32,7 @@ Patch1: gnome-doc-utils-port-python3.patch BuildRequires: docbook_4 BuildRequires: fdupes BuildRequires: intltool +BuildRequires: python-rpm-macros %if %suse_version > 1500 BuildRequires: python3-libxml2 %else