libvirt: update to 4.1.0
Closes: #11531 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
b55a5551af
commit
e0a749de23
2 changed files with 3 additions and 199 deletions
|
@ -1,196 +0,0 @@
|
||||||
Revert "Add ability to generate man page describing key code names & values"
|
|
||||||
|
|
||||||
This reverts commit e6c3b59c193ec1d17d72b65d460a951227c12a72.
|
|
||||||
|
|
||||||
diff --git a/libvirt.spec.in b/libvirt.spec.in
|
|
||||||
index b249224..78c3c28 100644
|
|
||||||
--- a/libvirt.spec.in
|
|
||||||
+++ b/libvirt.spec.in
|
|
||||||
@@ -1777,7 +1777,6 @@ exit 0
|
|
||||||
%{_mandir}/man8/libvirtd.8*
|
|
||||||
%{_mandir}/man8/virtlogd.8*
|
|
||||||
%{_mandir}/man8/virtlockd.8*
|
|
||||||
-%{_mandir}/man7/virkey*.7*
|
|
||||||
|
|
||||||
%doc examples/polkit/*.rules
|
|
||||||
|
|
||||||
diff --git a/mingw-libvirt.spec.in b/mingw-libvirt.spec.in
|
|
||||||
index dec799b..e088dc2 100644
|
|
||||||
--- a/mingw-libvirt.spec.in
|
|
||||||
+++ b/mingw-libvirt.spec.in
|
|
||||||
@@ -259,7 +259,6 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_libexecdir}/libvirt-guests.sh
|
|
||||||
%{mingw32_mandir}/man1/virt-admin.1*
|
|
||||||
%{mingw32_mandir}/man1/virt-xml-validate.1*
|
|
||||||
%{mingw32_mandir}/man1/virt-pki-validate.1*
|
|
||||||
-%{mingw32_mandir}/man7/virkey*.7*
|
|
||||||
|
|
||||||
%files -n mingw32-libvirt-static
|
|
||||||
%{mingw32_libdir}/libvirt.a
|
|
||||||
@@ -344,7 +343,6 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_libexecdir}/libvirt-guests.sh
|
|
||||||
%{mingw64_mandir}/man1/virt-admin.1*
|
|
||||||
%{mingw64_mandir}/man1/virt-xml-validate.1*
|
|
||||||
%{mingw64_mandir}/man1/virt-pki-validate.1*
|
|
||||||
-%{mingw64_mandir}/man7/virkey*.7*
|
|
||||||
|
|
||||||
%files -n mingw64-libvirt-static
|
|
||||||
%{mingw64_libdir}/libvirt.a
|
|
||||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
||||||
index f68fc1d..ebe822d 100644
|
|
||||||
--- a/src/Makefile.am
|
|
||||||
+++ b/src/Makefile.am
|
|
||||||
@@ -52,8 +52,6 @@ AM_LDFLAGS = $(DRIVER_MODULES_LDFLAGS) \
|
|
||||||
$(MINGW_EXTRA_LDFLAGS) \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
-POD2MAN = pod2man -c "Virtualization Support" -r "$(PACKAGE)-$(VERSION)"
|
|
||||||
-
|
|
||||||
EXTRA_DIST = $(conf_DATA)
|
|
||||||
|
|
||||||
BUILT_SOURCES =
|
|
||||||
@@ -221,36 +219,6 @@ util/virkeynametable_%.h: $(srcdir)/keycodemapdb/data/keymaps.csv \
|
|
||||||
$(srcdir)/keycodemapdb/data/keymaps.csv $$NAME > $@-tmp && \
|
|
||||||
mv $@-tmp $@ || rm -f $@-tmp
|
|
||||||
|
|
||||||
-util/virkeycode-%.pod: $(srcdir)/keycodemapdb/data/keymaps.csv \
|
|
||||||
- $(srcdir)/keycodemapdb/tools/keymap-gen Makefile.am
|
|
||||||
- $(AM_V_GEN)export NAME=`echo $@ | sed -e 's,util/virkeycode-,,' \
|
|
||||||
- -e 's,\.pod,,'` && \
|
|
||||||
- $(MKDIR_P) util/ && \
|
|
||||||
- $(PYTHON) $(srcdir)/keycodemapdb/tools/keymap-gen \
|
|
||||||
- --lang pod --varname "Key code values for $$NAME" code-docs \
|
|
||||||
- $(srcdir)/keycodemapdb/data/keymaps.csv $$NAME > \
|
|
||||||
- $@-tmp && mv $@-tmp $@ || rm $@-tmp
|
|
||||||
-
|
|
||||||
-util/virkeyname-%.pod: $(srcdir)/keycodemapdb/data/keymaps.csv \
|
|
||||||
- $(srcdir)/keycodemapdb/tools/keymap-gen Makefile.am
|
|
||||||
- $(AM_V_GEN)export NAME=`echo $@ | sed -e 's,util/virkeyname-,,' \
|
|
||||||
- -e 's,\.pod,,'` && \
|
|
||||||
- $(MKDIR_P) util/ && \
|
|
||||||
- $(PYTHON) $(srcdir)/keycodemapdb/tools/keymap-gen \
|
|
||||||
- --lang pod --varname "Key name values for $$NAME" name-docs \
|
|
||||||
- $(srcdir)/keycodemapdb/data/keymaps.csv $$NAME > \
|
|
||||||
- $@-tmp && mv $@-tmp $@ || rm $@-tmp
|
|
||||||
-
|
|
||||||
-util/virkey%.7: util/virkey%.pod
|
|
||||||
- $(AM_V_GEN)$(POD2MAN) --section=7 $< $@-t1 && \
|
|
||||||
- if grep 'POD ERROR' $@-t1; then rm $@-t1; exit 1; fi && \
|
|
||||||
- sed \
|
|
||||||
- -e 's|SYSCONFDIR|\@sysconfdir\@|g' \
|
|
||||||
- -e 's|LOCALSTATEDIR|\@localstatedir\@|g' \
|
|
||||||
- < $@-t1 > $@-t2 && \
|
|
||||||
- rm -f $@-t1 && \
|
|
||||||
- mv $@-t2 $@
|
|
||||||
-
|
|
||||||
KEYCODES = linux osx atset1 atset2 atset3 xt xtkbd usb win32 rfb
|
|
||||||
KEYNAMES = linux osx win32
|
|
||||||
|
|
||||||
@@ -259,16 +227,9 @@ KEYTABLES = \
|
|
||||||
$(KEYNAMES:%=util/virkeynametable_%.h) \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
-KEYPODS = $(KEYCODES:%=util/virkeycode-%.pod) \
|
|
||||||
- $(KEYNAMES:%=util/virkeyname-%.pod)
|
|
||||||
-KEYMANS = $(KEYPODS:%.pod=%.7)
|
|
||||||
-
|
|
||||||
-man7_MANS = $(KEYMANS)
|
|
||||||
-
|
|
||||||
UTIL_SOURCES += $(KEYTABLES)
|
|
||||||
BUILT_SOURCES += $(KEYTABLES)
|
|
||||||
MAINTAINERCLEANFILES += $(KEYTABLES)
|
|
||||||
-CLEANFILES += $(KEYMANS) $(KEYPODS)
|
|
||||||
|
|
||||||
# Internal generic driver infrastructure
|
|
||||||
DATATYPES_SOURCES = datatypes.h datatypes.c
|
|
||||||
@@ -2873,6 +2834,8 @@ virtlogd.init: logging/virtlogd.init.in $(top_builddir)/config.status
|
|
||||||
chmod a+x $@-t && \
|
|
||||||
mv $@-t $@
|
|
||||||
|
|
||||||
+POD2MAN = pod2man -c "Virtualization Support" -r "$(PACKAGE)-$(VERSION)"
|
|
||||||
+
|
|
||||||
virtlockd.8.in: locking/virtlockd.pod
|
|
||||||
$(AM_V_GEN)$(POD2MAN) --section=8 $< $@-t1 && \
|
|
||||||
if grep 'POD ERROR' $@-t1; then rm $@-t1; exit 1; fi && \
|
|
||||||
diff --git a/tools/virsh.pod b/tools/virsh.pod
|
|
||||||
index cd1f25f..3001641 100644
|
|
||||||
--- a/tools/virsh.pod
|
|
||||||
+++ b/tools/virsh.pod
|
|
||||||
@@ -2083,15 +2083,11 @@ The numeric values are those defined by the Linux generic input
|
|
||||||
event subsystem. The symbolic names match the corresponding
|
|
||||||
Linux key constant macro names.
|
|
||||||
|
|
||||||
-See L<virkeycode-linux(7)> and L<virkeyname-linux(7)>
|
|
||||||
-
|
|
||||||
=item B<xt>
|
|
||||||
|
|
||||||
The numeric values are those defined by the original XT keyboard
|
|
||||||
controller. No symbolic names are provided
|
|
||||||
|
|
||||||
-See L<virkeycode-xt(7)>
|
|
||||||
-
|
|
||||||
=item B<atset1>
|
|
||||||
|
|
||||||
The numeric values are those defined by the AT keyboard controller,
|
|
||||||
@@ -2099,30 +2095,22 @@ set 1 (aka XT compatible set). Extended keycoes from B<atset1>
|
|
||||||
may differ from extended keycodes in the B<xt> codeset. No symbolic
|
|
||||||
names are provided
|
|
||||||
|
|
||||||
-See L<virkeycode-atset1(7)>
|
|
||||||
-
|
|
||||||
=item B<atset2>
|
|
||||||
|
|
||||||
The numeric values are those defined by the AT keyboard controller,
|
|
||||||
set 2. No symbolic names are provided
|
|
||||||
|
|
||||||
-See L<virkeycode-atset2(7)>
|
|
||||||
-
|
|
||||||
=item B<atset3>
|
|
||||||
|
|
||||||
The numeric values are those defined by the AT keyboard controller,
|
|
||||||
set 3 (aka PS/2 compatible set). No symbolic names are provided
|
|
||||||
|
|
||||||
-See L<virkeycode-atset3(7)>
|
|
||||||
-
|
|
||||||
=item B<os_x>
|
|
||||||
|
|
||||||
The numeric values are those defined by the OS-X keyboard input
|
|
||||||
subsystem. The symbolic names match the corresponding OS-X key
|
|
||||||
constant macro names
|
|
||||||
|
|
||||||
-See L<virkeycode-osx(7)> and L<virkeyname-osx(7)>
|
|
||||||
-
|
|
||||||
=item B<xt_kbd>
|
|
||||||
|
|
||||||
The numeric values are those defined by the Linux KBD device.
|
|
||||||
@@ -2130,23 +2118,17 @@ These are a variant on the original XT codeset, but often with
|
|
||||||
different encoding for extended keycodes. No symbolic names are
|
|
||||||
provided.
|
|
||||||
|
|
||||||
-See L<virkeycode-xtkbd(7)>
|
|
||||||
-
|
|
||||||
=item B<win32>
|
|
||||||
|
|
||||||
The numeric values are those defined by the Win32 keyboard input
|
|
||||||
subsystem. The symbolic names match the corresponding Win32 key
|
|
||||||
constant macro names
|
|
||||||
|
|
||||||
-See L<virkeycode-win32(7)> and L<virkeyname-win32(7)>
|
|
||||||
-
|
|
||||||
=item B<usb>
|
|
||||||
|
|
||||||
The numeric values are those defined by the USB HID specification
|
|
||||||
for keyboard input. No symbolic names are provided
|
|
||||||
|
|
||||||
-See L<virkeycode-usb(7)>
|
|
||||||
-
|
|
||||||
=item B<rfb>
|
|
||||||
|
|
||||||
The numeric values are those defined by the RFB extension for sending
|
|
||||||
@@ -2154,8 +2136,6 @@ raw keycodes. These are a variant on the XT codeset, but extended
|
|
||||||
keycodes have the low bit of the second byte set, instead of the high
|
|
||||||
bit of the first byte. No symbolic names are provided.
|
|
||||||
|
|
||||||
-See L<virkeycode-rfb(7)>
|
|
||||||
-
|
|
||||||
=back
|
|
||||||
|
|
||||||
B<Examples>
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libvirt'
|
# Template file for 'libvirt'
|
||||||
pkgname=libvirt
|
pkgname=libvirt
|
||||||
version=3.10.0
|
version=4.1.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
configure_args="--without-hal --with-storage-lvm
|
configure_args="--without-hal --with-storage-lvm
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://libvirt.org"
|
homepage="https://libvirt.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="https://libvirt.org/sources/${pkgname}-${version}.tar.xz"
|
distfiles="https://libvirt.org/sources/${pkgname}-${version}.tar.xz"
|
||||||
checksum=dff109cae2cc915b3ed5ba7e460502b85eb9a5058cda4f356d7bb7b1e3196b0e
|
checksum=8a2fa4826f311a936be8b7d4c8d76516c29417a593b1d1bb8641a8caaa316439
|
||||||
|
|
||||||
# FIX https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701649
|
# FIX https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701649
|
||||||
system_accounts="libvirt"
|
system_accounts="libvirt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue