diff --git a/SPECS/pykickstart.spec b/SPECS/pykickstart.spec index 9f22971..ef079c7 100644 --- a/SPECS/pykickstart.spec +++ b/SPECS/pykickstart.spec @@ -5,7 +5,7 @@ Name: pykickstart Version: 3.32 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: GPLv2 and MIT Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart @@ -79,6 +79,9 @@ make PYTHON=%{__python3} test %{python3_sitelib}/pykickstart*.egg-info %changelog +* Wed Mar 01 2023 Michel Alexandre Salim - 3.32-1.1 +- Rebuild to fix vendor tag + * Mon Jan 18 2021 Brian C. Lane - 3.32-1 - Conditionally BuildRequire coverage and sphinx for runtests (bcl) Resolves: rhbz#1916735