diff --git a/qemu-testsuite.changes b/qemu-testsuite.changes index db781822..44dd7981 100644 --- a/qemu-testsuite.changes +++ b/qemu-testsuite.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 7 12:37:44 UTC 2019 - Tomáš Chvátal + +- Switch from python-Sphinx to Sphinx from python variant we are + building with (new Sphinx is for python3 only) + ------------------------------------------------------------------- Wed May 29 16:03:57 UTC 2019 - Bruce Rogers diff --git a/qemu-testsuite.spec b/qemu-testsuite.spec index 748cf0d8..aedb4835 100644 --- a/qemu-testsuite.spec +++ b/qemu-testsuite.spec @@ -344,11 +344,12 @@ BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: pwdutils %if 0%{?suse_version} > 1320 +BuildRequires: python3-Sphinx BuildRequires: python3-base %else +BuildRequires: python-Sphinx BuildRequires: python-base %endif -BuildRequires: python-Sphinx %if 0%{?suse_version} >= 1315 BuildRequires: rdma-core-devel %endif diff --git a/qemu.changes b/qemu.changes index db781822..44dd7981 100644 --- a/qemu.changes +++ b/qemu.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 7 12:37:44 UTC 2019 - Tomáš Chvátal + +- Switch from python-Sphinx to Sphinx from python variant we are + building with (new Sphinx is for python3 only) + ------------------------------------------------------------------- Wed May 29 16:03:57 UTC 2019 - Bruce Rogers diff --git a/qemu.spec b/qemu.spec index 1069603e..89cb5a0f 100644 --- a/qemu.spec +++ b/qemu.spec @@ -344,11 +344,12 @@ BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: pwdutils %if 0%{?suse_version} > 1320 +BuildRequires: python3-Sphinx BuildRequires: python3-base %else +BuildRequires: python-Sphinx BuildRequires: python-base %endif -BuildRequires: python-Sphinx %if 0%{?suse_version} >= 1315 BuildRequires: rdma-core-devel %endif diff --git a/qemu.spec.in b/qemu.spec.in index 2754d1e3..2043e63d 100644 --- a/qemu.spec.in +++ b/qemu.spec.in @@ -294,11 +294,12 @@ BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: pwdutils %if 0%{?suse_version} > 1320 +BuildRequires: python3-Sphinx BuildRequires: python3-base %else +BuildRequires: python-Sphinx BuildRequires: python-base %endif -BuildRequires: python-Sphinx %if 0%{?suse_version} >= 1315 BuildRequires: rdma-core-devel %endif