From 1291e89c168146982e8d00ff20aac7ebdafd9db8 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 3 Aug 2025 19:52:06 +0800 Subject: [PATCH] cleanup buildrequires (cherry picked from commit f54ad674908ff1872e71c8a562c002144087b81f) --- pykickstart.spec | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/pykickstart.spec b/pykickstart.spec index f064a96..e598b13 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,17 +2,17 @@ Name: pykickstart Version: 3.48 -Release: 1 +Release: 2 Summary: Python utilities for manipulating kickstart files. -License: GPLv2 and MIT -Url: http://fedoraproject.org/wiki/pykickstart -Source0: https://files.pythonhosted.org/packages/89/d9/ce18e7dda000c60c1d43a6b964b78f46acc243d77b51f34ef295638f2a33/pykickstart-3.48.tar.gz +License: GPL-2.0-only and MIT +Url: https://fedoraproject.org/wiki/pykickstart +Source0: %{pypi_source pykickstart} BuildArch: noarch BuildRequires: gettext python3-coverage python3-devel BuildRequires: python3-requests python3-setuptools -BuildRequires: python3-six python3-sphinx +BuildRequires: python3-sphinx Requires: python3-kickstart = %{version}-%{release} Requires: python3-sphinx @@ -30,7 +30,6 @@ The %{name}-help package conatins man manual %package -n python3-kickstart Summary: Python 3 library for manipulating kickstart files. -Requires: python3-six python3-requests %description -n python3-kickstart Python 3 library for manipulating kickstart files. The binaries are found in @@ -66,10 +65,7 @@ make PYTHON=%{__python3} test %{_bindir}/ksshell %files help -%{_mandir}/man1/ksflatten.1.gz -%{_mandir}/man1/ksshell.1.gz -%{_mandir}/man1/ksvalidator.1.gz -%{_mandir}/man1/ksverdiff.1.gz +%{_mandir}/man1/* %files -n python3-kickstart %{python3_sitelib}/pykickstart @@ -81,6 +77,9 @@ make PYTHON=%{__python3} test %doc docs/kickstart-docs.txt %changelog +* Sun Aug 03 2025 Funda Wang - 3.48-2 +- cleanup buildrequires + * Thu Jul 13 2023 zhangchenglin - 3.48-1 - update version to 3.48 -- Gitee