Skip test that is failing due to permissions - https://bugzilla.redhat.com/show_bug.cgi

i8 changed/i8/python-systemd-234-8.el8.inferit
Arkady L. Shane 2 years ago
parent f564a5c23e
commit 7b7bc94a4f
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -7,7 +7,7 @@
Name: python-systemd Name: python-systemd
Version: 234 Version: 234
Release: 8%{?dist} Release: 8%{?dist}.inferit
Summary: Python module wrapping systemd functionality Summary: Python module wrapping systemd functionality
License: LGPLv2+ License: LGPLv2+
@ -104,7 +104,7 @@ test -f /run/systemd/journal/stdout || \
%if %{with python2} %if %{with python2}
make PYTHON=%{__python2} check make PYTHON=%{__python2} check
%endif # with python2 %endif # with python2
make PYTHON=%{__python3} check make TESTFLAGS="-k 'not test_notify_no_socket'" PYTHON=%{__python3} check # Skip test that is failing due to permissions - https://bugzilla.redhat.com/show_bug.cgi?id=1793022
%if %{with python2} %if %{with python2}
%files -n python2-systemd %files -n python2-systemd
@ -128,6 +128,9 @@ make PYTHON=%{__python3} check
%endif #{with doc} %endif #{with doc}
%changelog %changelog
* Tue Aug 15 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 234-8.inferit
- Skip test that is failing due to permissions - https://bugzilla.redhat.com/show_bug.cgi
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 234-8 * Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 234-8
- Rebuilt for MSVSphere 8.8 - Rebuilt for MSVSphere 8.8

Loading…
Cancel
Save