
On 4/20/21 7:13 PM, Andrea Bolognani wrote:
Changes from [v3]:
* generate per-command bash completion scripts using Meson instead of tweaking the contents after the fact for RPM build;
* update documentation as files are moved around and packages are dropped.
Changes from [v2]:
* move virt-admin to -daemon rather than -client;
* move other host-only tools from -client to -daemon;
* move systemtap probes from -client to -libs.
Changes from [v1]:
* add Obsoletes/Provides for a smooth transition.
[v3] https://listman.redhat.com/archives/libvir-list/2021-April/msg00900.html [v2] https://listman.redhat.com/archives/libvir-list/2021-April/msg00613.html [v1] https://listman.redhat.com/archives/libvir-list/2021-April/msg00604.html
Andrea Bolognani (7): docs: Use consistent vertical spacing docs: Expand upon the contents of the -daemon package spec: Merge -admin package into -daemon spec: Move some files from -client to -daemon spec: Move systemtap probes from -client to -libs tools: Generate per-command bash completion script spec: Drop -bash-completion package
docs/kbase/rpm-deployment.rst | 55 ++++--------------- libvirt.spec.in | 76 ++++++++++----------------- tools/bash-completion/meson.build | 24 +++++---- tools/bash-completion/{vsh => vsh.in} | 7 ++- 4 files changed, 54 insertions(+), 108 deletions(-) rename tools/bash-completion/{vsh => vsh.in} (91%)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal