From 8061750445549fc1bafd61820355e0c151c3419061fca30d34d3392c7b9002eb Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 10 Jan 2022 11:31:51 +0000 Subject: [PATCH] Accepting request 945216 from home:yfjiang:branches:GNOME:STABLE:41 - Add python-rpm-macros BuildRequires in case some build environment does not pull it automatically. This is needed by macros like %{python3_sitelib}. OBS-URL: https://build.opensuse.org/request/show/945216 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=294 --- orca.changes | 7 +++++++ orca.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/orca.changes b/orca.changes index 1ce9ccd..b0512a9 100644 --- a/orca.changes +++ b/orca.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 10 07:29:17 UTC 2022 - Yifan Jiang + +- Add python-rpm-macros BuildRequires in case some build + environment does not pull it automatically. This is needed by + macros like %{python3_sitelib}. + ------------------------------------------------------------------- Wed Dec 1 17:30:18 UTC 2021 - Bjørn Lie diff --git a/orca.spec b/orca.spec index 92f5b38..b87b8bf 100644 --- a/orca.spec +++ b/orca.spec @@ -1,7 +1,7 @@ # # spec file for package orca # -# 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 @@ -30,6 +30,7 @@ BuildRequires: gobject-introspection BuildRequires: hicolor-icon-theme BuildRequires: liblouis-devel BuildRequires: pkgconfig +BuildRequires: python-rpm-macros BuildRequires: python3-base >= 3.3 BuildRequires: python3-brlapi >= 0.5.1 BuildRequires: python3-gobject >= 3.18