Add Requires on python-markdown for g-ir-doc-tool (#1979144)
Resolves: #1979144
This commit is contained in:
parent
3e7b2ac5c8
commit
f6686c3eb6
@ -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 <amigadave@amigadave.com> - 1.68.0-6
|
||||
- Add Requires on python-markdown for g-ir-doc-tool (#1979144)
|
||||
|
||||
* Wed Apr 28 2010 Matthias Clasen <mclasen@redhat.com - 1.68.0-5
|
||||
- Fix license field to follow the rules
|
||||
- Related: rhbz#1915340
|
||||
|
Loading…
Reference in New Issue
Block a user