From 3698019d7138aeccfda1216e58dfd7c05d47a47c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 13:44:59 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-systemd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-systemd.spec b/python-systemd.spec index 4b62df1..7e1b37e 100644 --- a/python-systemd.spec +++ b/python-systemd.spec @@ -1,6 +1,6 @@ Name: python-systemd Version: 234 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Python module wrapping systemd functionality License: LGPLv2+ @@ -79,6 +79,9 @@ make PYTHON=%{__python3} check %doc %{_pkgdocdir}/html %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 234-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 12 2020 Zbigniew Jędrzejewski-Szmek - 234-15 - Fix build with new mock (#1793022) and python 3.10 (#1891786)