diff --git a/pykickstart.spec b/pykickstart.spec index 18a15e9..cf5e5b5 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -5,7 +5,7 @@ Name: pykickstart Version: 3.27 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and MIT Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart @@ -77,6 +77,9 @@ make PYTHON=%{__python3} test %{python3_sitelib}/pykickstart*.egg-info %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 3.27-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 07 2020 Brian C. Lane - 3.27-1 - tests: Fix pylint warnings in timezone tests (bcl) - Mark --ntpservers and --nontp options of timezone command as deprecated (mkolman)