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
7c418f91
Commit
7c418f91
authored
1 year ago
by
Andrea Bolognani
Browse files
Options
Downloads
Patches
Plain Diff
control: Suggest daemon on Linux only
We don't build it at all on non-Linux.
parent
963bd568
No related branches found
No related tags found
1 merge request
!226
Prepare 10.6.0-1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/control.in
+1
-1
1 addition, 1 deletion
debian/control.in
with
2 additions
and
2 deletions
debian/control
+
1
−
1
View file @
7c418f91
...
...
@@ -75,7 +75,7 @@ Depends:
${shlibs:Depends},
Suggests:
libvirt-clients-qemu (= ${binary:Version}) [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64 x32],
libvirt-daemon (= ${binary:Version}),
libvirt-daemon (= ${binary:Version})
[linux-any]
,
libvirt-login-shell (= ${binary:Version}) [alpha amd64 arm64 armel armhf hppa i386 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sh4 sparc64 x32],
Breaks:
libvirt-daemon (<< 6.9.0-2~),
...
...
This diff is collapsed.
Click to expand it.
debian/control.in
+
1
−
1
View file @
7c418f91
...
...
@@ -75,7 +75,7 @@ Depends:
${shlibs:Depends},
Suggests:
libvirt-clients-qemu (= ${binary:Version}) [${ARCHES_QEMU}],
libvirt-daemon (= ${binary:Version}),
libvirt-daemon (= ${binary:Version})
[linux-any]
,
libvirt-login-shell (= ${binary:Version}) [${ARCHES_LXC}],
Breaks:
libvirt-daemon (<< 6.9.0-2~),
...
...
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