From 281dd45f96700e11c272aa8be48435b83ddb9001 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 9 Aug 2022 20:00:30 +0800 Subject: [PATCH] Fix build failure (cherry picked from commit 09c7f345c143aef47100329101977422be225358) --- python-sphobjinv.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/python-sphobjinv.spec b/python-sphobjinv.spec index d8e5c84..0e60e72 100644 --- a/python-sphobjinv.spec +++ b/python-sphobjinv.spec @@ -1,6 +1,6 @@ Name: python-sphobjinv Version: 2.1.0 -Release: 1 +Release: 2 Summary: Sphinx objects.inv inspection/manipulation tool License: MIT @@ -30,11 +30,10 @@ Sphinx with a completely specified cross-reference, and that’s where sphobjinv comes in. %prep -%autosetup -n sphobjinv-2.1.0 +%autosetup -n sphobjinv-2.1 rm -rf sphobjinv.egg-info sed -i "s|\r||g" README.rst - %build %py3_build @@ -46,8 +45,11 @@ sed -i "s|\r||g" README.rst %doc README.rst %{_bindir}/sphobjinv %{python3_sitelib}/sphobjinv/ -%{python3_sitelib}/sphobjinv-2.1.0-py*.egg-info/ +%{python3_sitelib}/sphobjinv-2.1-py*.egg-info/ %changelog +* Tue Aug 9 2022 caodongxia - 2.1.0-2 +- Fix build failure + * Thu Jul 08 2021 xuyonghui - 2.1.0-1 - Package init