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)