- Pull in namespace support of upstream PR#87

This commit is contained in:
Paul Wouters 2021-09-16 15:51:22 -04:00
parent 2788b89d4d
commit 6e59a48746
No known key found for this signature in database
GPG Key ID: DB48D2E5122468BF
1 changed files with 6 additions and 2 deletions

View File

@ -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 <paul.wouters@aiven.io> - 234-19
- Pull in namespace support of upstream PR#87
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 234-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild