diff --git a/pykickstart.spec b/pykickstart.spec index cd6c35ab8dd5f6807a91f6fe8ca009ce1ab8787a..760bc62b4fcd436da4d369db3e93716ddbcb2537 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,6 +1,7 @@ +%define anolis_release .0.1 Name: pykickstart Version: 3.16.14 -Release: 1%{?dist} +Release: 1%{anolis_release}%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries Summary: Python utilities for manipulating kickstart files. @@ -65,6 +66,9 @@ make DESTDIR=%{buildroot} PYTHON=%{_bindir}/python3 install %{python3_sitelib}/pykickstart/ %changelog +* Thu Feb 24 2022 Weitao Zhou - 3.16.14-1.0.1 +- Rebuild on platform-python + * Thu Sep 02 2021 Brian C. Lane - 3.16.14-1 - New translations Resolves: rhbz#1962014