From 1961843f1663150d874fa2bef5bbbbaa537f5391 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 04:02:58 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-systemd.git#3698019d7138aeccfda1216e58dfd7c05d47a47c --- python-systemd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-systemd.spec b/python-systemd.spec index dbf0544..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+ @@ -11,6 +11,7 @@ Patch0001: 0001-journal-avoid-warning-about-deprecated-constant.patch Patch0002: 0002-reader-make-PY_SSIZE_T_CLEAN.patch Patch0003: 0003-test-make-sure-NOTIFY_SOCKET-is-unset-in-test.patch +BuildRequires: make BuildRequires: gcc BuildRequires: systemd-devel BuildRequires: python3-devel @@ -78,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)