diff --git a/pykickstart.spec b/pykickstart.spec index f064a96245388466ecb826209b3e10b4c2c7abcb..e598b13b277e1bb79122f1962c6bbb852de823c9 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