From f6686c3eb67d5609f2d1ae6073c1491859e0572d Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 10 Jul 2021 09:05:14 +0100 Subject: [PATCH] Add Requires on python-markdown for g-ir-doc-tool (#1979144) Resolves: #1979144 --- gobject-introspection.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index f54952f..519dc88 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,7 +2,7 @@ Name: gobject-introspection Version: 1.68.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Introspection system for GObject-based libraries License: GPLv2+ and LGPLv2+ and MIT @@ -46,6 +46,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libtool # For g-ir-doctool Requires: python3-mako +Requires: python3-markdown # This package only works with the Python version it was built with # https://bugzilla.redhat.com/show_bug.cgi?id=1691064 Requires: (python(abi) = %{python3_version} if python3) @@ -86,6 +87,9 @@ Libraries and headers for gobject-introspection %{_mandir}/man1/g-ir-scanner.1* %changelog +* Sat Jul 10 2021 David King - 1.68.0-6 +- Add Requires on python-markdown for g-ir-doc-tool (#1979144) + * Wed Apr 28 2010 Matthias Clasen