From 8a895d100e33560b8308faae1f65aa0f4633e676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Fri, 5 Mar 2021 17:26:27 +0800 Subject: [PATCH] add release version for rebuild --- python-systemd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-systemd.spec b/python-systemd.spec index 4f59ed7..2a34eae 100644 --- a/python-systemd.spec +++ b/python-systemd.spec @@ -3,7 +3,7 @@ Name: python-systemd Version: 234 -Release: 11 +Release: 12 Summary: Python module for native access to the systemd facilities. License: LGPLv2+ URL: https://github.com/systemd/%{name} @@ -113,6 +113,9 @@ make check PYTHON=%{__python3} %endif %changelog +* Fri Mar 19 2021 shixuantong - 234-12 +- add release version for rebuild + * Fri Aug 21 2020 shixuantong - 234-11 - add release version for rebuild -- Gitee