From 6e59a48746164cc05e6f9149d8fdbadd1ffe81e2 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Thu, 16 Sep 2021 15:51:22 -0400 Subject: [PATCH] - Pull in namespace support of upstream PR#87 --- python-systemd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-systemd.spec b/python-systemd.spec index a5bb96c..ea1d848 100644 --- a/python-systemd.spec +++ b/python-systemd.spec @@ -1,6 +1,6 @@ Name: python-systemd Version: 234 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Python module wrapping systemd functionality License: LGPLv2+ @@ -10,6 +10,7 @@ Source0: https://github.com/systemd/python-systemd/archive/v%{version}.ta 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 +Patch0004: 0004-python-systemd-namespaces.patch BuildRequires: make BuildRequires: gcc @@ -35,7 +36,7 @@ Summary: %{summary} Provides: systemd-python3 = %{version}-%{release} Provides: systemd-python3%{?_isa} = %{version}-%{release} Obsoletes: systemd-python3 < 230 -Recommends: %{name}-doc +Recommends: %{name}-doc %description -n python3-systemd %_description @@ -79,6 +80,9 @@ make PYTHON=%{__python3} check %doc %{_pkgdocdir}/html %changelog +* Thu Sep 16 2021 Paul Wouters - 234-19 +- Pull in namespace support of upstream PR#87 + * Fri Jul 23 2021 Fedora Release Engineering - 234-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild