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
447dd588
Commit
447dd588
authored
6 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
libnss-libvirt: Install libnss_libvirt-guest as well
Closes: #910288
parent
2edbedf3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!29
Merge changes from experimental
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+4
-3
4 additions, 3 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
5 additions
and
4 deletions
debian/control
+
4
−
3
View file @
447dd588
...
...
@@ -279,14 +279,15 @@ Depends:
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Priority: optional
Description: nss plugin providing IP address resolution for virtual machines
Description: nss plugin
s
providing IP address resolution for virtual machines
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
a long term stable C API for different virtualization mechanisms. It currently
supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
.
This package contains the nss plugin for IP address resolution of libvirt
managed virtual machines.
This package contains two nss plugins for IP address resolution of libvirt
managed virtual machines. libnss_libvirt_guest uses libvirt's domain names
while the other (libnss_libvirt) looks at the guest's hostname.
Package: libvirt-wireshark
Architecture: any
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
447dd588
...
...
@@ -208,7 +208,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
dh_install -p libvirt-daemon-system etc/libvirt/nwfilter/
dh_install -p libvirt-clients etc/libvirt/virt-login-shell.conf
dh_install -p libnss-libvirt \
usr/lib/$(DEB_HOST_MULTIARCH)/libnss_libvirt.so.2 \
usr/lib/$(DEB_HOST_MULTIARCH)/libnss_libvirt
*
.so.2 \
lib/$(DEB_HOST_MULTIARCH)/
endif
ifeq ($(XEN_ENABLED), 1)
...
...
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