diff --git a/gnome-doc-utils.changes b/gnome-doc-utils.changes index b4daf26..2e08127 100644 --- a/gnome-doc-utils.changes +++ b/gnome-doc-utils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 31 10:07:03 UTC 2021 - Dominique Leuenberger + +- Add python3-libxml2 as runtime dependency (up to CODE15, the + package was called python3-libxml2-python, conditionally added). + ------------------------------------------------------------------- Wed Aug 4 14:36:49 UTC 2021 - Yifan Jiang diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 603dd6b..0de8e35 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -43,6 +43,11 @@ BuildRequires: libxslt-devel BuildRequires: pkgconfig BuildRequires: translation-update-upstream Requires: libxslt +%if %suse_version > 1500 +Requires: python3-libxml2 +%else +Requires: python3-libxml2-python +%endif BuildArch: noarch %description