-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes related to F42 update #557
Conversation
Unfortunately it can't handle wrapped lines (macro gets \ literally and takes it as a policy name), do one long line. QubesOS/qubes-issues#9663
It's not relevant a qube (that has only local user database). And also it causes issues distribution upgrade (when the service is being re-started, while socket is still up, all user lookups take a long time eventually causing timeouts of service restart). QubesOS/qubes-issues#9807
Now that it's always disabled, drop-ins are not needed anymore.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #557 +/- ##
=======================================
Coverage 70.46% 70.46%
=======================================
Files 3 3
Lines 474 474
=======================================
Hits 334 334
Misses 140 140 ☔ View full report in Codecov by Sentry. |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025030322-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025021804-4.3&flavor=update
Failed tests7 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/129058#dependencies 14 fixed
Unstable testsPerformance TestsPerformance degradation:31 performance degradations
Remaining performance tests:41 tests
|
Disable systemd-userdbd as it causes issues on upgrade, and isn't relevant to
qubes.
And also fix SELinux %post install macro usage.
QubesOS/qubes-issues#9807