From 26111314c5c3e0e229af9d67a20b57248a984571 Mon Sep 17 00:00:00 2001 From: hongwei-qin Date: Thu, 24 Feb 2022 09:21:31 -0500 Subject: [PATCH] Rebuild on platform-python --- pykickstart.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pykickstart.spec b/pykickstart.spec index cd6c35a..760bc62 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 -- Gitee