From df692d27a9d8ca7fca91001c4a10508b8691dcb1 Mon Sep 17 00:00:00 2001 From: xinsheng3 Date: Fri, 23 Feb 2024 16:24:10 +0800 Subject: [PATCH] The python3-sphinx subpackage does not pack sphinx.lang --- python-sphinx.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 3250707..79d019c 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -2,7 +2,7 @@ Name: python-sphinx Version: 4.3.1 -Release: 4 +Release: 5 Epoch: 1 Summary: Python documentation generator License: BSD and MIT @@ -220,7 +220,7 @@ PYTHON=python3 %dir %{_datadir}/sphinx/locale %dir %{_datadir}/sphinx/locale/* -%files -n python3-sphinx -f sphinx.lang +%files -n python3-sphinx %license LICENSE %doc AUTHORS CHANGES EXAMPLES README.rst %{_bindir}/sphinx-* @@ -234,6 +234,12 @@ PYTHON=python3 %{_mandir}/man1/* %changelog +* Fri Feb 23 2024 xinsheng3 - 1:4.3.1-5 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:The python3-sphinx subpackage does not pack sphinx.lang + * Thu Dec 22 2022 zhuofeng - 1:4.3.1-4 - Type:bugfix - CVE:NA -- Gitee