From 5c3873e0342c26fafa1b59ede31eb295b21097d0 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Wed, 23 Jun 2021 15:51:16 +0800 Subject: [PATCH] add buildrequires gcc --- python-markupsafe.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-markupsafe.spec b/python-markupsafe.spec index 79cc667..d884114 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -5,7 +5,7 @@ This mitigates injection attacks, meaning untrusted user input can safely be dis Name: python-markupsafe Version: 1.1.1 -Release: 7 +Release: 8 Summary: Safely add untrusted strings to HTML/XML markup. License: BSD URL: https://pypi.org/project/MarkupSafe/ @@ -15,7 +15,7 @@ Source0: https://files.pythonhosted.org/packages/source/M/MarkupSafe/Mark %package -n python3-markupsafe Summary: %{summary} -BuildRequires: python3-devel python3-setuptools +BuildRequires: python3-devel python3-setuptools gcc %{?python_provide:%python_provide python3-markupsafe} %description -n python3-markupsafe %_description @@ -45,6 +45,12 @@ BuildRequires: python3-devel python3-setuptools %doc README.rst %changelog +* Wed Jun 23 2021 yuanxin - 1.1.1-8 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add buildrequires gcc + * Fri Oct 30 2020 wuchaochao - 1.1.1-7 - Type:bufix - CVE:NA -- Gitee