Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
07012bee
Commit
07012bee
authored
1 month ago
by
Andrea Bolognani
Browse files
Options
Downloads
Patches
Plain Diff
patches: Add debian/Drop-inter-package-Also-lines-[...]
Closes: #1082939
parent
0b165927
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!262
patches: Add debian/Drop-inter-package-Also-lines-[...]
Pipeline
#854269
passed
1 month ago
Stage: provisioning
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/debian/Drop-inter-package-Also-lines-from-libvirtd.service.patch
+37
-0
37 additions, 0 deletions
...Drop-inter-package-Also-lines-from-libvirtd.service.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
38 additions
and
0 deletions
debian/patches/debian/Drop-inter-package-Also-lines-from-libvirtd.service.patch
0 → 100644
+
37
−
0
View file @
07012bee
From: Andrea Bolognani <eof@kiyuko.org>
Date: Sun, 13 Apr 2025 23:29:20 +0200
Subject: Drop inter-package Also= lines from libvirtd.service
systemctl handles these lines gracefully even when the
corresponding unit is not present, e.g. because the daemon-lock
package is not installed, but deb-systemd-helper doesn't. As a
temporary workaround until this limitation is addressed, drop
the lines triggering the failure.
Note that we would technically only need to drop the reference
to virtlockd.socket, since the daemon-log package is a hard
dependency of the daemon package and thus we know that
virtlogd.socket is always going to be present, but being more
aggressive for consistency's sake seems preferable.
Bug-Debian: https://bugs.debian.org/1082939
Bug-Debian: https://bugs.debian.org/1091519
Forwarded: not-needed
---
src/remote/libvirtd.service.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/remote/libvirtd.service.in b/src/remote/libvirtd.service.in
index b0a062e..073555e 100644
--- a/src/remote/libvirtd.service.in
+++ b/src/remote/libvirtd.service.in
@@ -36,8 +36,6 @@
Restart=on-failure
[Install]
WantedBy=multi-user.target
-Also=virtlockd.socket
-Also=virtlogd.socket
Also=libvirtd.socket
Also=libvirtd-ro.socket
Also=libvirtd-admin.socket
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
07012bee
...
...
@@ -2,3 +2,4 @@ backport/cpu_map-Install-Ampere-1-ARM-CPU-models.patch
debian/Debianize-libvirt-guests.patch
debian/apparmor_profiles_local_include.patch
debian/Use-sensible-editor-by-default.patch
debian/Drop-inter-package-Also-lines-from-libvirtd.service.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment