- Pull in namespace support of upstream PR#87
This commit is contained in:
parent
2788b89d4d
commit
6e59a48746
@ -1,6 +1,6 @@
|
|||||||
Name: python-systemd
|
Name: python-systemd
|
||||||
Version: 234
|
Version: 234
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
Summary: Python module wrapping systemd functionality
|
Summary: Python module wrapping systemd functionality
|
||||||
|
|
||||||
License: LGPLv2+
|
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
|
Patch0001: 0001-journal-avoid-warning-about-deprecated-constant.patch
|
||||||
Patch0002: 0002-reader-make-PY_SSIZE_T_CLEAN.patch
|
Patch0002: 0002-reader-make-PY_SSIZE_T_CLEAN.patch
|
||||||
Patch0003: 0003-test-make-sure-NOTIFY_SOCKET-is-unset-in-test.patch
|
Patch0003: 0003-test-make-sure-NOTIFY_SOCKET-is-unset-in-test.patch
|
||||||
|
Patch0004: 0004-python-systemd-namespaces.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -35,7 +36,7 @@ Summary: %{summary}
|
|||||||
Provides: systemd-python3 = %{version}-%{release}
|
Provides: systemd-python3 = %{version}-%{release}
|
||||||
Provides: systemd-python3%{?_isa} = %{version}-%{release}
|
Provides: systemd-python3%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: systemd-python3 < 230
|
Obsoletes: systemd-python3 < 230
|
||||||
Recommends: %{name}-doc
|
Recommends: %{name}-doc
|
||||||
|
|
||||||
%description -n python3-systemd %_description
|
%description -n python3-systemd %_description
|
||||||
|
|
||||||
@ -79,6 +80,9 @@ make PYTHON=%{__python3} check
|
|||||||
%doc %{_pkgdocdir}/html
|
%doc %{_pkgdocdir}/html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 234-18
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user