# Enable tests by default. To disable them use: # rpmbuild -ba --without runtests pykickstart.spec %bcond_without runtests %bcond_with signed Name: pykickstart Version: 3.78 Release: 1.20260819110640106524.master.0.gbca9c4b3%{?dist} License: GPL-2.0-only Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart Source0: pykickstart-3.78.tar.gz %if %{with signed} Source1: https://github.com/pykickstart/%{name}/releases/download/r%{version}/%{name}-%{version}.tar.gz.asc %endif BuildArch: noarch BuildRequires: gettext BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-requests BuildRequires: python3-setuptools BuildRequires: make BuildRequires: python3-pytest %if %{undefined rhel} BuildRequires: python3-pytest-xdist %endif # Only required when building with runtests %if %{with runtests} BuildRequires: python3-sphinx %endif Requires: python3-kickstart = %{version}-%{release} %description Python utilities for manipulating kickstart files. %package -n python3-kickstart Summary: Python 3 library for manipulating kickstart files. Requires: python3-requests %description -n python3-kickstart Python 3 library for manipulating kickstart files. The binaries are found in the pykickstart package. %prep %setup -q -n pykickstart-3.78 %if %{defined rhel} # no xdist, run tests serially sed -i -e '/pytest/s/ -n auto / /' Makefile %endif %build make PYTHON=%{__python3} %install make PYTHON=%{__python3} DESTDIR=%{buildroot} install %check %if %{with runtests} LC_ALL=C make PYTHON=%{__python3} test-no-coverage %endif %files %license COPYING %doc README.rst %doc data/kickstart.vim %{_bindir}/ksvalidator %{_bindir}/ksflatten %{_bindir}/ksverdiff %{_bindir}/ksshell %{_mandir}/man1/ksflatten.1.gz %{_mandir}/man1/ksshell.1.gz %{_mandir}/man1/ksvalidator.1.gz %{_mandir}/man1/ksverdiff.1.gz %files -n python3-kickstart %doc docs/2to3 %doc docs/programmers-guide %doc docs/kickstart-docs.txt %{python3_sitelib}/pykickstart %{python3_sitelib}/pykickstart-%{version}.dist-info %changelog * Wed Aug 19 2026 Packit - 3.78-1.20260819110640106524.master.0.gbca9c4b3 - New release: 3.78 (Brian C. Lane) - Add Fedora 46 support (Brian C. Lane) - Add Stratis storage support to RHEL 11 handler (Katerina Koukiou)