Packages changed: atftp btrfsprogs (5.7 -> 5.9) ibus libassuan (2.5.3 -> 2.5.4) libgcrypt (1.8.6 -> 1.8.7) libraw (0.20.0 -> 0.20.2) libstorage-ng (4.3.51 -> 4.3.52) libyui (3.12.0 -> 3.12.1) libyui-qt (2.56.0 -> 2.56.1) mtools (4.0.24 -> 4.0.25) ocfs2-tools patterns-kde perl-Cpanel-JSON-XS (4.24 -> 4.25) polkit (0.117 -> 0.118) poppler (0.90.0 -> 20.10.0) poppler-qt5 (0.90.0 -> 20.10.0) powertop ppp python-Pygments (2.6.1 -> 2.7.2) python-SQLAlchemy (1.3.19 -> 1.3.20) python-Twisted python-bcrypt python-cffi (1.14.2 -> 1.14.3) python-dulwich (0.20.5 -> 0.20.6) python-ecdsa (0.15 -> 0.16.0) python-gevent (1.5.0~a3 -> 20.9.0) python-greenlet (0.4.16 -> 0.4.17) python-h2 python-hyperframe (5.2.0 -> 6.0.0) python-immutables (0.11 -> 0.14) python-invoke (1.3.0 -> 1.4.1) python-paramiko python-psutil (5.7.0 -> 5.7.2) python-pyudev python-pyzmq python-reportlab (3.5.46 -> 3.5.51) python-trio (0.16.0 -> 0.17.0) python-urwid (2.1.0 -> 2.1.1) ruby2.7 serd (0.30.4 -> 0.30.6) vim (8.2.1840 -> 8.2.1900) virt-manager xfce4-cpufreq-plugin (1.2.1 -> 1.2.2) xfce4-dict (0.8.3 -> 0.8.4) yast2-schema (4.3.14 -> 4.3.15) yast2-trans (84.87.20201018.99a4069e60 -> 84.87.20201022.48f7cb4c97) yast2-ycp-ui-bindings (4.3.3 -> 4.3.5) === Details === ==== atftp ==== - Security fix: [bsc#1176437, CVE-2020-6097] * A specially crafted sequence of RRQ-Multicast requests can trigger an assert() call resulting denial-of-service. - Add atftp-CVE-2020-6097.patch ==== btrfsprogs ==== Version update (5.7 -> 5.9) Subpackages: btrfsprogs-udev-rules libbtrfs0 - Update to 5.9: * mkfs: * switch default to single profile for multi-device filesystem, up to now it was raid0 that may not be simple to convert to some other profile as raid0 needs a workspace on all device for that * new option -R for run-time options (eg. mount time enabled), now understands free-space-tree * subvolume delete: * refuse to delete the default subvolume (kernel will not allow that but the error reason is not obvious) * warn on EPERM, eg. if send is on progress on the subvolume * convert: * fix 32bit overflows on large filesystems * improved error handling and error messages * check free space taking fragmentation into account * check: * detect and repair wrong inode generation * minor improvement in error reporting on roots * libbtrfsutils: follow main package versioning (5.9) * add pkg-config file definitions * python-btrfsutil: follow main package versioning (5.9) * inspect tree-stats: print node counts for each level, fanout * other: * docs: * remove obsolete mount options (alloc_start, subvolrootid) * deleting default subvolume is not permitted * updated or fixed tests * .editorconfig updates * move files to kernel-shared/ * CI: * updated to use zstd 1.4.5 * fix reiserfs build * more builds with asan, ubsan * sb-mod updates * build: * print .so versions of libraries in configure summary - Update to 5.7: * mkfs: * new option to enable features otherwise enabled at runtime, now implemented for quotas, 'mkfs.btrfs -R quota' * fix space accounting for small image, DUP and --rootdir * option -A removed * check: detect ranges with overlapping csum items * fi usage: report correct numbers when plain RAID56 profiles are used * convert: ensure the data chunks size never exceed device size * libbtrfsutil: update documentation regarding subvolume deletion * build: support libkcapi as implementation backend for cryptographic primitives * core: global options for verbosity (-v, -q), subcommands -v or -q are aliases and will continue to work but are considered deprecated, current command output is preserved to keep scripts working * other: * build warning fixes * btrfs-debugfs ported to python 3 - Update to 5.6.1: * print warning when multiple block group profiles exist, update 'fi usage' summary, add docs to maual page explaining the situation * build: optional support for libgcrypt or libsodium, providing hash implementations * updated docs - Fix content of _dracutmodulesdir variable: this definitively does not belong to libexecdir. - Update to 5.6: * inspect logical-resolve: support LOGICAL_INO_V2 as new option '-o', helps advanced dedupe tools * inspect: user larger buffer (64K) for results * subvol delete: support deletion by id (requires kernel 5.7+) * dump-tree: new option --hide-names, replace any names (file, directory, subvolume, xattr) in the output with stubs * various fixes - Update to 5.4.1 * build: fix docbook5 build * check: do extra verification of extent items, inode items and chunks * qgroup: return ENOTCONN if quotas not running (needs updated kernel) * other: various test fixups - BuildRequire pkgconfig(udev) instead of udev: Allow OBS to shortcut through the -mini flavor. - Use pkg-config --modversion udev to identify the current udev version. This is more portable and supports the -mini flavors. - Update to 5.4 * support new hash algorithms (kernel 5.5): * mkfs.btrfs and btrfs-convert with --csum, crc32c, xxhash, sha256, blake2 * mkfs: support new raid1c3 and raid1c4 block group profiles (kernel 5.5) * check: * --repair delays start with a warning, can be skipped using --force * enhanced detetion of inode types from partial data, more options for repair * receive: fix quiet option * image: speed up chunk loading * fi usage: * sort devices by id * print ratio of used/total per block group type * rescue zero-log: reset the log pointers directly, avoid reading some other potentially damaged structures * new make target install-static to install only static binaries/libraries * other * docs updates * new tests * cleanups and refactoring - Update to 5.3.1: * libbtrfs: fix link breakage due to missing symbols - Updaet to 5.3: * mkfs: * new option to specify checksum algorithm (only crc32c) * fix xattr enumeration * dump-tree: BFS (breadth-first) traversal now default * libbtrfsutil: remove stale BTRFS_DEV_REPLACE_ITEM_STATE_x defines * ci: add support for gitlab * other: * preparatory work for more checksum algorithms * docs update * switch to docbook5 backend for asciidoc * fix build on uClibc due to missing backtrace() * lots of printf format fixups - Enable build of python-bindings for libbtrfsutil - Update to 5.2.2: * check: * fix false report of wrong byte count for orphan inodes * option -E was not handled correctly * new check and repair for root item generation * balance: check for full-balance before background fork * mkfs: check that total device size does not overflow 16EiB * dump-tree: print DEV_STATS key type * other: * new and updated tests * doc fixups and updates - update to 5.2.1 * scrub status: fix ETA calculation after resume * check: fix crash when using -Q * restore: fix symlink owner restoration * mkfs: fix regression with mixed block groups * core: fix commit to process all delayed refs * other: * minor cleanups * test updates - update to 5.2 * subvol show: print qgroup information when available * scrub: * status: show ETA, revamp the whole output * fix reading/writing of last position on resume/cancel, potentially skipping part of the filesystem on next resume * dump-tree: add new option --noscan to use only devices given on the commandline * all-in-one binary (busybox style) with mkfs.btrfs, btrfs-image, btrfs-convert, btrfstune * image: fix hang when there are more than 32 cpus online and compression is requested * convert: fix some false ENOSPC errors when --rootdir is used * build: fix gcc9 warnings * core changes * command handling cleanups * dead code removal * cmds-* files moved to cmds/ * other shared userspace files moved to common/ * utils.c split into more files * preparatory work for more output formats * libbtrfsutil: fix unaligned access * other * new and updated tests * fix tests so CI passes again * sb-mod can modify more superblock items - update to version 5.1 * repair: flush/FUA support to avoid breaking metadata COW * file extents repair no longer relies on data in extent tree * lowmem: fix false error reports about gaps between extents * add inode mode check and repair for various objects * add check for invalid combination of nocow/compressed extents * device scan option to forget scanned devices [new] * mkfs: use same chunk size as kernel for initial creation * dev-repace: better report when other exclusive operation runs * help for sntax errors on command lines, print relevant msgs * defrag: able to open files in RO mode * dump-tree: --block can be specified multiple times - update to version 4.20.2 * dump-super: minor output fixup * revert fix for prefix detection of receive path, this is temporary and unbreaks existing user setups - Use correct path for dracut-fsck-help.txt in module-setup.sh (bsc#1122539) * Remove module-setup.sh * Add module-setup.sh.in - Advise user of fs recovery options when we fail to mount (fate#320443, bsc#1122539) * Add dracut-fsck-help.txt * Add module-setup.sh - update to version 4.20.1 * libbtrfs: fix build of external tools due to missing symbols * ci: enable library test - update to version 4.20 * new feature: metadata uuid * lightweight change of UUID without rewriting all metadata (incompatible change) * done by btrfstune -m/-M, needs kernel support, 5.0+ * image: * fix block groups when restoring from multi-device image * only enlarge result image if it's a regular file * check * more device extent checks and fixes * can repair dir item with mismatched hash * mkfs: uuid tree created with proper contents * fix mount point detection due to partial prefix match * other: * new tests, build fixes, doc updates * libbtrfsutil: fix tests if kernel lacks support for new subvolume ioctls - partial cleanup with spec-cleaner - drop 0001-btrfs-progs-Add-support-for-metadata_uuid-field.patch - drop 0002-btrfs-progs-btrfstune-Add-support-for-changing-the-u.patch - drop 0003-btrfs-progs-Remove-fsid-metdata_uuid-fields-from-fs_.patch - drop 0004-btrfs-progs-Remove-btrfs_fs_info-new_fsid.patch - drop 0005-btrfs-progs-Directly-pass-root-to-change_devices_uui.patch - Use %license instead of %doc [bsc#1082318] - Implement fate#325871 * Added 0001-btrfs-progs-Add-support-for-metadata_uuid-field.patch * Added 0002-btrfs-progs-btrfstune-Add-support-for-changing-the-u.patch * Added 0003-btrfs-progs-Remove-fsid-metdata_uuid-fields-from-fs_.patch * Added 0004-btrfs-progs-Remove-btrfs_fs_info-new_fsid.patch * Added 0005-btrfs-progs-Directly-pass-root-to-change_devices_uui.patch - update to version 4.19.1 * check * many lowmem mode improvements * properly report qgroup mismatch errors * check symlinks with append/immutable flags * fi usage * correctly calculate allocated/unallocated for raid10 * minor output updates * mkfs * detect ENOSPC on thinly provisioned devices * fix spurious EEXIST during directory traversal * restore: fix relative path for restore target * dump-tree: print symbolic tree names for backrefs * send: fix regression preventing send -p with subvolumes mounted on "/" * corrupt-tree: refactoring and command line updates * build * make it work with e2fsprogs < 1.42 again * restore support for autoconf 2.63 * detect if -std=gnu90 is supported * other * new tests * cleanups - update to version 4.19 * check: support repair of fs with free-space-tree feature * core: * port delayed ref infrastructure from kernel * support write to free space tree * dump-tree: new options for BFS and DFS enumeration of b-trees * quota: rescan is now done automatically after 'assign' * btrfstune: incomplete fix to uuid change * subvol: fix 255 char limit checks * completion: complete block devices and now regular files too * docs: * ship uncompressed manual pages * btrfsck uses a manual page link instead of symlink * other * improved error handling * docs * new tests - update to version 4.17.1 * check: * add ability to fix wrong ram_bytes for compressed inline files * beautify progress output * btrfstune: allow to continue uuid change after unclean interruption * several fuzz fixes: * detect overalpping chunks * chunk loading error handling * don't crash with unexpected root refs to extents * relax option parsing again to allow mixing options and non-options arguments * fix qgroup rescan status reporting * build: * drop obsolete dir-test * new configure option to disable building of tools * add compatibility options --disable-static and --disable-shared * other: * cleanups and preparatory work * new test images - spec cleanup - update to version 4.17 * check * many lowmem mode improvements * properly report qgroup mismatch errors * check symlinks with append/immutable flags * fi usage * correctly calculate allocated/unallocated for raid10 * minor output updates * mkfs * detect ENOSPC on thinly provisioned devices * fix spurious EEXIST during directory traversal * restore: fix relative path for restore target * dump-tree: print symbolic tree names for backrefs * send: fix regression preventing send -p with subvolumes mounted on "/" * corrupt-tree: refactoring and command line updates * build * make it work with e2fsprogs < 1.42 again * restore support for autoconf 2.63 * detect if -std=gnu90 is supported - Removed patches (upstreamed): * 0001-btrfs-progs-convert-fix-support-for-e2fsprogs-1.42.patch * 0002-btrfs-progs-build-autoconf-2.63-compatibility.patch * 0003-btrfs-progs-build-detect-whether-std-gnu90-is-suppor.patch - Don't require libzstd-devel-static on builds that don't use it. - fix installation of btrfs.5.gz - Fix building on SLE11: * btrfs-progs: convert: fix support for e2fsprogs < 1.42 * btrfs-progs: build: detect whether -std=gnu90 is supported * btrfs-progs: build: autoconf 2.63 compatibility * Fixed mismerged addition of libbtrfsutil1 package description - Added patches: * 0001-btrfs-progs-convert-fix-support-for-e2fsprogs-1.42.patch * 0002-btrfs-progs-build-autoconf-2.63-compatibility.patch * 0003-btrfs-progs-build-detect-whether-std-gnu90-is-suppor.patch - update to version 4.16.1 * remove obsolete tools: btrfs-debug-tree, btrfs-zero-log, btrfs-show-super, btrfs-calc-size * sb-mod: new debugging tool to edit superblock items * mkfs: detect if thin-provisioned device does not have enough space * check: don't try to verify checksums on metadata dump images * build: fail documentation build if xmlto is not found * build: fix build of btrfs.static - Remove patch: 0001-btrfs-progs-build-fix-static-build.patch (upstream) - Update initrd script - update to version 4.16 * libbtrfsutil - new LGPL library to wrap userspace functionality * several 'btrfs' commands converted to use it: * properties * filesystem sync * subvolume set-default/get-default/delete/show/sync * python bindings, tests * build * use configured pkg-config path * CI: add python, musl/clang, built dependencies caching * convert: build fix for e2fsprogs 1.44+ * don't install library links with wrong permissions * fixes * prevent incorrect use of subvol_strip_mountpoint * dump-super: don't verify csum for unknown type * convert: fix inline extent creation condition * check: * lowmem: fix false alert for 'data extent backref lost for snapshot' * lowmem: fix false alert for orphan inode * lowmem: fix false alert for shared prealloc extents * mkfs: * add UUID and otime to root of FS_TREE - with the uuid, snapshots will be now linked to the toplevel subvol by the parent UUID * don't follow symlinks when calculating size * pre-create the UUID tree * fix --rootdir with selinux enabled * dump-tree: add option to print only children nodes of a given block * image: handle missing device for RAID1 * other * new tests * test script cleanups (quoting, helpers) * tool to edit superblocks * updated docs - Add patch: 0001-btrfs-progs-build-fix-static-build.patch - Add new library packages: libbtrfsutil - use documentation shipped by upstream tar, reduce dependencies - enable static build again, zstd now has static version - update to version 4.15 * mkfs --rootdir reworked, does not minimize the final image but can be still done using a new option --shrink * fix allocation of system chunk, don't allocate from the reserved area * other * new and updated tests * cleanups, refactoring * doc updates - spec: fix distro version condition - update to version 4.14.1 * dump-tree: print times of root items * check: fix several lowmem mode bugs * convert: fix rollback after balance * other * new and updated tests, enabled lowmem mode in CI * docs updates * fix travis CI build * build fixes * cleanups - update to version 4.14 * build: libzstd now required by default * check: more lowmem mode repair enhancements * subvol set-default: also accept path * prop set: compression accepts no/none, same as "" * filesystem usage: enable for filesystem on top of a seed device * rescue: new command fix-device-size * other * new tests * cleanups and refactoring * doc updates - Removed patches: - rollback-regression-fix.patch - upstreamed - spec: disable static build, missing libzstd-devel-static - spec: disable zstd support for non-Tumbleweed distros ==== ibus ==== Subpackages: ibus-dict-emoji ibus-gtk ibus-gtk-32bit ibus-gtk3 ibus-lang libibus-1_0-5 libibus-1_0-5-32bit typelib-1_0-IBus-1_0 - Add vala-0.50.patch: Fix build with vala 0.50 (gh#ibus/ibus#2265) ==== libassuan ==== Version update (2.5.3 -> 2.5.4) - update to 2.5.4: * Fix some minor build annoyances ==== libgcrypt ==== Version update (1.8.6 -> 1.8.7) Subpackages: libgcrypt20 libgcrypt20-32bit libgcrypt20-hmac - libgcrypt 1.8.7: * Support opaque MPI with gcry_mpi_print * Fix extra entropy collection via clock_gettime, a fallback code path for legacy hardware ==== libraw ==== Version update (0.20.0 -> 0.20.2) - update to 0.20.2: * corrected GPS EXIF output * Olympus XZ-1: do not provide linear_max * Pentax Optio 33WR: maker index was incorrect * dcraw_emu: corrected help line for -6 option. * raw-identify: corrected range check for color matrices print * use_camera_matrix option: fixed a bug introduced when making compiler more happy * multiple camera support improvements ==== libstorage-ng ==== Version update (4.3.51 -> 4.3.52) Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1 - merge gh#openSUSE/libstorage-ng#775 - allow to specify view in utils - coding style - fixed sanity check during btrfs probing - allow views to also filter devices - 4.3.52 ==== libyui ==== Version update (3.12.0 -> 3.12.1) - Added support for OpenItems property for (nested) tables (bsc#1176402) - 3.12.1 ==== libyui-qt ==== Version update (2.56.0 -> 2.56.1) - Added support for OpenItems property for (nested) tables (bsc#1176402) - 2.56.1 ==== mtools ==== Version update (4.0.24 -> 4.0.25) - mtools 4.0.25: * Preserve non-updated contents of info sector, just in case it contains program code * When parsing config file, always use "C" locale for case-insensitive comparisons ==== ocfs2-tools ==== - Point out the default value of mount options (bsc#1178248) + mount.ocfs2-point-out-the-default-value-of-mount-opt.patch ==== patterns-kde ==== Subpackages: patterns-kde-kde patterns-kde-kde_edutainment patterns-kde-kde_games patterns-kde-kde_ide patterns-kde-kde_imaging patterns-kde-kde_internet patterns-kde-kde_multimedia patterns-kde-kde_office patterns-kde-kde_pim patterns-kde-kde_plasma patterns-kde-kde_utilities patterns-kde-kde_utilities_opt patterns-kde-kde_yast - Recommend plasma5-disks in kde_plasma - Only recommend yast2-theme-oxygen if oxygen icons are installed ==== perl-Cpanel-JSON-XS ==== Version update (4.24 -> 4.25) - updated to 4.25 see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes 4.25 2020-10-28 (rurban) - Fix decode relaxed with comment at the end of the buffer (GH #174 fgaspar), a regression introduced with 3.0220, to fix n_number_then_00. - Possible fix for a gcc-9 optimizer bug (GH #172) ==== polkit ==== Version update (0.117 -> 0.118) Subpackages: libpolkit0 typelib-1_0-Polkit-1_0 - Update to version 0.118: + Updated dependency to mozjs78. + Tarball fixes. - Replace pkgconfig(mozjs-68) for pkgconfig(mozjs-78) BuildRequires following upstreams port. ==== poppler ==== Version update (0.90.0 -> 20.10.0) Subpackages: libpoppler-cpp0 libpoppler-glib8 poppler-tools - Use the correct, upstream provided tarball. - update to version 20.10.0: + core: - Filter out repeated forms. - Implement EmbedStream::reset(). - CairoOutputDev: evict just font faces owned solely by cache. - Splash: Rename Yd to Ydown, Xu to Xup, etc. - Splash: fix crash in out-of-memory situation. - Fix some undefined behaviour situation with forged files. - Compability fix for Forms. - Fix fetching of Objects failing in some cases. - Fix clearing date in Annot setModified/setDate. - TextSelectionPainter: support glyphless fonts. - Splash: Don't try read past end of image. - avoid abort() on large memory allocation. - Fix memory leak on broken files. - Fix potential invalid memory read. - Small code improvements. - Sub-page objects: initialize clip max values considering the render resolution. - Splash: Set initial line width to 1. - Fix stack overflow with specially crafted files. - GfxShading: Simplify holding the Function. - Splash: Fix x86 + windows asm build. - Fix regression on PS conversion.. Regression only happened on applications that are locale enabled i.e. Okular but not pdftops, when using a quite new lcms and the user locale uses , as decimal separator instead of . - Add UTF16LE support to TextStringToUCS4, even if the standard clearly says it should be UTF16BE + qt5: - Document TextAnnotation::inplaceAlign. - Make Annotation::setModification/CreationDate work on existing annots. - Be a bit more stubborn converting dates that come from xml. - Clean as many null characters from the end as possible when converting strings. - Deprecate Document::toc. - Deprecate AnnotationUtils. + glib: - Add accessor functions for PopplerAttachment. - Deprecate PopplerAttachment GTime fields. - Deprecate PopplerDocument date properties. + utils: - pdftoppm: report error and exit if output file cannot be written. - Document that PDF-file can be '-' to read it from stdin. + build system: - cmake: Modern way to link against libpng, zlib and libtiff. - cmake: Remove stray support for lcms1 in pdftocairo. + qt6: - Add work in progress qt6 port. ==== poppler-qt5 ==== Version update (0.90.0 -> 20.10.0) - Use the correct, upstream provided tarball. - update to version 20.10.0: + core: - Filter out repeated forms. - Implement EmbedStream::reset(). - CairoOutputDev: evict just font faces owned solely by cache. - Splash: Rename Yd to Ydown, Xu to Xup, etc. - Splash: fix crash in out-of-memory situation. - Fix some undefined behaviour situation with forged files. - Compability fix for Forms. - Fix fetching of Objects failing in some cases. - Fix clearing date in Annot setModified/setDate. - TextSelectionPainter: support glyphless fonts. - Splash: Don't try read past end of image. - avoid abort() on large memory allocation. - Fix memory leak on broken files. - Fix potential invalid memory read. - Small code improvements. - Sub-page objects: initialize clip max values considering the render resolution. - Splash: Set initial line width to 1. - Fix stack overflow with specially crafted files. - GfxShading: Simplify holding the Function. - Splash: Fix x86 + windows asm build. - Fix regression on PS conversion.. Regression only happened on applications that are locale enabled i.e. Okular but not pdftops, when using a quite new lcms and the user locale uses , as decimal separator instead of . - Add UTF16LE support to TextStringToUCS4, even if the standard clearly says it should be UTF16BE + qt5: - Document TextAnnotation::inplaceAlign. - Make Annotation::setModification/CreationDate work on existing annots. - Be a bit more stubborn converting dates that come from xml. - Clean as many null characters from the end as possible when converting strings. - Deprecate Document::toc. - Deprecate AnnotationUtils. + glib: - Add accessor functions for PopplerAttachment. - Deprecate PopplerAttachment GTime fields. - Deprecate PopplerDocument date properties. + utils: - pdftoppm: report error and exit if output file cannot be written. - Document that PDF-file can be '-' to read it from stdin. + build system: - cmake: Modern way to link against libpng, zlib and libtiff. - cmake: Remove stray support for lcms1 in pdftocairo. + qt6: - Add work in progress qt6 port. ==== powertop ==== Subpackages: powertop-lang - Add workaround for `error: too many loops` which happens with sle15sp3: run autoreconf twice ==== ppp ==== - Fix build with RPM 4.16: error: bare words are no longer supported, please use "...": lib64 == lib64. ==== python-Pygments ==== Version update (2.6.1 -> 2.7.2) - update to version 2.7.2: * Updated lexers: + Latex (PR#1517, #1516) + LLVM (PR#1565) + SPARQL (PR#1559) * Fixed Python console/traceback lexer problems with custom exceptions without messages (#1548) * Allow loading ttc fonts on Mac/image formatter (#1223) * Improve analyze_text across a variety of lexers (PR#1549) * Removed CSS rule which forced the vertical padding to 0 for line numbers (PR#1583, #1579) * Fix TNTLexer crashing on unexpected EOL (#1568, PR#1570) * regexlint can be now run locally as part of tox tests (PR#1557) * Fix typos (PR#1550, #1562) * Add Python 3.9 as a supported version (PR#1554) - drop shebang removal in _usd_builtins.py: fixed upstream - update to version 2.7.1: * Fixed a regression in the JSON lexer (#1544) - update to version 2.7.0: * Added lexers: + Arrow (PR#1481, PR#1499) + BARE (PR#1488) + Devicetree (PR#1434) + F* (PR#1409) + GDScript (PR#1457) + Pointless (PR#1494) + PromQL (PR#1506) + PsySH (PR#1438) + Singularity (PR#1285) + TiddlyWiki5 (PR#1390) + TNT (PR#1414) + YANG (PR#1408, PR#1428) * Updated lexers: + APL (PR#1503) + C++ (PR#1350, which also fixes: #1222, #996, #906, #828, [#1162], #1166, #1396) + Chapel (PR#1423) + CMake (#1491) + CSound (#1509) + Cython (PR#1507) + Dart (PR#1449) + Fennel (PR#1535) + Fortran (PR#1442) + GAS (PR#1530) + HTTP (PR#1432, #1520, PR#1521) + Inform 6 (PR#1461) + Javascript (PR#1533) + JSON (#1065, PR#1528) + Lean (PR#1415) + Matlab (PR#1399) + Markdown (#1492, PR#1495) + MySQL (#975, #1063, #1453, PR#1527) + NASM (PR#1465) + Nim (PR#1426) + PostgreSQL (PR#1513) + PowerShell (PR#1398, PR#1497) + Protobuf (PR#1505) + Robot (PR#1480) + SQL (PR#1402) + SystemVerilog (PR#1436, PR#1452, PR#1454, PR#1460, PR#1462, PR#1463, PR#1464, PR#1471, #1496, PR#1504) + TeraTerm (PR#1337) + XML (#1502) * Added a new filter for math symbols (PR#1406) * The Kconfig lexer will match Kconfig derivative names now (PR#1458) * Improved HTML formatter output (PR#1500) * .markdown is now recognized as an extension for Markdown files (PR#1476) * Fixed line number colors for Solarized (PR#1477, #1356) * Improvements to exception handling (PR#1478) * Improvements to tests (PR#1532, PR#1533, PR#1539) * Various code cleanups (PR#1536, PR#1537, PR#1538) - remove unnecessary executable bit on all source files ==== python-SQLAlchemy ==== Version update (1.3.19 -> 1.3.20) - added gpg pub key for source validation - Update to version 1.3.20 pytest_depr_from_parent.patch is obsolete again orm * An ArgumentError with more detail is now raised if the target parameter for Query.join() is set to an unmapped object. Prior to this change a less detailed AttributeError was raised. Pull request courtesy Ramon Williams. References: #4428 * Fixed issue where using a loader option against a string attribute name that is not actually a mapped attribute, such as a plain Python descriptor, would raise an uninformative AttributeError; a descriptive error is now raised. References: #4589 engine * Fixed issue where a non-string object sent to SQLAlchemyError or a subclass, as occurs with some third party dialects, would fail to stringify correctly. Pull request courtesy Andrzej Bartosi?ski. References: #5599 * Repaired a function-level import that was not using SQLAlchemy?s standard late-import system within the sqlalchemy.exc module. References: #5632 sql * Fixed issue where the pickle.dumps() operation against Over construct would produce a recursion overflow. References: #5644 * Fixed bug where an error was not raised in the case where a column() were added to more than one table() at a time. This raised correctly for the Column and Table objects. An ArgumentError is now raised when this occurs. References: #5618 postgresql * The psycopg2 dialect now support PostgreSQL multiple host connections, by passing host/port combinations to the query string. References: #4392 * Adjusted the Comparator.any() and Comparator.all() methods to implement a straight ?NOT? operation for negation, rather than negating the comparison operator. References: #5518 * Fixed issue where the ENUM type would not consult the schema translate map when emitting a CREATE TYPE or DROP TYPE during the test to see if the type exists or not. Additionally, repaired an issue where if the same enum were encountered multiple times in a single DDL sequence, the ?check? query would run repeatedly rather than relying upon a cached value. References: #5520 mysql * Adjusted the MySQL dialect to correctly parenthesize functional index expressions as accepted by MySQL 8. Pull request courtesy Ramon Williams. References: #5462 * The ?skip_locked? keyword used with with_for_update() will emit a warning when used on MariaDB backends, and will then be ignored. This is a deprecated behavior that will raise in SQLAlchemy 1.4, as an application that requests ?skip locked? is looking for a non-blocking operation which is not available on those backends. References: #5568 * Fixed bug where an UPDATE statement against a JOIN using MySQL multi-table format would fail to include the table prefix for the target table if the statement had no WHERE clause, as only the WHERE clause were scanned to detect a ?multi table update? at that particular point. The target is now also scanned if it?s a JOIN to get the leftmost table as the primary table and the additional entries as additional FROM entries. References: #5617 * Add new MySQL reserved words: cube, lateral added in MySQL 8.0.1 and 8.0.14, respectively; this indicates that these terms will be quoted if used as table or column identifier names. References: #5539 - Replace pytest_depr_from_parent.patch with the upstream commit resolving same issue (gh#sqlalchemy/sqlalchemy#commit40cdb9c0bf4d). - Add pytest_depr_from_parent.patch to fix FTBGS with pytest 6.* (gh#sqlalchemy/sqlalchemy#5635) ==== python-Twisted ==== - Add no-test_successResultOfWithFailureHasTraceback.patch to skip sted.conch.test.test_keys.KeyTests.test_fromOpenSSH, which fails. Upstream suggests https://twistedmatrix.com/trac/ticket/9665, but it has never been confirmed, even less fixed. ==== python-bcrypt ==== - Don't use deprecated 'python setup.py test', use pytest directly. ==== python-cffi ==== Version update (1.14.2 -> 1.14.3) - update to 1.14.3: * no upstream changelog provided ==== python-dulwich ==== Version update (0.20.5 -> 0.20.6) - update to 0.20.6: * Add a ``RefsContainer.watch`` interface. * Fix pushing of new branches from porcelain.push. * Honor shallows when pushing from a shallow clone. * Fix porcelain.path_to_tree_path for Python 3.5. ==== python-ecdsa ==== Version update (0.15 -> 0.16.0) - update to 0.16.0: * Support for reading and writing private keys in PKCS#8 format. * `to_pem` and `to_der` now accept new parameter, `format`, to specify * the format of the encoded files, either the dafault, legacy "ssleay", or * the new `pkcs8` to use PKCS#8. Note that only unencrypted PKCS#8 files are * supported. * Add `allow_truncate` to `verify` in `VerifyingKey`, it defaults to True, * when specified as False, use of large hashes smaller than curves will be * disallowed (as it was in 0.14.1 and earlier). * Correctly calculate signatures for private keys equal to n-1. * Make `PointJacobi` and thus `SigningKey` and `VerifyingKey` pickleable. ==== python-gevent ==== Version update (1.5.0~a3 -> 20.9.0) - Disable more tests failing for Python 3.6 - Don't bother with python2 tests - Update to version 20.9.0 (2020-09-22) + Features * The embedded libev is now asked to detect the availability of clock_gettime and use the realtime and/or monotonic clocks, if they are available. * On Linux, this can reduce the number of system calls libev makes. Originally provided by Josh Snyder. See :issue:`issue1648`. + Bugfixes * On CPython, depend on greenlet >= 0.4.17. This version is binary incompatible with earlier releases on CPython 3.7 and later. * On Python 3.7 and above, the module gevent.contextvars is no longer monkey-patched into the standard library. contextvars are now both greenlet and asyncio task local. See :issue:`1656`. See :issue:`issue1674`. * The DummyThread objects created automatically by certain operations when the standard library threading module is monkey-patched now match the naming convention the standard library uses ("Dummy-12345"). Previously (since gevent 1.2a2) they used "DummyThread-12345". See :issue:`1659`. * Fix compatibility with dnspython 2. * Caution! * This currently means that it can be imported. But it cannot yet be used. gevent has a pinned dependency on dnspython < 2 for now. * See :issue:`1661`. - Update to version 20.6.2 (2020-06-16) + Features * It is now possible to build and use the embedded libuv on a Cygwin platform. * Note that Cygwin is not an officially supported platform of upstream libuv and is not tested by gevent, so the actual working status is unknown, and this may bitrot in future releases. * Thanks to berkakinci for the patch. See :issue:`issue1645`. + Bugfixes * Relax the version constraint for psutil on PyPy. * Previously it was pinned to 5.6.3 for PyPy2, except for on Windows, where it was excluded. It is now treated the same as CPython again. See :issue:`issue1643`. - Update to version 20.6.1 (2020-06-10) + Features * gevent's CI is now tested on Ubuntu 18.04 (Bionic), an upgrade from 16.04 (Xenial). See :issue:`1623`. + Bugfixes * On Python 2, the dnspython resolver can be used without having selectors2 installed. Previously, an ImportError would be raised. See :issue:`issue1641`. * Python 3 gevent.ssl.SSLSocket objects no longer attempt to catch ConnectionResetError and treat it the same as an SSLError with SSL_ERROR_EOF (typically by suppressing it). * This was a difference from the way the standard library behaved (which is to raise the exception). It was added to gevent during early testing of OpenSSL 1.1 and TLS 1.3. See :issue:`1637`. - Update to version 20.6.0 (2020-06-06) + Features * Add gevent.selectors containing GeventSelector. This selector implementation uses gevent details to attempt to reduce overhead when polling many file descriptors, only some of which become ready at any given time. * This is monkey-patched as selectors.DefaultSelector by default. * This is available on Python 2 if the selectors2 backport is installed. (This backport is installed automatically using the recommended extra.) When monkey-patching, selectors is made available as an alias to this module. See :issue:`1532`. * Depend on greenlet >= 0.4.16. This is required for CPython 3.9 and 3.10a0. See :issue:`1627`. * Add support for Python 3.9. * No binary wheels are available yet, however. See :issue:`1628`. + Bugfixes * gevent.socket.create_connection and gevent.socket.socket.connect no longer ignore IPv6 scope IDs. * Any IP address (IPv4 or IPv6) is no longer subject to an extra call to getaddrinfo. Depending on the resolver in use, this is likely to change the number and order of greenlet switches. (On Windows, in particular test cases when there are no other greenlets running, it has been observed to lead to LoopExit in scenarios that didn't produce that before.) See :issue:`1634`. - Update to version 20.5.2 (2020-05-28) + Bugfixes * Forking a process that had use the threadpool to run tasks that created their own hub would fail to clean up the threadpool by raising greenlet.error. See :issue:`1631`. - Update to version 20.5.1 (2020-05-26) + Features * Waiters on Event and Semaphore objects that call wait() or acquire(), respectively, that find the Event already set, or the Semaphore available, no longer "cut in line" and run before any previously scheduled greenlets. They now run in the order in which they arrived, just as waiters that had to block in those methods do. See :issue:`1520`. * Update tested PyPy version from 7.3.0 to 7.3.1 on Linux. See :issue:`1569`. * Make zope.interface, zope.event and (by extension) setuptools required dependencies. The events install extra now does nothing and will be removed in 2021. See :issue:`1619`. * Update bundled libuv from 1.36.0 to 1.38.0. See :issue:`1621`. * Update bundled c-ares from 1.16.0 to 1.16.1. * On macOS, stop trying to adjust c-ares headers to make them universal. See :issue:`1624`. + Bugfixes * Make gevent locks that are monkey-patched usually work across native threads as well as across greenlets within a single thread. Locks that are only used in a single thread do not take a performance hit. While cross-thread locking is relatively expensive, and not a recommended programming pattern, it can happen unwittingly, for example when using the threadpool and logging. * Before, cross-thread lock uses might succeed, or, if the lock was contended, raise greenlet.error. Now, in the contended case, if the lock has been acquired by the main thread at least once, it should correctly block in any thread, cooperating with the event loop of both threads. In certain (hopefully rare) cases, it might be possible for contended case to raise LoopExit when previously it would have raised greenlet.error; if these cases are a practical concern, please open an issue. * Also, the underlying Semaphore always behaves in an atomic fashion (as if the GIL was not released) when PURE_PYTHON is set. Previously, it only correctly did so on PyPy. See :issue:`issue1437`. * Rename gevent's C accelerator extension modules using a prefix to avoid clashing with other C extensions. See :issue:`1480`. * Using gevent.wait on an Event more than once, when that Event is already set, could previously raise an AssertionError. * As part of this, exceptions raised in the main greenlet will now include a more complete traceback from the failing greenlet. See :issue:`1540`. * Avoid closing the same Python libuv watcher IO object twice. Under some circumstances (only seen on Windows), that could lead to program crashes. See :issue:`1587`. * gevent can now be built using Cython 3.0a5 and newer. The PyPI distribution uses this version. * The libev extension was incompatible with this. As part of this, certain internal, undocumented names have been changed. * (Technically, gevent can be built with Cython 3.0a2 and above. However, up through 3.0a4 compiling with Cython 3 results in gevent's test for memory leaks failing. See this Cython issue.) See :issue:`1599`. * Destroying a hub after joining it didn't necessarily clean up all resources associated with the hub, especially if the hub had been created in a secondary thread that was exiting. The hub and its parent greenlet could be kept alive. * Now, destroying a hub drops the reference to the hub and ensures it cannot be switched to again. (Though using a new blocking API call may still create a new hub.) * Joining a hub also cleans up some (small) memory resources that might have stuck around for longer before as well. See :issue:`1601`. * Fix some potential crashes under libuv when using gevent.signal_handler. The crashes were seen running the test suite and were non-deterministic. See :issue:`1606`. - Update to version 20.5.0 (2020-05-01) + Features * Update bundled c-ares to version 1.16.0. Changes. See :issue:`1588`. * Update all the bundled config.guess and config.sub scripts. See :issue:`1589`. * Update bundled libuv from 1.34.0 to 1.36.0. See :issue:`1597`. + Bugfixes * Use ares_getaddrinfo instead of a manual lookup. * This requires c-ares 1.16.0. * Note that this may change the results, in particular their order. * As part of this, certain parts of the c-ares extension were adapted to use modern Cython idioms. * A few minor errors and discrepancies were fixed as well, such as gethostbyaddr('localhost') working on Python 3 and failing on Python 2. The DNSpython resolver now raises the expected TypeError in more cases instead of an AttributeError. See :issue:`1012`. * The c-ares and DNSPython resolvers now raise exceptions much more consistently with the standard resolver. Types and errnos are substantially more likely to match what the standard library produces. * Depending on the system and configuration, results may not match exactly, at least with DNSPython. There are still some rare cases where the system resolver can raise herror but DNSPython will raise gaierror or vice versa. There doesn't seem to be a deterministic way to account for this. On PyPy, getnameinfo can produce results when CPython raises socket.error, and gevent's DNSPython resolver also raises socket.error. * In addition, several other small discrepancies were addressed, including handling of localhost and broadcast host names. * Note * This has been tested on Linux (CentOS and Ubuntu), macOS, and Windows. It hasn't been tested on other platforms, so results are unknown for them. The c-ares support, in particular, is using some additional socket functions and defines. Please let the maintainers know if this introduces issues. * See :issue:`1459`. - Update to version 20.04.0 (2020-04-22) + Features * Let CI (Travis and Appveyor) build and upload release wheels for Windows, macOS and manylinux. As part of this, (a subset of) gevent's tests can run if the standard library's test.support module has been stripped. See :issue:`1555`. * Update tested PyPy version from 7.2.0 on Windows to 7.3.1. See :issue:`1569`. + Bugfixes * Fix a spurious warning about watchers and resource leaks on libuv on Windows. Reported by Stéphane Rainville. See :issue:`1564`. * Make monkey-patching properly remove select.epoll and select.kqueue. Reported by Kirill Smelkov. See :issue:`1570`. * Make it possible to monkey-patch :mod:`contextvars` before Python 3.7 if a non-standard backport that uses the same name as the standard library does is installed. Previously this would raise an error. Reported by Simon Davy. See :issue:`1572`. * Fix destroying the libuv default loop and then using the default loop again. See :issue:`1580`. * libuv loops that have watched children can now exit. Previously, the SIGCHLD watcher kept the loop alive even if there were no longer any watched children. See :issue:`1581`. + Deprecations and Removals * PyPy no longer uses the Python allocation functions for libuv and libev allocations. See :issue:`1569`. - Use the system libev by default - Remove fix-tests.patch - Remove use-libev-cffi.patch - Greatly reduce the list of non functional tests - Add fix-no-return-in-nonvoid-function.patch, applied for 15.1 and below in order to not fail the build - Add missing runtime dependencies: python-zope.event and python-zope.interface ==== python-greenlet ==== Version update (0.4.16 -> 0.4.17) - update to 0.4.17: - Support for PEP 567 ContextVars ==== python-h2 ==== - Add hyperframe.patch to fix build with hyperframe 6 ==== python-hyperframe ==== Version update (5.2.0 -> 6.0.0) - Update to 6.0.0: * API Changes (Backward-incompatible) + Introduce ``HyperframeError`` base exception class for all errors raised within hyperframe. + Change exception base class of ``UnknownFrameError`` to ``HyperframeError`` + Change exception base class of ``InvalidPaddingError`` to ``HyperframeError`` + Change exception base class of ``InvalidFrameError`` to ``HyperframeError`` + Invalid frames with wrong stream id (zero vs. non-zero) now raise ``InvalidDataError``. + Invalid SETTINGS frames (non-empty but ACK) now raise ``InvalidDataError``. + Invalid ALTSVC frames with non-bytestring field or origin now raise ``InvalidDataError``. * API Changes (Backward-compatible) + Deprecate ``total_padding`` - use `pad_length` instead. + Improve repr() output for all frame classes. + Introduce Frame.explain(data) for quick introspection of raw data. * Bugfixes + Fixed padding parsing for ``PushPromiseFrame``. + Fixed unchecked frame length for ``PriorityFrame``. It now correctly raises ``InvalidFrameError``. + Fixed promised stream id validation for ``PushPromiseFrame``. It now raises ``InvalidDataError``. + Fixed unchecked frame length for ``WindowUpdateFrame``. It now correctly raises ``InvalidFrameError``. + Fixed window increment value range validation. It now raises ``InvalidDataError``. + Fixed parsing of ``SettingsFrame`` with mutual exclusion of ACK flag and payload. * Other Changes + Removed support for Python 2.7, 3.4, 3.5, pypy. + Added support for Python 3.8. ==== python-immutables ==== Version update (0.11 -> 0.14) - skip tests that fail on 32bit - update to 0.14: * python 3.8 support * Various improvements w.r.t. type annotations & typing * Fix pure-Python implementation to accept keyword argument * Fix the mutation API to maintain elements count correctly * Allow None to be used as key in pure-Python implementation. - remove py38.patch (upstream) ==== python-invoke ==== Version update (1.3.0 -> 1.4.1) - disable test suite with bcond because of unmaintained pytest-relaxed gh#bitprophet/pytest-relaxed#12 - Update to version 1.4.1 * Fix an issue with `~invoke.run` & friends having intermittent problems at exit time. * Many other fixes. ==== python-paramiko ==== - remove dependency on pytest-relaxed * paramiko-pr1655-remove-pytest-relaxed.patch * gh#paramiko/paramiko#1655 ==== python-psutil ==== Version update (5.7.0 -> 5.7.2) - update to 5.7.2: * parallel tests on UNIX (make test-parallel). They're twice as fast! * 1741: "make build/install" is now run in parallel and it's about 15% faster on UNIX. * 1747: Process.wait() on POSIX returns an enum, showing the negative signal which was used to terminate the process * 1747: Process.wait() return value is cached so that the exit code can be retrieved on then next call. * 1747: Process provides more info about the process on str() and repr() (status and exit code): * 1757: memory leak tests are now stable. * 1768: [Windows] added support for Windows Nano Server. (contributed by Julien Lebot) * 1726: [Linux] cpu_freq() parsing should use spaces instead of tabs on ia64. (patch by Micha? Górny) * 1760: [Linux] Process.rlimit() does not handle long long type properly. * 1766: [macOS] NoSuchProcess may be raised instead of ZombieProcess. * 1781: fix signature of callback function for getloadavg(). (patch by Ammar Askar) - remove skip-flaky-i586.patch (obsolete) ==== python-pyudev ==== - Add pytest_register_mark.patch to make the test suite at least syntactically correct and skip over tests we cannot run because of missing /dev gh#pyudev/pyudev#404. ==== python-pyzmq ==== - Skip failing tests (gh#zeromq/pyzmq#1431 or gh#zeromq/pyzmq#1432) - Use pytest_arch macro instead of the construct we had there. ==== python-reportlab ==== Version update (3.5.46 -> 3.5.51) - Update to 3.5.51 * fix malloc(0) issue in \_rl_accel.c \_fp_str thanks to Hans-Peter Jansen @ openSUSE - remove fix-rl_accel-crash.patch - add fix-rl_accel-crash.patch to fix a crash in rl_accel. - Update to 3.5.50 * Add BM ExtGState option (suggestion by tjj021 @ github * Fix memory leak in _renderPM.c - Update to 3.5.49 * ViewerPreferencesPDFDictionary add /Duplex as possibility * Doctemplate add support for all ViewerPreferencesPDFDictionary keys * fix bugs in USPS_4State; Barcode inherits from Flowable and object. - Update to 3.5.48 * bug fix for balanced column special case unsplittable half column - Update to 3.5.47 * try to limit table style cell ranges ==== python-trio ==== Version update (0.16.0 -> 0.17.0) - Remove hashbang and tests in runtime package - Disable test test_close_at_bad_time_for_send_all due to failure on PPC - Update to v0.17.0 * trio.open_tcp_stream has a new local_address= keyword argument that can be used on machines with multiple IP addresses to control which IP is used for the outgoing connection * If you pass a raw IP address into sendto, it no longer spends any time trying to resolve the hostname. If you're using UDP, this should substantially reduce your per-packet overhead * trio.lowlevel.checkpoint is now much faster * new, lower-overhead data structure to track upcoming timeouts, which should make your programs faster * Trio can now be imported when sys.excepthook is a functools.partial instance, which might occur in a pytest-qt test function * The thread cache didn't release its reference to the previous job * Remove wait_socket_*, notify_socket_closing, notify_fd_closing, run_sync_in_worker_thread and current_default_worker_thread_limiter * When using "instruments", you now only "pay for what you use": if there are no instruments installed that override a particular hook such as `abc.Instrument.before_task_step`, then Trio doesn't waste any effort on checking its instruments when the event corresponding to that hook occurs. ==== python-urwid ==== Version update (2.1.0 -> 2.1.1) - udpate to 2.1.1: * Add TrioEventLoop.run_async(), removed nursery constructor arg (#392) (by Tamás Nepusz) * Add wrap_around kwarg to SimpleListWalkers (by Krzysztof Królczyk) * Change documentation on Terminal (by James Johnson) * Remove debug documentation change test (by James Johnson) * Remove support for py34 (by Andrey Semakin) * Remove invalid escape sequence (by Andrey Lebedev) * Fix GridFlow keypress handling when v_sep is 0 (by Aurelien Grenotton) * Fix Terminal in ListBox (#382) (by James Johnson) * Fix Crash on `fg`, SIGCONT (after Ctrl-Z, SIGSTOP, SIGTSTP) (by goncalopp) * Fix 256-color mode on some terminals. Addresses #404. (by Tony Cebzanov) * vterm: reduce __init__ boilerplate (by max ulidtko) * vterm: errno 5 is not EOF. (by max ulidtko) * Terminal: use UTF-8 by default. (by max ulidtko) * Instance of Terminal has no __super attr -- thanks pylint! (by max ulidtko) * Do not call wait_readable with a closed fd in TrioEventLoop (by Michael Hudson-Doyle) * Make options a static method where applicable (by Philip Matura) ==== ruby2.7 ==== Subpackages: libruby2_7-2_7 - fix typo in ruby macros file - fix typo in ruby2.7-default.macros which still referenced ruby 2.6 ==== serd ==== Version update (0.30.4 -> 0.30.6) - update to 0.30.6: * Fix various minor warnings and other code quality issues * Improve reader error handling * Make all free functions tolerant of NULL * Parse prefixed names more strictly ==== vim ==== Version update (8.2.1840 -> 8.2.1900) Subpackages: gvim vim-data vim-data-common - Updated to version 8.2.1900, fixes the following problems * Vim9: error message is not clear about compilation error. * Vim9: test for compilation error fails in normal build. * Crash when USE_FNAME_CASE is defined and using :browse. * Netbeans: with huge buffer number memory allocation may fail. * Using "q" at the more prompt doesn't stop a long message. * Vim9: function defined in a block can't use variables defined in that block. * Vim9: variables declared in a local block are not found in when a function is compiled. * Vim9: using negative value for unsigned type. * Crash when passing a NULL string or list to popup_settext(). * Vim9: garbage collection frees block-local variables. * "vat" does not select tags correctly over line break. * Vim9: "!" followed by space incorrectly used. * map() returing zero for NULL list is unexpected. * "to_f" is recognized at "topleft" modifier. * Vim9: crash when throwing exception for NULL string. (Dhiraj Mishra) * Vim9: get error message when nothing is wrong. * "2resize" uses size of current window. (Daniel Steinberg) * Vim9: using job_status() on an unused var gives an error. * Vim9: filter functions return number instead of bool. * Vim9: crash in unpack assignment. * Vim9: memory leak when throwing empty string. * Vim9: no specific error when parsing lambda fails. * vim9: memory leak when compiling lambda fails. * Json code not sufficiently tested. * Vim9: no error for wrong list type. * Vim9: add() does not check type of argument. * Vim9: add() does not check type of argument. * Vim9: argument to add() not checked for blob. * Vim9: no error for missing space after comma in dict. * Vim9: memory leak when using add(). * Vim9: no need to keep all script variables. * Using %v in 'errorformat' may fail before %Z. * Matchfuzzy() does not prefer sequential matches. * Vim9: missing white space when using . * Can't do something just before leaving Insert mode. * Warning when building GTK gui. * Vim9: argument types for builtin functions are not checked at compile time. * Test for function list fails. * GTK: error for redefining function. (Tony Mechelynck) * Vim9: argument types of insert() not checked when compiling. * Vim9: Asan complains about adding zero to NULL. * Cannot build with GTK3. * Vim9: v:disallow_let is no longer needed. * Compiler warnings when using Python. * Compiler warning for uninitialized variable. (John Marriott) * Filetype tests unnessarily creates swap files. * Using ":silent!" in a popup filter has unexpected effect. * Github actions not optimally configured. * Vim9: Getbufline(-1, 1, '$') gives an error. * Vim9: errornous error for missing white space after {}. * Vim9: strange error for subtracting from a list. * Vim9: skipping over expression doesn't handle line breaks. * Valgrind warns for using uninitialized access in tests. * Fuzzy matching does not support multiple words. * Vim9: command modifiers are not supported. * Vim9: silent command modifier test fails. * Valgrind warns for using uninitialized memory. * Command modifiers are saved and set inconsistently. * Command modifier parsing always uses global cmdmod. * Crash in out-of-memory situation. * Vim9: command modifiers do not work. ==== virt-manager ==== Subpackages: virt-install virt-manager-common - bsc#1177620 - [xen] deployed WIN2K19 guest system could not find a driver for network adapter virtinst-set-default-nic.patch - boo#1178141 - Accomodate qemu modularization with respect to spice and spice related optional modules. If full spice support is not detected due to missing qemu modules (v5.1 qemu and newer), use vnc as the default install-time graphics type used virtinst-graphics-add-check-for-qemu-modules-in-spice-graphic.patch - bsc#1177763 - Cannot install an existing virtual machine two error messages with Virtual Machine Manager virtman-append-usr-sbin-to-search-path.patch - jsc#SLE-16582, Upgrade virt-manager >= 3.x * Return to using qcow2 sparse by default with libvirt 5.0.0+ * Make VM window shortcuts less likely to conflict with guest usage * Fix 3.0.0 regression with spice audio * createvol: Add explicit option for qcow2 non-sparse * Unconditionally add USB redirdev to new VMs when using SPICE * Unconditionally add sound devices to new VMs * Translation string improvements (Pino Toscano) - bsc#1176881 - No audio in virt-manager after upgrade virt-manager-3.1.0.tar.bz2 - Drop patches contained in new tarball ba08f84b-addstorage-Return-to-using-qcow2-sparse-by-default.patch a010c49b-cli-Fix-os-variant-help-introspection.patch 79ebcbcb-viewers-Fix-spice-audio.patch e5a51f63-details-Change-Close-accelerator-to-ctrl+shift+w.patch 9c13d2f8-Remove-use-of-problematic-terminology.patch - Upstream bug fixes (bsc#1027942) ba08f84b-addstorage-Return-to-using-qcow2-sparse-by-default.patch a010c49b-cli-Fix-os-variant-help-introspection.patch 79ebcbcb-viewers-Fix-spice-audio.patch e5a51f63-details-Change-Close-accelerator-to-ctrl+shift+w.patch 9c13d2f8-Remove-use-of-problematic-terminology.patch - jsc#SLE-16582, Upgrade virt-manager >= 3.x virt-manager-3.0.0.tar.bz2 * virt-install ?cloud-init support (Athina Plaskasoviti, Cole Robinson) * The virt-convert tool has been removed. Please use virt-v2v instead * A handful of UI XML configuration options have been removed. The XML editor can be used instead. For a larger discussion see this thread: https://www.redhat.com/archives/virt-tools-list/ 2019-June/msg00117.html * The ?New VM? UI now has a ?Manual Install? option which creates a VM without any required install media * In the ?New VM? UI, the network/pxe install option has been removed. If you need network boot, choose ?Manual Install? and set the boot device after initial VM creation * ?Clone VM? UI has been reworked and simplified * ?Migrate VM? UI now has an XML editor for the destination VM * Global and per-vm option to disable graphical console autoconnect. This makes it easier to use virt-manager alongside another client like virt-viewer * virt-manager: set guest time after VM restore (Michael Weiser) * virt-manager: option to delete storage when removing disk device (Lily Nie) * virt-manager: show warnings if snapshot operation is unsafe (Michael Weiser) * Unattended install improvements (Fabiano Fidęncio) * cli: new ?xml XPATH=VAL option for making direct XML changes * virt-install: new ?reinstall=DOMAIN option * virt-install: new ?autoconsole text|graphical|none option * virt-install: new ?os-variant detect=on,require=on suboptions * cli: ?clock, ?keywrap, ?blkiotune, ?cputune additions (Athina Plaskasoviti) * cli: add ?features kvm.hint-dedicated.state= (Menno Lageman) * cli:?iommu option (Menno Lageman) * cli: Add ?graphics websocket= support (Petr Benes) * cli: Add ?disk type=nvme source.* suboptions * cli: Fill in all ?filesystem suboptions * Translation string improvements (Pino Toscano) * Convert from .pod to .rst for man pages * Switch to pytest as our test runner * Massively improved unittest and uitest code coverage * Now using github issues as our bug tracker - Drop patches contained in new tarball 3c6e8537-guest-fix-warning-message-when-machine-type-is-changed-for-secure-boot.patch 0c223ab2-guest-Dont-set-default-uefi-if-firmware-is-set.patch 414ffa5e-virt-install-Use-minutes-instead-of-seconds-on-get_time_string.patch 53245827-urlfetcher-Force-a-flush-after-writing-to-a-file.patch 3009888a-urlfetcher-Dont-override-fullurl-when-its-explicitly-set.patch 9465da41-urlfetcher-Deal-with-file-in-_LocalURLFetcher.patch 651e5b6d-devices-video-Simplify-model-hvm-check.patch 1547e16d-domcapabilities-Get-video-devices.patch 2e20b128-domcapabilities-Add-supports_video_bochs.patch d9736db9-addhardware-Add-bochs-display-to-the-video-list.patch 8f4c53ea-video-Prefer-bochs-when-its-supported..patch ae19d6d6-fix-resizing-of-spice-clients-with-guest-resizing-enabled.patch 51d84c54-connection-Avoid-repeated-default-pool-creation-attempts.patch d934d6f2-domcaps-Fix-check-for-uncached-security-features.patch 29f9f5f2-virt-xml-fix-defined_xml_is_unchanged.patch 15a9502b-Fix-showing-the-firmware-type-in-case-of-firmware-auto-selection.patch 5573aeb4-createnet-Fix-XML-editor-error-when-dhcp-fields-are-empty.patch e8bf16b9-details-fix-detection-of-firmware-auto-selection.patch 7e3fb3f2-graphics-Default-to-vga-instead-of-qxl-for-non-spice.patch - Drop deprecated patches virtman-fix-env-script-interpreter.patch virtinst-osdict-get_supported.patch virtconv-python2-to-python3-conversion.patch virtinst-python2-to-python3-conversion.patch virtman-python2-to-python3-conversion.patch virttests-python2-to-python3-conversion.patch 0002-virtinst-python3-avoid-comparison-of-None-and-int.patch - bsc#1176080 - selecting one UEFI firmware in install wizard resets UI to BIOS e8bf16b9-details-fix-detection-of-firmware-auto-selection.patch - Upstream bug fix (bsc#1027942) 5573aeb4-createnet-Fix-XML-editor-error-when-dhcp-fields-are-empty.patch 7e3fb3f2-graphics-Default-to-vga-instead-of-qxl-for-non-spice.patch - jsc#SLE-11773, Dev: virt-manager: AppIndicator3 virt-manager.spec - jsc#SLE-15926 - Dev: XEN: drop netware support Drop virtman-keycombo.patch - bsc#1174176 - IDE: "Only 2 disks for bus 'NONE' are supported" virtman-disallow-adding-floppy-disk.patch - bsc#1172356 - Not able to hot-plug NIC via virt-manager, asks to attach on next reboot while it should be live attached virtinst-set-default-nic.patch - bsc#1169708 - Virtualization/virt-manager: Bug yast2 virt-install internal error virt-install.rb - bsc#1167569 - SLES 15 SP2 RC1 - virt-install: cache=none is ignored (kvm) virtinst-set-cache-mode-unsafe-for-install.patch - bsc#1167202 - SLES 15 SP2 Snapshot8 - virt-install misses module gi virt-manager.spec - Upstream bug fix (bsc#1027942) 15a9502b-Fix-showing-the-firmware-type-in-case-of-firmware-auto-selection.patch - bsc#1157144 - [s390][virt-manager] There was the black screen from guest graphical console during guest installation virtinst-s390x-disable-graphics.patch - bsc#1158227 - virt-manager: Fix duplicate entries in the operating system URL drop down menu virtman-show-suse-install-repos.patch - Upstream bug fix (bsc#1027942) 29f9f5f2-virt-xml-fix-defined_xml_is_unchanged.patch - Drop virtman-default-to-xen-pv.patch - Refreshed virtinst-add-pvh-support.patch virtinst-modify-gui-defaults.patch virt-manager.changes virt-manager.spec virtman-allow-creating-i686-vm.patch virtman-python2-to-python3-conversion.patch - bsc#1156964 - import a exist disk for creating PV guest failed virtinst-pvgrub2-bootloader.patch - Refreshed patches virtinst-change-location-for-grub_xen.patch virtinst-set-cache-mode-unsafe-for-install.patch - bsc#1157097 - PV guest on_reboot event be set to 'destroy' by default virtinst-pvgrub2-bootloader.patch - Rebased patches virtinst-change-location-for-grub_xen.patch virtman-increase-setKeepAlive-count.patch - Upstream bug fixes (bsc#1027942) 1547e16d-domcapabilities-Get-video-devices.patch 2e20b128-domcapabilities-Add-supports_video_bochs.patch ae19d6d6-fix-resizing-of-spice-clients-with-guest-resizing-enabled.patch 51d84c54-connection-Avoid-repeated-default-pool-creation-attempts.patch d934d6f2-domcaps-Fix-check-for-uncached-security-features.patch - bsc#1155197 - [xen][virt-manager] Fail to boot up installed sles15sp2 PV guest virtinst-pvgrub2-bootloader.patch virtinst-change-location-for-grub_xen.patch - Upstream bug fixes (bsc#1027942) 9465da41-urlfetcher-Deal-with-file-in-_LocalURLFetcher.patch 651e5b6d-devices-video-Simplify-model-hvm-check.patch d9736db9-addhardware-Add-bochs-display-to-the-video-list.patch 8f4c53ea-video-Prefer-bochs-when-its-supported..patch - Upstream bug fixes (bsc#1027942) 0c223ab2-guest-Dont-set-default-uefi-if-firmware-is-set.patch 414ffa5e-virt-install-Use-minutes-instead-of-seconds-on-get_time_string.patch 53245827-urlfetcher-Force-a-flush-after-writing-to-a-file.patch 3009888a-urlfetcher-Dont-override-fullurl-when-its-explicitly-set.patch - bsc#1143315 - virt-manager: Fix detection for SLE15 virtinst-add-sle15-detection-support.patch virtinst-add-caasp-support.patch virtinst-detect-oes-distros.patch virtinst-add-pvh-support.patch virtinst-s390x-disable-graphics.patch virtinst-set-qemu-emulator.patch - Upstream bug fix (bsc#1027942) 3c6e8537-guest-fix-warning-message-when-machine-type-is-changed-for-secure-boot.patch - Update to virt-manager 2.2.1 (fate#326786) virt-manager-2.2.1.tar.bz2 * CVE-2019-10183: Replace ?unattended user-password and admin-password with user-password-file and admin-password-file (Fabiano Fidęncio) * Consistent ?memballoon default across non-x86 (Andrea Bolognani) * virt-install: add ?numatune memnode.* (Athina Plaskasoviti) * Drop hard dep on gtksourceview4, gtksourceview3 is fine as well - Drop patches no longer needed 033e9702-xmleditor-Handle-gtksourceview3-as-well-as-gtksourceview4.patch 51d28f04-unattended-Dont-log-user-admin-passwords.patch 5312a961-virt-install-Revive-wait-0-as-alias-for-noautoconsole.patch 58c68764-unattended-Read-the-passwords-from-a-file.patch - bsc#1140211 - VUL-1: CVE-2019-10183: virt-manager: unattended option leaks password via command line argument 58c68764-unattended-Read-the-passwords-from-a-file.patch 51d28f04-unattended-Dont-log-user-admin-passwords.patch - Upstream bug fix (bsc#1027942) 5312a961-virt-install-Revive-wait-0-as-alias-for-noautoconsole.patch - Update to virt-manager 2.2.0 (fate#326786) virt-manager-2.2.0.tar.bz2 * libvirt XML viewing and editing UI for new and existing domain, pools, volumes, networks * virt-install: libosinfo ?unattended support (Fabiano Fidęncio, Cole Robinson) * Improve CPU model security defaults (Pavel Hrdina) * virt-install: new ?install option. Ex: virt-install ?install fedora29 * virt-install: new ?install kernel=,initrd= * virt-install: ?disk, ?memory, ?name defaults from libosinfo (Fabiano Fidęncio, Cole Robinson) * virt-install: add device suboption aliases which consistently match libvirt XML naming * virt-xml: new ?start, ?no-define options (Marc Hartmayer) * virt-install: Add driver_queues argument to ?controller (Vasudeva Kamath) * RISC-V support (Andrea Bolognani) * Device default improvements for non-x86 KVM (Andrea Bolognani) * Redesigned ?New Network? wizard * libguestfs inspection improvements (Pino Toscano) * virt-install: Add support for xenbus controller (Jim Fehlig) * cli: Add ?disk wwn=,rawio= (Athina Plaskasoviti) * cli: Add ?memballoon autodeflate=,stats.period= (Athina Plaskasoviti) * cli: Add ?iothreads (Athina Plaskasoviti) * cli: Add ?numatune memory.placement (Athina Plaskasoviti) * cli: Add ?launchSecurity option (Erik Skultety) * cli: Fill in ?memorybacking options * cli: ?smartcard: support database= and certificate[0-9]*= * cli: ?sysinfo: Add chasis suboptions * cli: ?metadata: add genid= and genid_enable= * cli: ?vcpus: add vcpus.vcpu[0-9]* config * cli: fill in all common char source options for ?serial, ?parellel, ?console, ?channel, ?smartcard, ?rng, ?redirdev 033e9702-xmleditor-Handle-gtksourceview3-as-well-as-gtksourceview4.patch virtman-dont-specify-gtksource-version.patch - Drop patches no longer needed f7508d02-addhardware-Fix-setting-optimal-default-net-model.patch 1018ab44-inspection-handle-failures-in-application-listing.patch ae8a4f3d-engine-Fix-first-run-startup-error.patch 57db4185-virt-clone-fix-force-copy-of-empty-cdrom-or-floppy-disk.patch 26a433fc-virtManager-clone-check-which-storage-pools-supports-volume-cloning.patch 4f66c423-cloner-Handle-nonsparse-for-qcow2-images.patch a02fc0d0-virtManager-clone-build-default-clone-path-if-we-know-how.patch 1856c1fa-support-Fix-minimum-version-check.patch 001-adf30349-cli-refactor-get_prop.patch 002-60c7e778-xmlapi-add-set_prop.patch 003-5bad22e8-tests-Use-get-set_prop.patch 004-ee5f3eab-support-Add-SUPPORT_CONN_DEVICE_BOOT_ORDER.patch 005-7768eb17-cli-Add-check-if-device-boot-order-is-supported.patch 006-ecc0861c-tests-xmlparse-refactor-method-for-generating-out-file-path.patch 007-c9d070da-guest-Add-reorder_boot_order-method.patch 008-1b535940-tests-Add-test-case-for-reorder_boot_order-method.patch 009-b83a0a61-cli-Use-reorder_boot_order-for-setting-the-boot-order.patch 010-c896d19d-tests-cli-Add-boot.order-tests.patch 011-29f9f2ac-virt-xml-Add-no-define-argument.patch 012-c2bff509-tests-cli-Add-test-case-for-no-define-argument.patch 013-90b1a3ab-virt-xml-Add-support-for-starting-the-domain.patch 014-908b8e8d-tests-virt-xml-Add-test-cases-for-start-option.patch 5bc847eb-virt-install-Do-not-warn-about-consoles-on-s390x.patch 74bbc3db-urldetect-Check-also-for-treeinfo.patch 708af01c-osdict-Add-supports_virtioinput.patch f23b01be-guest-Add-VirtIO-input-devices-to-s390x-guests-with-graphics.patch 7afbb90b-virt-xml-Handle-VM-names-that-look-like-id-uuid.patch 8d9743d6-virt-install-Add-support-for-xenbus-controller.patch a0ca387a-cli-Fix-pool-default-when-path-belongs-to-another-pool.patch 578451fe-urldetect-Dont-run-regex-against-None-SUSE-product-name.patch virtman-default-guest-from-host-os.patch virtman-prevent-double-click-starting-vm-twice.patch - bsc#1138110 - XEN guest can not be restored from virt-manager after it is saved virtman-fix-restore-vm-menu-selection.patch - Upstream bug fix (bsc#1027942) 578451fe-urldetect-Dont-run-regex-against-None-SUSE-product-name.patch - Make sure the old qemu-dm is not used for installing VMs. It can't handle direct kernel boot. (bsc#1125725) virtinst-set-qemu-emulator.patch - jsc#SLE-6262, fate#327048: KVM: Boot Configuration Override 001-adf30349-cli-refactor-get_prop.patch 002-60c7e778-xmlapi-add-set_prop.patch 003-5bad22e8-tests-Use-get-set_prop.patch 004-ee5f3eab-support-Add-SUPPORT_CONN_DEVICE_BOOT_ORDER.patch 005-7768eb17-cli-Add-check-if-device-boot-order-is-supported.patch 006-ecc0861c-tests-xmlparse-refactor-method-for-generating-out-file-path.patch 007-c9d070da-guest-Add-reorder_boot_order-method.patch 008-1b535940-tests-Add-test-case-for-reorder_boot_order-method.patch 009-b83a0a61-cli-Use-reorder_boot_order-for-setting-the-boot-order.patch 010-c896d19d-tests-cli-Add-boot.order-tests.patch 011-29f9f2ac-virt-xml-Add-no-define-argument.patch 012-c2bff509-tests-cli-Add-test-case-for-no-define-argument.patch 013-90b1a3ab-virt-xml-Add-support-for-starting-the-domain.patch 014-908b8e8d-tests-virt-xml-Add-test-cases-for-start-option.patch - Drop unneeded 0003-virtinst-python3-avoid-using-long-type.patch Drop Requires on python3-six - Upstream bug fixes (bsc#1027942) 57db4185-virt-clone-fix-force-copy-of-empty-cdrom-or-floppy-disk.patch 26a433fc-virtManager-clone-check-which-storage-pools-supports-volume-cloning.patch 4f66c423-cloner-Handle-nonsparse-for-qcow2-images.patch a02fc0d0-virtManager-clone-build-default-clone-path-if-we-know-how.patch 1856c1fa-support-Fix-minimum-version-check.patch 74bbc3db-urldetect-Check-also-for-treeinfo.patch 708af01c-osdict-Add-supports_virtioinput.patch f23b01be-guest-Add-VirtIO-input-devices-to-s390x-guests-with-graphics.patch 7afbb90b-virt-xml-Handle-VM-names-that-look-like-id-uuid.patch a0ca387a-cli-Fix-pool-default-when-path-belongs-to-another-pool.patch - bsc#1126325 - L3: No way to set max_grant_frames for domUs via libvirt 8d9743d6-virt-install-Add-support-for-xenbus-controller.patch - bsc#1129176 - SLES 12 SP4 - kvm virt-install using ttyS0 leads to user process fault and interrupts installation (virt-manager) 5bc847eb-virt-install-Do-not-warn-about-consoles-on-s390x.patch - bsc#1129309 - Missing .treeinfo file on the media for CaaSP virtinst-add-caasp-support.patch - Add detection for Caasp 4.0 virtinst-media-detection.patch - Temporarily disable Xen PVH support until feature is more usable (bsc#1125889) virtinst-add-pvh-support.patch - Upstream bug fixes (bsc#1027942) f7508d02-addhardware-Fix-setting-optimal-default-net-model.patch 1018ab44-inspection-handle-failures-in-application-listing.patch ae8a4f3d-engine-Fix-first-run-startup-error.patch - Update to virt-manager 2.1.0 (fate#326786) virt-manager-2.1.0.tar.bz2 virtman-fix-env-script-interpreter.patch * Bash autocompletion support (Lin Ma, Cole Robinson) * UI and command line ?vsock support (Slavomir Kaslev) * virt-xml: Add ?os-variant option (Andrea Bolognani) * virt-install: use libosinfo cpu, mem, disk size defaults (Fabiano Fidencio) * virt-install: Better usage of libosinfo -unknown distro IDs (Fabiano Fidencio) * virt-install: More usage of libosinfo for ISO ?location detection * virt-install: Add ?location LOCATION,kernel=X,initrd=Y for pointing to kernel/initrd in media that virt-install/libosinfo fails to detect - Drop 25b88733-urldetect-Dont-overload-suse_content-variable.patch 9308bae3-util-Fix-typo-vpcu-vcpu.patch b8aff280-virtinst-quickfix-ubuntu-net-preseed-insert-cdrom-error.patch c30b3bc6-increase-timeout-for-vm-to-start.patch virtinst-use-latest-opensuse-version-when-unknown-media.patch - bsc#1123942 - [XEN][Build157.1] failed to open file '/usr/lib/grub2/x86_64-xen/grub.xen during bootup PV guest virtinst-change-location-for-grub_xen.patch - Increase the timeout for a vm to start before assuming something is wrong. (bsc#1027942) c30b3bc6-increase-timeout-for-vm-to-start.patch - fate#326698: Add support for Xen's PVH guest type virtinst-add-pvh-support.patch - Change icons to those provided by package (yast2-theme doesn't provide some icons anymore) virt-install.desktop - bsc#1117846 - virt-manager: Checking for virtualization packages error virtman-load-stored-uris.patch - bsc#1116990 - [virt-install] internal error: libxenlight failed to create new domain 'sles-11-sp4-64-pv-def-net'. Fix reversed logic when testing for i386. virtinst-use-xenpae-kernel-for-32bit.patch - Upstream bug fixes (bsc#1027942) b8aff280-virtinst-quickfix-ubuntu-net-preseed-insert-cdrom-error.patch 25b88733-urldetect-Dont-overload-suse_content-variable.patch 9308bae3-util-Fix-typo-vpcu-vcpu.patch - Update to virt-manager 2.0.0 (fate#326786) virt-manager-2.0.0.tar.bz2 * Finish port to Python 3 (Radostin Stoyanov, Cole Robinson) * Improved VM defaults for supported OS: q35 PCIe, usb3, CPU host-model * Search based OS selection UI for new VMs (Daniel P. Berrangé, Cole Robinson) * Track OS name for lifetime of domain in XML * Host interface management UI has been completely removed * Show domain IP on interface details page (Lin Ma, Cole Robinson) * More efficient stats polling with AllDomainStats (Simon Kobyda, Cole Robinson) * TPM device model and backend UI (Marc-André Lureau, Stefan Berger) * Show connection state in UI (Lin Ma) * Show attached devices in UI (Lin Ma) * UI option to plug/unplug VM nic link (Simon Kobyda) * UI support for disk discard and detect_zeroes (Povilas Kanapickas, Lin Ma) * Improved SUSE ?location URL/ISO detection (Charles Arnold) * cli and UI support for SCSI persistent reservations (Lin Ma) * cli: Add ?network mtu.size= option (Anya Harter) * cli: Add ?disk driver.copy_on_read (Anya Harter) * cli: Add ?disk geometry support (Anya Harter) * cli: Add ?sound codec support (Anya Harter) * cli: Add ?hostdev net/char/block for LXC (Lubomir Rintel) * cli: Add ?memorybacking access_mode and source_type (Marc-André Lureau) * cli: Add ?boot rebootTimout (Yossi Ovadia) * cli: Add ?boot bootloader= * cli: Add ?destroy-on-exit - Drop patches contained in new tarball or not required 0004-virtinst-python3-use-binary-mode-for-kernel.patch 27d4b167-virtinst-update-location-for-opensuse.patch 5a7698c7-fix-select-network-vol.patch d15b78ab-virtinst-read-CPU-model-from-domain-capabilities.patch fd6a8154-virtinst-compare-host-and-domain-cpu-models.patch 5a7698c7-fix-select-network-vol.patch virtcli-python2-to-python3-conversion.patch virtinst-add-ppc64-arch-support.patch virtinst-check-date-format.patch virtinst-fix-sle-distro-parsing.patch virtinst-handle-tumbleweed-treeinfo-file.patch virtinst-nfs-install-sanitize.patch virtinst-no-usb-tablet-for-xenpv.patch virtinst-set-qemu-emulator.patch virtinst-storage-ocfs2.patch virtman-add-connect-default.patch virtman-fix-missing-translations.patch virtman-libvirtd-not-running.patch virtman-packages.patch virtmisc-python2-to-python3-conversion.patch - boo#1112729 - Add missing python3-six dep introduced by patch 0003-virtinst-python3-avoid-using-long-type.patch - Fix selection of network volumes (bsc#1100558) 5a7698c7-fix-select-network-vol.patch - Remove hard dependency on openSUSE branding by changing it to a recommends - Fix sle15 detection because of changes in osinfo-db (bsc#1054986) virtinst-add-sle15-detection-support.patch - bsc#1096819 - virt-install - Couldn't find hvm kernel for SUSE tree virtinst-python2-to-python3-conversion.patch - bsc#1098054 - osinfo-query and virt-install do not detect caasp3.0 virtinst-add-caasp-support.patch - bsc#1081544 - SLEx_15_LOC : YaST: ALL_LANGS:Untranslated text 'Options' in Virtualization/Create a new Virtual Machine/Network Install (HTTP...)/Step 2 of 5 dialog - bsc#1081542 - SLEx_15_LOC : YaST: ALL_LANGS:Untranslated text. Translation fix included in new tarball. virtman-fix-missing-translations.patch - Update to virt-manager 1.5.1 (bsc#1027942). This was a quick bug bugfix release that came out shortly after version 1.5.0 virt-manager-1.5.1.tar.bz2 - Drop 4c7c4590-manager-Fix-mem-disk-net-stats-graphs.patch - bsc#1091113 - virt-install errs with: No option 'version' in section: 'general virtinst-handle-tumbleweed-treeinfo-file.patch - bsc#1086038 - VM guests cannot be properly installed with virt-install d15b78ab-virtinst-read-CPU-model-from-domain-capabilities.patch fd6a8154-virtinst-compare-host-and-domain-cpu-models.patch - Drop virtinst-dont-set-cpu-model-when-caps-mismatch.patch in favor of upstream versions. - Fallback to latest version of openSUSE when opensuse-unknown is detected for the ISO (bsc#1085757) virtinst-use-latest-opensuse-version-when-unknown-media.patch - bsc#1086038 - VM guests cannot be properly installed with virt-install virtinst-dont-set-cpu-model-when-caps-mismatch.patch - bsc#1067018 - L3: KVM Guest creation failed - Property .cmt not found virtinst-dont-use-special-copy-cpu-features.patch - Upstream bug fix (bsc#1027942) 27d4b167-virtinst-update-location-for-opensuse.patch - Replace old $RPM_* shell vars. Use %_datadir more consistently. - Upstream bug fix (bsc#1027942) 4c7c4590-manager-Fix-mem-disk-net-stats-graphs.patch - Update to virt-manager 1.5.0 (bsc#1027942) virt-manager-1.5.0.tar.bz2 * python3 prep work (Radostin Stoyanov, Cole Robinson, Cédric Bosdonnat) * Switch ?location ISO to use isoinfo (Andrew Wong) * virt-install: add ?cpu numa distance handling (Menno Lageman) * virt-install: fix ?disk for rbd volumes with auth (Rauno Väli) * virt-install: add ?cputune vcpupin handling (Wim ten Have) * details ui: Showing attached scsi devices per controller (Lin Ma) * network ui: Show details about SR-IOV VF pool (Lin Ma) * Greatly expand UI test suite coverage - Dropped patches 0001-Improve-container-image-url-example.patch 0001-py3-store-exception-variables-for-use-outside-except.patch 0002-create-wizard-fix-alignment-in-os-container-page.patch 0003-oscontainer-ask-root-password-in-the-wizard.patch 0004-Harmonize-invisible_char-values.patch 083dfcc8-Show-details-about-the-network-of-SR-IOV-VF-pool.patch 08a58d61-pycodestyle-remove-description-of-fixed-errors.patch 0c6bcb09-fix-bytes-string-mess-in-serial-console.patch 0e812e3c-dont-skip-authentication-for-listen-type-none-with-fixed-QEMU.patch 23aaf852-network-Set-bridge-name-to-None-instead-of-blank.patch 2d276ebe-progress-dont-overwrite-format.patch 2eb455c9-correctly-calculate-virtio-scsi-controller-index.patch 374a3779-urlfetcher-write-test-file-as-binary-content.patch 37ea5207-replace-StandardError-with-Exception.patch 3b769643-dont-add-URI-into-params-for-tunneled-migration.patch 3be78d1f-addhardware-dont-allow-panic-option-where-not-supported.patch 44de92b7-use-reload-from-imp-module.patch 63fce081-pycodestyle-Use-isinstance-for-type-checking.patch 67122615-python2to3-division-compatability.patch 69c84bea-import-reduce-from-functools-module.patch 6dfc4de1-add-support-for-parsing-formatting-SR-IOV-VFs.patch 6e6f59e7-diskbackend-get-a-proper-size-of-existing-block-device-while-cloning.patch 73de8285-systray-remove-redundant-variable-assignment.patch 75210ed3-replace-StringIO-with-io.patch 7f1b4cee-pycodestyle-fix-all-E125-warnings.patch 7fc7e94f-fix-virtio-scsi-controller-target-calculation.patch 91c0669c-cli-Fix-OrderedDict-mutated-during-iteration-on-python3.patch 9617d126-systray-Use-APPLICATION_STATUS-for-appindicator.patch 999dbb36-cli-Make-VirtCLIArgument-instantiation-less-crazy.patch 9a9f9ecd-ignore-comments-in-keymap-conf-files.patch a2bcd6c4-dont-compare-between-None-and-int.patch b5b2433a-baseclass-Fix-UI-file-loading-on-py3.patch b8fa0c6b-xmlnsqemu-order-XML-output-like-libvirt-does.patch b9bc3b60-undefine-only-persistent-domain.patch bc3c9a9d-progress-remove-unused-import.patch bc8c5b07-append--attach-to-virt-viewer-if-graphics-has-listen-type-none.patch c174b550-connection-Another-py3-exception-variable-fix.patch d1e1cf64-progress-remove-trailing-white-space.patch d2648d81-virtconv-dont-implicitly-depend-on-dict-hash-order.patch d82022bd-manager-drop-python2-only-cmp-usage.patch dff00d4f-remove-deprecated-statvfs-module.patch e2ad4b2f-convert-iteritems-to-items.patch e73abe5a-diskbackend-convert-to-long-the-calculated-size.patch f41aafc7-Use-enumerate-instead-of-range-and-len.patch f7c8cf9f-devicepanic-dont-return-empty-model-list.patch f836e47b-virtinst-Fix-URLFetcher-for-reading-files.patch - Upstream bug fixes (bsc#1027942) b5b2433a-baseclass-Fix-UI-file-loading-on-py3.patch 0c6bcb09-fix-bytes-string-mess-in-serial-console.patch bc8c5b07-append--attach-to-virt-viewer-if-graphics-has-listen-type-none.patch 0e812e3c-dont-skip-authentication-for-listen-type-none-with-fixed-QEMU.patch 67122615-python2to3-division-compatability.patch - Dropped in favor of upstream version 0001-virtinst-python3-terminal-width-should-be-int.patch python3-fix-bytes-string-mess-in-serial-console.patch - Default to sles15 and opensuse15 as the 'preferred_distros' for this release. (bsc#1054986) virtinst-osdict-get_supported.patch virt-manager.spec - Replace conditional gtk2-tools with gtk3-tools BuildRequires. (bsc#1070896) - Fix a python3 UnboundLocalError (bsc#1075622) c174b550-connection-Another-py3-exception-variable-fix.patch - bsc#1072012 - openSUSE Tumbleweed, virt-manager: Opening VM GUI fails with "ordinal not in range" (bart.vanassche+novell@gmail.com) - bsc#1074808 - [beta4+maintain update][virt-manager] Error launching details:'ascii' codec can't decode byte virtman-python2-to-python3-conversion.patch - bsc#1074056 - [build 408.1]virt-install tool reports "TypeError: must use keyword argument for key function" when parsing vnc virtinst-python2-to-python3-conversion.patch - Downgrade python3-virt-bootstrap Recommends to Suggests to minimize the number of default dependencies. (bsc#1073937) - Get rid of "TypeError: Couldn't find foreign struct converter for 'cairo.Context'" errors by adding a dependency to python3-cairo. (bsc#1062865) - Python3: Fix 'local variable 'e' referenced before assignment' 0001-py3-store-exception-variables-for-use-outside-except.patch (bsc#1073594) - Fix TypeError in inspection.py (bsc#1070896) virtman-python2-to-python3-conversion.patch - Fix openSUSE 15.0 detection. It has no content file or .treeinfo file (bsc#1054986) virtinst-add-sle15-detection-support.patch - Fix display and input of text in serial console (bsc#1070896) python3-fix-bytes-string-mess-in-serial-console.patch - Fix virt-bootstrap UI integration (bsc#1063367) 0001-Improve-container-image-url-example.patch 0002-create-wizard-fix-alignment-in-os-container-page.patch 0003-oscontainer-ask-root-password-in-the-wizard.patch 0004-Harmonize-invisible_char-values.patch - bsc#1071825 - AttributeError: 'NoneType' object has no attribute 'change_run_text' virtman-register-delete-event-for-details-dialog.patch - bsc#1070896 - virt-manager will not run on a python3 only system remove obsolete python-gconf dependency. This one was also pulling python2. - More fixes for python3 (bsc#1070896) 0001-virtinst-python3-terminal-width-should-be-int.patch 0002-virtinst-python3-avoid-comparison-of-None-and-int.patch 0003-virtinst-python3-avoid-using-long-type.patch 0004-virtinst-python3-use-binary-mode-for-kernel.patch - bsc#1070896 - virt-manager will not run on a python3 only system virtcli-python2-to-python3-conversion.patch virtconv-python2-to-python3-conversion.patch virtinst-python2-to-python3-conversion.patch virtman-python2-to-python3-conversion.patch virtmisc-python2-to-python3-conversion.patch virttests-python2-to-python3-conversion.patch - Upstream bug fixes (bsc#1027942) b9bc3b60-undefine-only-persistent-domain.patch 7fc7e94f-fix-virtio-scsi-controller-target-calculation.patch 2eb455c9-correctly-calculate-virtio-scsi-controller-index.patch - bsc#1067263 - virt-install: ERROR unicode argument expected, got 'str' f836e47b-virtinst-Fix-URLFetcher-for-reading-files.patch - Drop virtinst-fix-replace-StringIO-with-io.patch - bsc#1067263 - virt-install: ERROR unicode argument expected, got 'str' virtinst-fix-replace-StringIO-with-io.patch - Upstream bug fixes (bsc#1027942) 9a9f9ecd-ignore-comments-in-keymap-conf-files.patch 9617d126-systray-Use-APPLICATION_STATUS-for-appindicator.patch e73abe5a-diskbackend-convert-to-long-the-calculated-size.patch 6e6f59e7-diskbackend-get-a-proper-size-of-existing-block-device-while-cloning.patch 23aaf852-network-Set-bridge-name-to-None-instead-of-blank.patch d1e1cf64-progress-remove-trailing-white-space.patch 63fce081-pycodestyle-Use-isinstance-for-type-checking.patch 08a58d61-pycodestyle-remove-description-of-fixed-errors.patch bc3c9a9d-progress-remove-unused-import.patch 2d276ebe-progress-dont-overwrite-format.patch e2ad4b2f-convert-iteritems-to-items.patch dff00d4f-remove-deprecated-statvfs-module.patch 75210ed3-replace-StringIO-with-io.patch a2bcd6c4-dont-compare-between-None-and-int.patch 44de92b7-use-reload-from-imp-module.patch 69c84bea-import-reduce-from-functools-module.patch 37ea5207-replace-StandardError-with-Exception.patch f41aafc7-Use-enumerate-instead-of-range-and-len.patch 91c0669c-cli-Fix-OrderedDict-mutated-during-iteration-on-python3.patch b8fa0c6b-xmlnsqemu-order-XML-output-like-libvirt-does.patch d2648d81-virtconv-dont-implicitly-depend-on-dict-hash-order.patch 999dbb36-cli-Make-VirtCLIArgument-instantiation-less-crazy.patch 7f1b4cee-pycodestyle-fix-all-E125-warnings.patch d82022bd-manager-drop-python2-only-cmp-usage.patch 374a3779-urlfetcher-write-test-file-as-binary-content.patch f7c8cf9f-devicepanic-dont-return-empty-model-list.patch 3be78d1f-addhardware-dont-allow-panic-option-where-not-supported.patch 73de8285-systray-remove-redundant-variable-assignment.patch - Upstream bug fixes (bsc#1027942) 3b769643-dont-add-URI-into-params-for-tunneled-migration.patch 6dfc4de1-add-support-for-parsing-formatting-SR-IOV-VFs.patch 083dfcc8-Show-details-about-the-network-of-SR-IOV-VF-pool.patch - Add Recommends: python3-virt-bootstrap Change 'Requires: libvirt-python' to 'Requires: python-libvirt-python' virt-manager.spec - Add corrections to sle15 detection (bsc#1054986) - Update to virt-manager 1.4.3 (bsc#1027942) virt-manager-1.4.3.tar.bz2 * Improve install of debian/ubuntu non-x86 media (Viktor Mihajlovski, Andrew Wong) * New virt-install ?graphics listen.* (Pavel Hrdina) * New virt-install ?disk snapshot_policy= (Pavel Hrdina) * New virt-install ?cpu cache.* (Lin Ma) * Several bug fixes - Dropped the following patch contained in new tarball e902fa55-force-binary-mode-with-FTP-servers.patch - Add .treeinfo detection for SUSE distros (bsc#1054986) virtinst-add-sle15-detection-support.patch - bsc#1058666 - virt-manager has a dependency on typelib(AppIndicator3) = 0.1 virt-manager.spec - bsc#1056028 - Not able to install OES2018 as guest on Xen virtinst-detect-oes-distros.patch - bsc#1055787 - virt-install: With PV ISO installs guests will hang on first reboot virtinst-keep-install-iso-attached.patch - bsc#1054986 - Missing /media.1/products file on the ISO media causes virt-install to fail detecting distro type and version virtinst-add-sle15-detection-support.patch - Upstream bug fixes (bsc#1027942) e902fa55-force-binary-mode-with-FTP-servers.patch - Update to virt-manager 1.4.2 (bsc#1027942) virt-manager-1.4.2.tar.bz2 virtinst-check-date-format.patch virtinst-no-usb-tablet-for-xenpv.patch * New VM wixard virt-bootstrap integration (Radostin Stoyanov) * New VM wizard support for virtuozzo containers (Mikhail Feoktistov) * network UI: add support to create SR-IOV VF pool (Lin Ma) * Nicer OS list in New VM wizard (Pino Toscano) * Better defaults for UEFI secureboot builds (Pavel Hrdina) * Fix defaults for aarch64 VMs if graphics are requested * virt-install: new ?memdev option (Pavel Hrdina) * virt-install: add ?disk logical/physical_block_size (Yuri Arabadji) * virt-install: add ?features hyperv_reset=, hyperv_synic= (Venkat Datta N H) - Dropped the following patches contained in new tarball f5d709d9-lang-it-1.patch c66098f3-lang-it-2.patch 452a693e-lang-update.patch 6b5106ea-lang-it-ko-fix.patch 9c8ffe51-fix-multiple-warnings-1.patch cb182f7e-skip-authentication-only-for-VNC-with-listen-type-none.patch 0610cd6a-ensure-bool-value-used-for-set_sensitive-call.patch f341352c-remove-redundant-error-string.patch ff3b4dc5-dont-overwrite-install-bootorder.patch 2099a194-reset-guest-domain-to-none-on-domain-creation-error.patch 93085d2b-reset-guest-domain-to-none-on-domain-creation-error.patch 7aee124d-fix-multiple-warnings-2.patch f38c56c9-add-support-for-SMM-feature.patch 24f9d053-add-support-for-loader-secure-attribute.patch 4f8e795c-if-required-by-UEFI-enable-SMM-feature-and-set-q35-machine-type.patch b690908a-enable-secure-feature-together-with-smm-for-UEFI.patch virtinst-expand-combobox.patch - Add a supportconfig plugin virt-manager-supportconfig FATE#323661 - bsc#1042709 - unable to create VM with SLE4SAP SP1 over network install virtinst-fix-sle-distro-parsing.patch - bsc#1027942 - virt-manager: Missing upstream bug fixes f38c56c9-add-support-for-SMM-feature.patch 24f9d053-add-support-for-loader-secure-attribute.patch 4f8e795c-if-required-by-UEFI-enable-SMM-feature-and-set-q35-machine-type.patch b690908a-enable-secure-feature-together-with-smm-for-UEFI.patch - bsc#1027942 - virt-manager: Missing upstream bug fixes 93085d2b-reset-guest-domain-to-none-on-domain-creation-error.patch - bsc#1037958 - Guest "sles-11-sp3 32bit PV" is failed to boot up Don't use 64bit grub.xen to boot 32bit PV guest virtinst-pvgrub2-bootloader.patch - bsc#1027942 - virt-manager: Missing upstream bug fixes f5d709d9-lang-it-1.patch c66098f3-lang-it-2.patch 452a693e-lang-update.patch 6b5106ea-lang-it-ko-fix.patch 9c8ffe51-fix-multiple-warnings-1.patch cb182f7e-skip-authentication-only-for-VNC-with-listen-type-none.patch 0610cd6a-ensure-bool-value-used-for-set_sensitive-call.patch f341352c-remove-redundant-error-string.patch ff3b4dc5-dont-overwrite-install-bootorder.patch 2099a194-reset-guest-domain-to-none-on-domain-creation-error.patch 7aee124d-fix-multiple-warnings-2.patch - Check for SLE15 and Leap 15 bsc#1035779 virtman-default-guest-from-host-os.patch - Fix CaaSP detection (bsc#1010060) Allow installation of "SUSE Container as a Service Platform". virtinst-add-caasp-support.patch - Dropped virtinst-add-casp-support.patch - Fix initializing the default host installation source location (bsc#1027942) virtman-default-guest-from-host-os.patch virtman-show-suse-install-repos.patch - Update to virt-manager 1.4.1 (bsc#1027942) virt-manager-1.4.1.tar.bz2 * storage/nodedev event API support (Jovanka Gulicoska) * UI options for enabling spice GL (Marc-André Lureau) * Add default virtio-rng /dev/urandom for supported guest OS * Cloning and rename support for UEFI VMs (Pavel Hrdina) * libguestfs inspection UI improvements (Pino Toscano) * virt-install: Add ?qemu-commandline * virt-install: Add ?network vhostuser (Chen Hanxiao) * virt-install: Add ?sysinfo (Charles Arnold) - Dropped the following patches contained in new tarball 0425975f-use-virDomainMigrate3-API.patch 0910c8dc-black-display-if-graphic-mode-vnc-and-listen-type-none.patch 1d2cd306-Fix-incorrect-usage-of-virtio-input.patch 2df8dc39-detect-whether-IP-address-comes-from-DHCP-server.patch 559e813b-xmlbuilder-02.patch 561f5cd3-drop-xenmigr-scheme-from-Xen-migration-URI.patch 5a11cf07-virt-manager-generates-invalid-guest-XML.patch 617b9271-dont-return-virtio1.0-net-as-valid-device-name.patch 63784f4d-document-new-sysinfo-option.patch 6daff68a-fix-italian-lang-file.patch 7962672c-fix-error-checking-extra_args.patch 835ddc5f-xmlbuilder-04.patch a3206f89-Add-the-sysinfo-option.patch a931a1a6-xmlbuilder-03.patch b08647c2-xmlbuilder-05.patch b31c0b44-Add-classes-for-defining-SMBios-information.patch b4858842-fix-bad-version-check-regression.patch b8dccf6a-fix-connection-to-remote-spice-with-password.patch c5ce0ab5-connection-fix-transport-detection.patch d8a0a788-xmlbuilder-01.patch e69cc002-spice-catch-failure-to-setup-usbdev-manager.patch f07a3021-fix-wait-to-behave-like-noautoconsole.patch virtinst-add-default-rng-device.patch - Upstream bug fixes (bsc#1027942) 2df8dc39-detect-whether-IP-address-comes-from-DHCP-server.patch b8dccf6a-fix-connection-to-remote-spice-with-password.patch 0910c8dc-black-display-if-graphic-mode-vnc-and-listen-type-none.patch - bsc#1022173 - virt-manager: unknown input device type 'virtio1.0-input' 1d2cd306-Fix-incorrect-usage-of-virtio-input.patch - bsc#1005848 - KVM: guest can not be started on top of SLES12SP1 KVM host ppc64 5a11cf07-virt-manager-generates-invalid-guest-XML.patch - Upstream bug fixes 617b9271-dont-return-virtio1.0-net-as-valid-device-name.patch 7962672c-fix-error-checking-extra_args.patch b4858842-fix-bad-version-check-regression.patch f07a3021-fix-wait-to-behave-like-noautoconsole.patch - bsc#1005861 - virt-manager create new machine dialog box too small to display system type virtinst-expand-combobox.patch - bsc#976796 - Virt-manager does not show up in application menu virtman-desktop.patch virt-install.desktop - bsc#1010060 - virt-install won't start CASP installation virtinst-add-casp-support.patch - bsc#1018645 - virt-manager is using pygrub for booting PV domU virtinst-pvgrub2-bootloader.patch - bsc#996020 - L3: Unable to migrate VMs between SLES12 SP1 XEN Hosts with virt-manager 0425975f-use-virDomainMigrate3-API.patch 561f5cd3-drop-xenmigr-scheme-from-Xen-migration-URI.patch - fate#319621 - KVM: Provide SMBIOS info to KVM virtual machines d8a0a788-xmlbuilder-01.patch 559e813b-xmlbuilder-02.patch a931a1a6-xmlbuilder-03.patch 835ddc5f-xmlbuilder-04.patch b08647c2-xmlbuilder-05.patch b31c0b44-Add-classes-for-defining-SMBios-information.patch a3206f89-Add-the-sysinfo-option.patch 63784f4d-document-new-sysinfo-option.patch - bsc#994394 - virt-manager does not show up in SLE Classic "Applications" menu virtman-desktop.patch - bsc#989639 - xen cdrom device pass-through fails to start FV guest virtinst-use-qemu-for-cdrom-device.patch - bsc#989652 - Cannot create vms with virt-manager after upgrade from SLES11SP4 to SLES12SP2 virtman-show-suse-install-repos.patch - Update to virt-manager version 1.4.0 (fate#319990) virt-manager-1.4.0.tar.bz2 e69cc002-spice-catch-failure-to-setup-usbdev-manager.patch c5ce0ab5-connection-fix-transport-detection.patch 6daff68a-fix-italian-lang-file.patch virtman-dont-specify-vte-version.patch * virt-manager: spice GL console support (Marc-André Lureau, Cole Robinson) * Bump gtk and pygobject deps to 3.14 * virt-manager: add checkbox to forget keyring password (Pavel Hrdina) * cli: add --graphics gl= (Marc-André Lureau) * cli: add --video accel3d= (Marc-André Lureau) * cli: add --graphics listen=none (Marc-André Lureau) * cli: add --transient flag (Richard W.M. Jones) * cli: --features gic= support, and set a default for it (Pavel Hrdina) * cli: Expose --video heads, ram, vram, vgamem * cli: add --graphics listen=socket * cli: add device address.type/address.bus/... * cli: add --disk seclabelX.model (and .label, .relabel) * cli: add -cpu cellX.id (and .cpus, and .memory) * cli: add --network rom_bar= and rom_file= * cli: add --disk backing_format= * Many bug fixes and improvements - Dropped the following virt-manager-1.3.2.tar.bz2 89c3638b-fix-detection-that-libvirtd-is-stopped.patch 21fd079e-replace-unar-with-other-archivers.patch eae7dc06-fix-URL-installs-when-content-length-header-missing.patch 1c221fd0-suse-ovmf-paths.patch f11eb00b-virt-convert-decompress-gz-files-before-converting.patch 8ba48f52-add-virtio-device-model-and-accel3d-attribute.patch f454798b-virtman-fix-making-screenshot.patch 5ecc2b44-dont-clear-recommended-machine-if-none-is-selected.patch de9cd87f-return-recommended-machine-for-XEN.patch 0acdea1d-show-firmware-options-also-for-XEN-guests.patch virtinst-fix-sle12sp1-detection.patch virtinst-fix-tumbleweed-detection.patch - boo#981836 - virt-manager does not support all boot methods for AArch64 5ecc2b44-dont-clear-recommended-machine-if-none-is-selected.patch de9cd87f-return-recommended-machine-for-XEN.patch 0acdea1d-show-firmware-options-also-for-XEN-guests.patch - bsc#983241 - Using eepro1000 emulated driver leads to 'eepro100' is not a valid device model name Drop virtman-eepro100.patch - Remove unecessary hyphen '-' from tumbleweed name virtinst-fix-tumbleweed-detection.patch - boo#983482: Virt-Manager 1.3.2 cannot create screenshot. Use upstream patch from revision f454798b337aedb881671f62fe3b25fad703b768 - Add f454798b-virtman-fix-making-screenshot.patch - bsc#978173 - Cannot install sles-10-sp4 on sles-12-sp1 host virtinst-use-xenpae-kernel-for-32bit.patch - bsc#978937 - New qemu virtual virtio gpu not selectable in virt-manager 8ba48f52-add-virtio-device-model-and-accel3d-attribute.patch - fate#319659 - vm-install: remove shortcut in virt-manager Need to also remove spec file 'Recommends' for vm-install virt-manager.spec - bsc#975219 - virt-manager interface is broken (Tumbleweed-20160417) virt-manager.spec - Require yast2-branding-openSUSE by virt-manager: the icon yast-vm-management, explicitly set by virtman-desktop.patch, is shipped in this package. - bsc#964407 - Virt-Manager: Installer wrongly detects SLE-12-GA media as SLE-12-SP1 virtinst-fix-sle12sp1-detection.patch - Replace virtinst-replace-unar-with-other-archivers.patch with the upstream version 21fd079e-replace-unar-with-other-archivers.patch - bsc#971825 - virt-manager needs to use grub.xen installing a PV Tumbleweed VM virtinst-pvgrub2-bootloader.patch - fate#320353 - Add the ability for virt-convirt to decompress compressed files in an OVA f11eb00b-virt-convert-decompress-gz-files-before-converting.patch - bsc#951726 - Error - 'wrong number of arguments (3 for 1) ...' when attempting to create DomU through the yast virt-manager.spec - bsc#964407 - Virt-Manager: Installer wrongly detects SLE-12-GA media as SLE-12-SP1 virtinst-fix-sle12sp1-detection.patch - Fix Tumbleweed detection virtinst-fix-tumbleweed-detection.patch - bsc#961853 - virt-install doesn't work with option -boot uefi 1c221fd0-suse-ovmf-paths.patch - bsc#963692 - libvirtError: unsupported configuration: unknown driver format value 'block' virtinst-xen-drive-type.patch - bsc#963173 - virt-manager - dependencies for VNC client are not met on PPC virt-manager.spec - bsc#962221 - virt-install: 'NoneType' object has no attribute 'isdigit' eae7dc06-fix-URL-installs-when-content-length-header-missing.patch - bsc#960828 - Unable to create qcow2 volumes on remote KVM with virt-manager virtinst-vol-default-nocow.patch - bsc#960724 - virt-manager fails to create Virtual machines on a CentOS7 host virtinst-set-qemu-emulator.patch - Upstream bug fix 89c3638b-fix-detection-that-libvirtd-is-stopped.patch - Drop including gschemas.compiled and icon-theme.cache. virt-manager.spec - Update to 1.3.2 upstream bugfix release virt-manager-1.3.2.tar.bz2 * Fix dependency issues with vte (bz #1290262) - Dropped virt-manager-1.3.0.tar.bz2 -Fix boo#959049 Namespace Vte not available for version 2.91 - Update to 1.3.1 release upstream bugfix virt-manager-1.3.1.tar.bz2 * Fix command line API on RHEL7 pygobject - Dropped virt-manager-1.3.0.tar.bz2 - Fix boo#958094 Error starting Virtual Machine Manager: new_sync() takes exactly 7 arguments (6 given) - redone patch 104 virtman-load-stored-uris.patch - Update to virt-manager 1.3.0 virt-manager-1.3.0.tar.bz2 * Git hosting moved to http://github.com/virt-manager/virt-manager * Switch translation infrastructure from transifex to fedora.zanata.org * Add dogtail UI tests and infrastructure * Improved support for s390x kvm (Kevin Zhao) * virt-install and virt-manager now remove created disk images if VM install startup fails * Replace urlgrabber usage with requests and urllib2 * virt-install: add ?network virtualport support for openvswitch (Daniel P. Berrange) * virt-install: support multiple ?security labels * virt-install: support ?features kvm_hidden=on|off (Pavel Hrdina) * virt-install: add ?features pmu=on|off * virt-install: add ?features pvspinlock=on|off (Abhijeet Kasurde) * virt-install: add ?events on_lockfailure=on|off (Abhijeet Kasurde) * virt-install: add ?network link_state=up|down * virt-install: add ?vcpu placement=static|auto - Dropped virt-manager-1.2.1.tar.bz2 34db1af7-fix-adding-iscsi-pools.patch 360fe110-add-s390x-arch-support.patch 4970615f-fix-qemu-vs-lxc-detection.patch 590f5a52-urlfetcher-Clear-cached-ftp-connection-on-cleanupLoc.patch 5e68b0fc-dont-try-to-set-vmport-on-non-x86.patch 601a82cb-fix-console_type-if-xen.patch 76bad650-fix-virt-xml-define-and-update.patch 77423e7a-connection-catch-more-errors-in-filter_nodedevs.patch 8dbe96fc-add-s390x-arch-support.patch a9b303fb-fix-copy-host-cpu-definition.patch aebebbf8-report-an-error-for-pxe-install-without-network.patch cde2f0ef-Suppress-gi-warnings-about-lack-of-require_version.patch eb92178e-virtinst-fix-storage-pool-lookup.patch f30975c3-drop-cow-support.patch f81358b0-dont-display-error-if-machine-is-missing-in-XML.patch fc93e154-fix-udp-tcp-host-vs-mode-UI.patch virtman-autoyast-support.patch virtman-supported-disk-formats.patch - bsc#955401 - Can't create VM without disk: "list index out of range" virtinst-set-cache-mode-unsafe-for-install.patch - bsc#947129 - Error launching manager: 'URI' is not in list Set the locale to avoid parsing errors virtman-show-suse-install-repos.patch - fate#319659 - vm-install: remove shutcut in virt-manager Drop virtman-vminstall.patch - bsc#Bug 952241 - virt-manager: LibvirtGLib was imported without specifying a version first. cde2f0ef-Suppress-gi-warnings-about-lack-of-require_version.patch - bsc#949566 - virt-manager: Doesn't detect openSUSE 42 correctly virtinst-pvgrub2-bootloader.patch - bsc#947288 - qemu-img doesn't support anymore creating cow format image f30975c3-drop-cow-support.patch - bsc#947129 - Error launching manager: 'URI' is not in list virtman-show-suse-install-repos.patch - bsc#919420 - virt-manager: installation of vm on pp64le: Couldn't find hvm kernel for SUSE tree. virtinst-add-ppc64-arch-support.patch - Upstream bug fix to console if running on Xen 601a82cb-fix-console_type-if-xen.patch - bsc#945832 - virt-manager is missing a dependency on typelib-1_0-LibvirtGLib-1_0 virt-manager.spec - Detect opensuse42 and use grub.xen virtinst-pvgrub2-bootloader.patch - bsc#944670: virt-install does not work on SLES 12 SP1 beta3 xen 590f5a52-urlfetcher-Clear-cached-ftp-connection-on-cleanupLoc.patch - Add upstream s390x support patch (bnc#869024) 360fe110-add-s390x-arch-support.patch virtinst-add-ppc64-arch-support.patch Drop virtinst-add-s390x-ppc64-arch-support.patch - Add upstream s390x support patch (bnc#869024) 8dbe96fc-add-s390x-arch-support.patch virtinst-add-s390x-ppc64-arch-support.patch virtinst-s390x-disable-graphics.patch Drop virtman-add-s390x-arch-support.patch Drop virtman-s390x-default-to-vminstall.patch - bsc#942796 - Virtualization/virt-manager: Missing dependeny virt-manager.spec - bsc#944374 - virt-manager uninstallable on aarch64 virt-manager.spec - Add upstream bug fix 5e68b0fc-dont-try-to-set-vmport-on-non-x86.patch - Drop virtinst-detect-windows-media.patch as this is not needed now that we use libosinfo - Drop virtinst-fix-storage-pool-lookup.patch in favor of upstream version (bsc#941464). eb92178e-virtinst-fix-storage-pool-lookup.patch - bsc#942625 - "ERROR:root:Could not find any typelib for Libosinfo" during virt-install script to auto-install guest virt-manager.spec - bsc#941464 - virt-convert attempts to create storage pool images even if it already exists virtinst-fix-storage-pool-lookup.patch - Drop the following patches for bsc#938942 as they are not needed. virtman-reset-image-filename-based-on-format.patch virtman-allow-other-disk-formats.patch - Upstream bug fixes a9b303fb-fix-copy-host-cpu-definition.patch f81358b0-dont-display-error-if-machine-is-missing-in-XML.patch aebebbf8-report-an-error-for-pxe-install-without-network.patch 4970615f-fix-qemu-vs-lxc-detection.patch - bsc#938942 - Can't create a vmguest with raw format image with virt-manager at first installation (option disable) virtman-reset-image-filename-based-on-format.patch virtman-allow-other-disk-formats.patch - bsc#937336 - ImportError using virt-install virt-manager.spec - Upstream bug fixes 76bad650-fix-virt-xml-define-and-update.patch fc93e154-fix-udp-tcp-host-vs-mode-UI.patch 34db1af7-fix-adding-iscsi-pools.patch 77423e7a-connection-catch-more-errors-in-filter_nodedevs.patch - bsc#937386 - virt-manager can not create new VMs: "Error launching manager: list index out of range" virtman-show-suse-install-repos.patch - bnc#910929 - Unable to clone a qcow2 guest - bnc#934270 - virt-convert cannot handle .ova files virtinst-replace-unar-with-other-archivers.patch - fate#318394: Update to version 1.2.1 virt-manager-1.2.1.tar.bz2 * Bugfix release * Fix connecting to older libvirt versions (Micha? K?pie?) * Fix connecting to VM console with non-IP hostname (Giuseppe Scrivano) * Fix addhardware/create wizard errors when a nodedev disappears * Fix adding a second cdrom via customize dialog - Dropped tarball and patches virt-manager-1.2.0.tar.bz2 848123e6-fix-memory-stats-for-shutoff-VM.patch ebcb7c06-fix-exception-when-the-address-is-not-an-IP.patch c4d26d16-fix-VM-polling-on-old-libvirt.patch ac2be796-do-not-throw-exception-if-volume-or-pool-dont-exist.patch 88e18c86-fix-sending-net-removed-signal.patch fbdf574c-fix-shortcut-key-for-USB-redir-dev-type.patch 2c1e482b-fix--show-host-summary-error-windows-flooding.patch 4b5c836a-read-start-mode-from-inactive-conf-XML.patch 776c1d97-fix-changing-USB-device-model.patch bbc4f83b-enable-qemu_ga-for-sles-11-sp4-and-newer.patch f8af2e6b-verify-HYPER-V-support-after-customization.patch 9ea3fcd1-add-classes-for-SUSE-distros.patch 23f262ec-fetch-URL-media-from-content-file-for-suse-distros.patch 5618fa4c-add-support-for-detecting-os-variants-of-suse-distros.patch 9b99eff7-add-opensuse-13.x-tests.patch f5a13510-clone-dont-use-separator-when-disk-under-root.patch - Upstream support for suse distros 9ea3fcd1-add-classes-for-SUSE-distros.patch 23f262ec-fetch-URL-media-from-content-file-for-suse-distros.patch 5618fa4c-add-support-for-detecting-os-variants-of-suse-distros.patch 9b99eff7-add-opensuse-13.x-tests.patch - Drop virtinst-detect-suse-distros.patch - Add detection for Open Enterprise Server virtinst-detect-oes-distros.patch - Upstream bug fix f5a13510-clone-dont-use-separator-when-disk-under-root.patch - bsc#933242 - virt-manager: summary=Error launching manager: list index out of range virtman-show-suse-install-repos.patch - Add depedency on typelib(Libosinfo) - Upstream bug fixes 776c1d97-fix-changing-USB-device-model.patch bbc4f83b-enable-qemu_ga-for-sles-11-sp4-and-newer.patch f8af2e6b-verify-HYPER-V-support-after-customization.patch - Upstream bug fixes fbdf574c-fix-shortcut-key-for-USB-redir-dev-type.patch 2c1e482b-fix--show-host-summary-error-windows-flooding.patch 4b5c836a-read-start-mode-from-inactive-conf-XML.patch - Upstream bug fixes 848123e6-fix-memory-stats-for-shutoff-VM.patch ebcb7c06-fix-exception-when-the-address-is-not-an-IP.patch c4d26d16-fix-VM-polling-on-old-libvirt.patch ac2be796-do-not-throw-exception-if-volume-or-pool-dont-exist.patch 88e18c86-fix-sending-net-removed-signal.patch - Update to virt-manager 1.2.0 virt-manager-1.2.0.tar.bz2 virtinst-default-xen-to-qcow2-format.patch * OVMF/AAVMF Support (Laszlo Ersek, Giuseppe Scrivano, Cole Robinson) * Improved support for AArch64 qemu/kvm * virt-install: Support ?disk type=network parameters * virt-install: Make ?disk just work * virt-install: Add ?disk sgio= option (Giuseppe Scrivano) * addhardware: default to an existing bus when adding a new disk (Giuseppe Scrivano) * virt-install: Add ?input device option * virt-manager: Unify storagebrowser and storage details functionality * virt-manager: allow setting a custom connection row name * virt-install: Support ?hostdev scsi passthrough * virt-install: Fill in a bunch of ?graphics spice options * Disable spice image compression for new local VMs * virt-manager: big reworking of the migration dialog - Dropped tarball and patches virt-manager-1.1.0.tar.bz2 65f7017e-createnet-fix.patch virt-manager-Gtk-30.patch virtman-sync-vm-startup-for-cpu-usage.patch virtinst-ignore-error-403-on-directories.patch virtman-check-for-empty-network-name.patch activate-default-console.patch virtinst-ppc64le.patch virtinst-supported-disk-formats.patch virtinst-support-suse-distros.patch virtman-default-lxc-uri.patch virtman-stable-os-support.patch - Remove bad dependency on gtk-vnc2. It is provided by the Gtk2 version of GtkVnc, the Gtk3 version provides gtk-vnc. The right dependency is picked up by the autorequires. - virtman-allow-creating-i686-vm.patch: Allow creating i686 VM on x86_64 (bsc#919692) - Revert the last commit - virtman-allow-creating-i686-vm.patch: Allow creating i686 VM on x86_64 - bsc#909602 - virt-manager doesn't show text console for container when started from details page. activate-default-console.patch. - bnc#909348 - Can't create virtual NAT network - interface name `net_wlp16s0_00_1f_3b_59_61_3d' must be shorter than IFNAMSIZ 65f7017e-createnet-fix.patch - bnc#909225 - pygrub Unable to find partition containing kernel Update virtinst-pvgrub2-bootloader.patch - Reorder virt-manager patches according to type - Drop virtman-cdrom.patch - bnc#907958 - virt-manager --debug with no screen SIGABRT virtman-check-for-valid-display.patch - bnc#907324 - libvirt: unsupported configuration: native I/O needs either no disk cache or directsync cache mode, QEMU will fallback to aio=threads virtinst-set-cache-mode-unsafe-for-install.patch updated - bnc#907319 - virt-manager: Unable to complete install: 'local variable 'distro_distro' referenced before assignment virtinst-detect-suse-distros.patch updated - fix bashisms in post scripts - Update to virt-manager 1.1.0 virt-manager-1.1.0.tar.bz2 * Switch to libosinfo as OS metadata database (Giuseppe Scrivano) * Use libosinfo for OS detection from CDROM media labels (Giuseppe Scrivano) * Use libosinfo for improved OS defaults, like recommended disk size (Giuseppe Scrivano) * virt-image tool has been removed, as previously announced * Enable Hyper-V enlightenments for Windows VMs * Revert virtio-console default, back to plain serial console * Experimental q35 option in new VM ?customize? dialog * UI for virtual network QoS settings (Giuseppe Scrivano) * virt-install: ?disk discard= support (Jim Minter) * addhardware: Add spiceport UI (Marc-André Lureau) * virt-install: ?events on_poweroff etc. support (Chen Hanxiao) * cli ?network portgroup= support and UI support * cli ?boot initargs= and UI support * addhardware: allow setting controller model (Chen Hanxiao) * virt-install: support setting hugepage options (Chen Hanxiao) - Drop upstream patches and old tarball virt-manager-1.0.1.tar.bz2 5332ee4d-enable-media-detection-for-ISO-images.patch 53341e7e-hide-hardware-removal-for-non-devices.patch 53342f31-set-right-ip-address-for-ipv6.patch 53375bad-raise-value-error-when-no-ipaddr-set.patch 53388de2-show-port-number-for-active-autoport-VM.patch 53397ae0-check-ip-address-format.patch 53399b45-hook-into-domain-balloon-event.patch 533d708d-fix-showing-vcpus-values.patch 533d7602-fix-changing-graphics-type.patch 533d7be7-clarify-iscsi-IQN-fields.patch 5345682c-addstorage-remove-whitespace-for-storage-path.patch 534bcfa0-use-uniformed-expression-of-Default.patch 534be092-early-detect-ftp-connection-errors.patch 534d45db-hiding-removebutton-for-USB-controller.patch 534d6406-display-the-domain-for-PCI-devices.patch 534eafe4-avoid-useless-errors-when-connection-closes.patch 5350d9cc-display-error-on-empty-installation-URL.patch 535584ed-fix-target-validation-when-editing-device.patch 535fb6f6-hide-scrollbar-until-something-scrollable.patch 535fe0c2-fix-screenshot-with-qxl-spice.patch 535feaca-fix-storage-when-directory-name-contains-whitespace.patch 535ff0b7-fix-install-when-one-package-is-already-installed.patch 536152fe-fix-error-detecting-OS-in-show-all-list.patch 536154d8-show-error-if-launching-delete-dialog-fails.patch 53615662-call-path_exists-before-getting-storage-volume.patch 536677aa-better-handling-of-keyboard-input-type.patch 5385d602-lxc-no-default-disk.patch 53869170-virt-install-add-events-support.patch 538a11dc-raise-error-if-populating-summary-page-fails.patch 538a3609-virtconv-fix-use-of-relative-OVF-file.patch 538a3ba9-diskbackend-start-pool-if-not-running.patch 538a6862-vnc-dont-force-keyboard-grab-before-widget-is-realized.patch 538ca3f3-use-correct-dictionary-keys-for-old-pool-net-polling.patch 538d00a4-xen-keyboard-cant-be-removed.patch 538e2f74-fix-pool-create-call.patch 538edb3b-manpage-fix-incorrect-description.patch 5397b647-createnet-enable-specifying-29-subnet.patch 539e8cca-createpool-fix-creation-of-gluster-pools.patch 53a05e73-fix-edit-maxvcpus.patch 53a995cb-fix-usb-storage-removable-syntax.patch 53ac1f8d-createnet-validate-last-page-before-creating-network.patch 53ac1f8d-fix-show_err-typo.patch 53ad17e6-createnet-fix-a-small-pylint.patch 53b39a13-dont-create-disk-images-world-readable-executable.patch 53b409bc-add-keep-alive-method-and-connection-check.patch 53b409bd-console-prevent-access-to-deleted-objects.patch 53b728c6-connection-handle-unsupported-KeepAlive.patch 53b728c6-report-error-during-connection-bring-up.patch 53bb1995-network-refresh-XML-definition-on-state-update.patch 53ce11d1-honor-untoggled-set-fixed-MAC-address.patch - Dropped xend based virtman-autorestart.patch - Add virt-manager-Gtk-30.patch: Specify in the code that we expect Gtk 3.0 typelibs. The sumbold typelib(Gtk), as auto-detected by go-find-deps, is provided by Gtk2 and Gtk3. As we also pull in Vte, though, we are certain that we DO require the Gtk 3.0 variant (boo#901869). - bnc#900320 - virt-install properly finds the lxc emulator when xen-tools is installed - Remove hardcoded package dependencies in spec file and instead use gobject-introspection virt-manager.spec - bnc#898925 - virt-install errors out while installing SLES12 using --location virtinst-ppc64le.patch - modify virtinst-ppc64le.patch to call qemu-system-ppc64 for ppc64 and ppc64le (bnc#894956) - bnc#892821 - Minor enhancement to virt-manager's operating system detection virtinst-ignore-error-403-on-directories.patch (Leonardo Chiquitto) - bnc#886311 - Xen Virtual Machine Manager does not display CPU usage stats - bnc#888289 - After domU shutdown, sometimes virt-manager doesn't refresh the domU status. virtman-sync-vm-startup-for-cpu-usage.patch - add patch: virtinst-ppc64le.patch initial ppc64le support for virt-install - bnc#875111 - When kvm guest is in crashed state, virt-manager reports guest as still running, no option to shutdown/destroy virtman-allow-destroy-from-shutdown-menu-of-crashed-vm.patch - bnc#892003 - create virtual machine with Virt Manager randomly times out with large memory guest virtman-increase-setKeepAlive-count.patch - bnc#888173 - KVM: Unable to install: no console output from virt-install virtman-s390x-default-to-vminstall.patch - bnc#890350 - Can't create virtual networks through virt-manager 53ad17e6-createnet-fix-a-small-pylint.patch - Upstream bug fix 53ce11d1-honor-untoggled-set-fixed-MAC-address.patch - bnc#888251 - sles 12 Xen PV guest fails to install using network NFS install method virtinst-nfs-install-sanitize.patch - bnc#887868 - libvirt: shouldn't detect pool's status while connecting to hypervisor virtinst-refresh_before_fetch_pool.patch (Chun Yan Liu) - bnc#888173 - KVM: Unable to install: no console output from virt-install virtman-add-s390x-arch-support.patch - bnc#885308 - pass virtio-rng-pci to the guest qemu virtinst-add-default-rng-device.patch - Fix GUI failure to display addition of a second disk Dropped virtman-device-flags.patch - bnc#885380 - virt-install: by default generates raw format against various virtual disk formats virtinst-supported-disk-formats.patch virtman-supported-disk-formats.patch - Dropped virtinst-qed.patch, virtman-qed.patch - bnc#869026 - Build0198: Unable to complete install: 'XML error: No PCI buses available' virtman-add-s390x-arch-support.patch - Upstream bug fixes 53ac1f8d-createnet-validate-last-page-before-creating-network.patch 53ac1f8d-fix-show_err-typo.patch 53b39a13-dont-create-disk-images-world-readable-executable.patch 53b409bc-add-keep-alive-method-and-connection-check.patch 53b409bd-console-prevent-access-to-deleted-objects.patch 53b728c6-report-error-during-connection-bring-up.patch 53b728c6-connection-handle-unsupported-KeepAlive.patch 53bb1995-network-refresh-XML-definition-on-state-update.patch - bnc#885094 - sles 12 beta 9 virt manager install of sles 12 pv guest over nfs fails to reboot virtman-dont-allow-grub.xen-to-be-deleted.patch - bnc#885273 - create virtual network wizard accept empty name virtman-check-for-empty-network-name.patch - Upstream bug fixes 53ac1f8d-fix-show_err-typo.patch 53ac1f8d-createnet-validate-last-page-before-creating-network.patch - KVM: Don't check for /dev/kvm. It is now built into the kernel virtman-kvm.patch - Upstream bug fix 53a995cb-fix-usb-storage-removable-syntax.patch - Upstream bug fixes 5397b647-createnet-enable-specifying-29-subnet.patch 539e8cca-createpool-fix-creation-of-gluster-pools.patch 53a05e73-fix-edit-maxvcpus.patch - bnc#881551 - virt-manage: default storage image called opensuse13.img for SLE-Server virtinst-detect-suse-distros.patch - bnc#881549 - virt-manager/xen: Error changing VM configuration: 'NoneType' object has no attribute 'split' virtinst-xenbus-disk-index-fix.patch - Upstream bug fix 538edb3b-manpage-fix-incorrect-description.patch - Upstream bug fixes 536677aa-better-handling-of-keyboard-input-type.patch 5385d602-lxc-no-default-disk.patch 53869170-virt-install-add-events-support.patch 538a11dc-raise-error-if-populating-summary-page-fails.patch 538a3609-virtconv-fix-use-of-relative-OVF-file.patch 538a3ba9-diskbackend-start-pool-if-not-running.patch 538ca3f3-use-correct-dictionary-keys-for-old-pool-net-polling.patch 538d00a4-xen-keyboard-cant-be-removed.patch 538e2f74-fix-pool-create-call.patch - Dropped 531e0a82-reverse-keyboard-grab-commit.patch. Fixed instead with this patch. 538a6862-vnc-dont-force-keyboard-grab-before-widget-is-realized.patch - Set cache mode for target installation disk to unsafe for better performance virtinst-set-cache-mode-unsafe-for-install.patch - Renamed virtman-lxc-no-default-disk.patch to an upstream timestamp name 5385d602-lxc-no-default-disk.patch - bnc#870587 - Don't create a default QEMU disk image in the new lxc container wizard. virtman-lxc-no-default-disk.patch - Improve virt-manager default connections at first start * virtman-default-lxc-uri.patch: when only libvirt's lxc driver is available locally, add lxc:/// * virtman-add-connect-default.patch: when no hypervisor can be found locally, open the new connection dialog - bnc#874594 - virt-manager allows issuing of start for xen domain twice, resulting in failure virtman-prevent-double-click-starting-vm-twice.patch - bnc#877907 - when starting guest in virt--manager with details pane open, keyboard is grabbed erroneously 531e0a82-reverse-keyboard-grab-commit.patch - Dropped patch as libvirt has fix for issue virtman-shutdown-with-acpi-button.patch - Upstream bug fixes 535fb6f6-hide-scrollbar-until-something-scrollable.patch 535fe0c2-fix-screenshot-with-qxl-spice.patch 535feaca-fix-storage-when-directory-name-contains-whitespace.patch 535ff0b7-fix-install-when-one-package-is-already-installed.patch 536152fe-fix-error-detecting-OS-in-show-all-list.patch 536154d8-show-error-if-launching-delete-dialog-fails.patch 53615662-call-path_exists-before-getting-storage-volume.patch - s390x: Set the correct emulator virtinst-set-qemu-emulator.patch - Content file on media changed again. Update suse detection code. virtinst-detect-suse-distros.patch - bnc#874772 - virt-manager: Unable to complete install: 'xmlDesc in virDomainCreateXML must not be NULL' virtinst-pvgrub2-bootloader.patch - KVM: Use /usr/bin/qemu-system-x86_64 as the default emulator virtinst-set-qemu-emulator.patch - Upstream bug fix 535584ed-fix-target-validation-when-editing-device.patch - bnc#874408 - virt-manager and libvirt issues persist - unable to create or launch virtman-vminstall.patch - Upstream bug fix 5350d9cc-display-error-on-empty-installation-URL.patch - Dropped unused and unnecessary patches virtinst-cdrom.patch virtman-update-backend.patch virtman-slow-mouse.patch virtman-reverse-serialcon.patch - Reordered some patches - Upstream bug fixes 534bcfa0-use-uniformed-expression-of-Default.patch 534be092-early-detect-ftp-connection-errors.patch 534d45db-hiding-removebutton-for-USB-controller.patch 534d6406-display-the-domain-for-PCI-devices.patch 534eafe4-avoid-useless-errors-when-connection-closes.patch - bnc#872789 - XEN domain fails to start when xen disk is atttached virtinst-xenbus-disk-index-fix.patch - bnc#872777 - virt-manager - Error shutting down domain: internal error: Failed to shutdown domain '3' with libxenlight virtman-shutdown-with-acpi-button.patch - Upstream bug fix 5345682c-addstorage-remove-whitespace-for-storage-path.patch - Add minimal detection for windows media virtinst-detect-windows-media.patch - bnc#872543 - virt-manager: unable to install i386 SLES virtinst-detect-suse-distros.patch - bnc#872517 - Error starting domain: internal error: libxenlight failed to create new domain '2k12r2' Dropping virtinst-keep-cdrom-media-attached.patch for libvirt fix - Upstream bug fixes 533d708d-fix-showing-vcpus-values.patch 533d7602-fix-changing-graphics-type.patch 533d7be7-clarify-iscsi-IQN-fields.patch - Dropped virtman-init-vm-processor-topology.patch in favor of upstream 533d708d-fix-showing-vcpus-values.patch - bnc#869024 - Build0198: Only option to create a virtual machine is "import existing disk image" virtman-add-s390x-arch-support.patch - bnc#871642 - virt-manager wants to install libvirt-daemon-xen even when it is installed xen.spec - Xen: Virt-install won't reboot VM after install of SLE HVM guest because of libxl exception. virtinst-keep-cdrom-media-attached.patch - Fate#315125: add NOCOW flag virtinst-vol-default-nocow.patch - Upstream bug fixes 53375bad-raise-value-error-when-no-ipaddr-set.patch 53388de2-show-port-number-for-active-autoport-VM.patch 53397ae0-check-ip-address-format.patch 53399b45-hook-into-domain-balloon-event.patch - Reverse the last commit on requires for grub2-x86_64-xen. This dependency will live in the xen-tools RPM because it is a xen specific requirement. virt-manager.spec - Requires for grub2-x86_64-xen is only valid for x86_64 virt-manager.spec - Virt-install is using the old legacy qemu as an emulator virtinst-set-qemu-emulator.patch - Upstream bug fixes 5332ee4d-enable-media-detection-for-ISO-images.patch 53341e7e-hide-hardware-removal-for-non-devices.patch 53342f31-set-right-ip-address-for-ipv6.patch - bnc#870098 - virt-manager+x show wrong number of assigned cpu's virtman-init-vm-processor-topology.patch - Make Requires of grub2-x86_64-xen conditional - Update to virt-manager version 1.0.1 virt-manager-1.0.1.tar.bz2 * virt-install/virt-xml: New --memorybacking option (Chen Hanxiao) * virt-install/virt-xml: New --memtune option (Chen Hanxiao) * virt-manager: UI for LXC (Chen Hanxiao) * virt-manager: gsettings key to disable keygrab (Kjö Hansi Glaz) * virt-manager: Show domain state reason in the UI (Giuseppe Scrivano) * Fix a number of bugs found since the 1.0.0 release - Dropped 35 timestamp named patches now contained in new tarball - bnc#869165 - virt-manager: add connection - missing avahi virt-manager.spec - bnc#863821 - Xen unable to boot paravirtualized VMs installed with btrfs virtinst-pvgrub2-bootloader.patch - Switch out redhat defaults for suse defaults virtman-stable-os-support.patch - bnc#868194 - virt-manager gets stuck with some netinst urls 532a3213-pass-correct-connection-to-install.patch 532a3213-fix-url-autodetect-timeout.patch 532a3213-exit-URL-detection-immediately-if-detection-fails.patch - bnc#869208 - virt-manager create new virtual machine fail virtman-show-suse-install-repos.patch - bnc#869181 - virt-manager: vm wizard -Error launching manager: 'NoneType' object has no attribute 'startswith' virtinst-modify-gui-defaults.patch - bnc#868676 - Error changing VM configuration: unsupported configuration: unknown driver format value 'block' virtinst-xen-drive-type.patch - bnc#868200 - Unable to complete install: "NoneType' object has no attribute '__getitem__" virtinst-detect-suse-distros.patch - For Xen always have the arch expander expanded. - For Xen and KVM default to Network install if host was installed from the network - Default to a bridge with an actual inet address if available virtinst-modify-gui-defaults.patch - We are not supporting PV ISO installs with virt-install. Drop the following patches virtinst-allow-pv-iso-install.patch virtman-allow-pv-iso-install.patch - Upstream bug fixes 5321d3cd-virtinst-drop-cpu_map-parsing-of-arch-features.patch 5321d3d0-virtinst-drop-parsing-of-cpu-features.patch 5321f256-virtinst-use-libvirt-getCPUModelNames.patch 532255b4-unselect_all-members-before-clear-model.patch - Fix start_libvirtd to correctly use systemd to start libvirtd virtman-libvirtd-not-running.patch - Upstream bug fixes 531dd0ca-lxc-define-private-network.patch 53207f40-invalidate-cached-caps.patch 5320c976-fix-adding-empty-cdrom-floppy-drive.patch - bnc#867796 - virt-manager New Virtual Machine "Vm-install" virtman-vminstall.patch - bnc#867749 - virt-manager polling connection virtman-load-stored-uris.patch - bnc#866287 - virt-manager suggests to install "qemu / libvirt-daemon-qemu / libvirt-daemon-driver-network" at startup virtman-packages.patch - Use qemu-system-x86_64 instead of the deprecated qemu-kvm virtman-kvm.patch - Upstream bug fixes 531db6a7-new-volume-tooltip-logic.patch 531dbfa7-handle-errors-when-deregistering-events-on-close.patch - Upstream bug fixes 5318a2cd-cpu-model-fallback-failure-fix.patch 5318a626-adding-filesystem-device-fix.patch 5318aa88-invalid-libvirt-volume-XML.patch 5318b486-virtinstall-location-iso-fix.patch 5319db07-customize-add-disk-fix.patch - Allow the installation repos provided by zypper to be selected as network installation sources virtman-show-suse-install-repos.patch - Upstream bug fixes 530f80f5-handle-missing-storage-volumes.patch 5310bd89-console-fix-unsetting-resize-guest.patch 5310e3ac-set-show_arrow-to-true.patch 5310e3ac-vmmConsolePages-toggle-visibilities-on-page-change.patch 5310e3ac-vmmDetails-toggle-visibilities-on-page-change.patch 5310e52d-fix-setting-default-window-size.patch - Upstream bug fixes 53022930-lxc-connection-fix.patch 530229cb-non-x86-kvm-creation-fix.patch 53023f56-dont-alter-caps-machine-list-on-create.patch 53030858-generate_target-fix.patch 53037798-not-customizing-generate_target-fix.patch 53047532-dont-get-duplicated-disks.patch 53047595-calculate-disk-bus-properly.patch 530987c4-disk-bus-calculation-fix.patch 530c021c-attempt-empty-path-on-virDomainBlockStats.patch 530cd6ab-log-broken-xml.patch 530cf4de-allow-numbered-object-names.patch 530cfa5e-close-connection-on-tick-failure-fix.patch - virt-manager-common requires python-libxml2 - If connection is Xen, default to PV instead of HVM. virtman-default-to-xen-pv.patch - Update to virt-manager 1.0.0 * virt-manager: Snapshot support * New tool virt-xml: Edit libvirt XML in one shot from the command line. Check out some examples: http://www.redhat.com/archives/libvir-list/2014-January/msg01226.html * Improved defaults: qcow2, USB2, host CPU model, guest agent channel, ? * Introspect command line options like ?disk=? or ?network=help * The virt-image tool will be removed before the next release, speak up if you have a good reason not to remove it. * virt-manager: Support arm vexpress VM creation * virt-manager: Add guest memory usage graphs (Thorsten Behrens) * virt-manager: UI for editing devices (Cédric Bosdonnat) * Spice USB redirection support (Guannan Ren) * UI and command line support (Stefan Berger) * UI and command line support (Giuseppe Scrivano) * UI and command line support (Chen Hanxiao) * command line support (Chen Hanxiao) * virt-manager: support for glusterfs storage pools (Giuseppe Scrivano) * cli: New options ?memory, ?features, ?clock, ?metadata, ?pm * Greatly improve app responsiveness when connecting to remote hosts * Lots of UI cleanup and improvements virt-manager-1.0.0.tar.bz2 - Dropped the following patches by taking a newer upstream tarball virt-manager-0.10.0.tar.bz2 Add-memory-stats-widget-also-to-manager-tree-view.patch Attempt-empty-path-on-virDomainBlockStats.patch Base-mem-statistics-on-virDomainMemoryStats-if-avail.patch virtinst-add-cache-modes.patch virtinst-allow-ide-hdb.patch virtinst-clone-disks.patch virtinst-none-arch-fix.patch virtman-support-unsafe-migration.patch - Fix patch using util.is_error_nosupport (0.10.1) when it should be using support.is_error_nosupport (0.10.0) added Base-mem-statistics-on-virDomainMemoryStats-if-avail.patch - Fate#313213: pending upstream patches added * added Add-memory-stats-widget-also-to-manager-tree-view.patch * added Base-mem-statistics-on-virDomainMemoryStats-if-avail.patch * added Attempt-empty-path-on-virDomainBlockStats.patch - Add Requires on virt-manager for virt-install - Add sles12/sled12 as supported distros - Translate virt-install.ycp to virt-install.rb Added virt-install.rb Dropped virt-install.ycp - Drop virtman-autoconnect.patch - Pass --prefix to setup.py to fix build in 12.2 and older - Allow vm-install to be launched from the menu as an independent process. - bnc#847641 - L3: block device disappears with disabling cache virtman-support-unsafe-migration.patch - fate#316388: virt-manager: Support the latest version (0.10.x or newer) virt-manager-0.10.0.tar.bz2 - Update to virt-manager 0.10.0 includes * Merged code with python-virtinst. virtinst is no longer public * Port from GTK2 to GTK3 (Daniel Berrange, Cole Robinson) * Port from gconf to gsettings * Port from autotools to python distutils * Remove virt-manager-tui * Remove HAL support * IPv6 and static route virtual network support (Gene Czarcinski) * virt-install: Add ?cpu host-passthrough (Ken ICHIKAWA, Hu Tao) - Patches now included from the deprecated python-virtinst repo virt-install.desktop virt-install.ycp virtinst-allow-ide-hdb.patch virtinst-allow-pv-iso-install.patch virtinst-add-cache-modes.patch virtinst-cdrom.patch virtinst-clone-disks.patch virtinst-detect-suse-distros.patch virtinst-none-arch-fix.patch virtinst-qed.patch virtinst-storage-ocfs2.patch virtinst-support-suse-distros.patch virtinst-xen-drive-type.patch - Dropped old tarball and upstream fixes virt-manager-0.9.5.tar.bz2 virtman-dropped-connection-segfault.patch virtman-graph-row-spacing.patch virtman-memleak-callbacks.patch virtman-memleak-disable-graph.patch - bnc#821214 - virt-manager has a big memory leak. virtman-memleak-disable-graph.patch virtman-memleak-callbacks.patch virtman-graph-row-spacing.patch - Fix a segfault when the connection is dropped virtman-dropped-connection-segfault.patch - Use correct kernel argument for specifying autoyast files. Renamed virtman-autoyast-label.patch to virtman-autoyast-support.patch - Add opensuse 13 as a host default for VM creation - Fix kvm installs defaulting to qemu instead of kvm. virtman-allow-pv-iso-install.patch - Fix exception when selecting ISO for install source. virtman-autoyast-label.patch - Default to virt-install when installation icon is selected - Allow virt-install to install Xen PV guests from ISO media virtman-allow-pv-iso-install.patch - Detect SUSE installation sources and use as default when found virtman-default-guest-from-host-os.patch - Use 'Autoyast' instead of 'Kickstart' if installing SUSE distro virtman-autoyast-label.patch - Renamed all patches from '.diff' to '.patch'. - bnc#822531 - Virt-manager will reset the domu's 'Autostart' option to unselected status as soon as changing the domu's any virtual hardware through virt-manager (Xen only) virtman-autorestart.diff - Update to virt-manager 0.9.5 * Enable adding virtio-scsi disks (Chen Hanxiao) * Support security auto-relabel setting (Martin Kletzander) * Support disk iotune settings (David Shane Holden) * Support 'reset' as a reboot option (John Doyle) * Bug fixes and minor improvements - bnc#802778 - virt-manager doesn't start Remove virt-manager-tui from the package. It requires newt_syrup which is not part of the distro. virt-manager.spec - bnc#801988 - virt-manager requires for vtemodule.so wrong on s390x virt-manager.spec - bnc#801987 - virt-manager is not able to create new VM in qemu Updated virtman-vminstall.diff - fate#314135: Support PVSCSI on XEN and VirtioSCSI on KVM - Implement pass through block device - fate#313076: HBA passthrough for kvm virtman-git-scsi.diff virtman-git-scsi-lun.diff - Enable virt-manager to be built for s390x - bnc#780660 - Yast does not offer "Virtualization" section by default, and no "Install Hypervisor" option, after loading yast-vm. virtman-kvm-packages.diff - bnc#780859 - virt-manager doesn't show the console screen virtman-reverse-serialcon.patch - bnc#772744 - vm-install requires root, while original virt-manager vm creation code works fine as user This patch makes virt-install available for local installs via a pop-down menu. virtman-virtinstall.diff - Update to virt-manager 0.9.4 0.9.4 is a bugfix release for 0.9.2, fixing VNC keyboard focus issues. 0.9.2 changelog: * Convert to gtkbuilder: UI can now be editted with modern glade tool * virt-manager no longer runs on RHEL5, but can manage a remote RHEL5 host * Option to configure spapr net and disk devices for pseries (Li Zhang) * Many bug fixes and improvements - Update to virt-manager 0.9.3 * Convert to gtkbuilder: UI can now be editted with modern glade tool * virt-manager no longer runs on RHEL5, but can manage a remote RHEL5 host * Option to configure spapr net and disk devices for pseries (Li Zhang) * Many bug fixes and improvements - bnc#768660 - virt-manager complains about missing SuSEconfig.gtk2 virt-manager.spec - Recommend python-SpiceClientGtk - added missing requirements python-gobject, python-gtk, python-gconf and xorg-x11-fonts - Previous commit should just be Requires: python-gconf - bnc#732617 - virt-manager does not start when python-virtinst is installed - bnc#745221 - virt-manager should require python-gconf Requires: python2-gconf >= 1.99.11-7 - Remove the virt-install sources from the virt-manager package. The virt-install applications are now found in python-virtinst. - Update to virt-manager 0.9.1 * Support for adding usb redirection devices (Marc-André Lureau) * Option to switch usb controller to support usb2.0 (Marc-André Lureau) * Option to specify machine type for non-x86 guests (Li Zhang) * Support for filesystem device type and write policy (Deepak C Shetty) * Many bug fixes! - Update to virtinst 0.600.1 * virt-install: --redir option for usb redirection (Marc-André Lureau) * virt-install: Advanced --controller support for usb2 (Marc-André Lureau) * Many bug fixes and minor improvments. - Two spec file changes. Update version of libvirt required. Added a Provides on python-virtinst. - console: Fix hang when reconnecting to remote VNC console virtman-git-reconnect.diff - KVM: Enable support for SATA bus option virtman-git-sata-support.diff virtinst-git-sata-support.diff - bnc#731218 - Xen guest consoles started from the virt manager have slow mouse response in the guest virtman-reverse-git-tooltip.patch - bnc#727662 - Error polling connection 'qemu:///system' with guest init 0 virtman-update-backend.diff - Update to latest upstream git version for various bug fixes virtmanager: a712a7b32e6d7b7d9d53561b3ed2078190191560 virtinst: 15d4901a3c8b855838931976e023158b8cda1c37 - Upstream bug fixes virtinst-git-mac-prefix.diff virtman-git-error-reporting.diff virtman-git-explicit-python.diff - Fix broken define in virtinst-qed.diff - Enforce dependency on vm-install version 0.5.6 - bnc#722524 - [SLES11SP2Beta6] virt-manager fails to change the device model for the NICs from default to virtio (kvm) - bnc#683667 - On KVM, virt-manager incorrectly writed duplicated device information into guest's configuration file (/etc/libvirt/qemu/DOMNAME.xml) virt-manager version 0.9.0 - Fix broken vminstall patch virtman-vminstall.diff - KVM: Add missing qed support to virtinst - Upstream bug fixes virtman-netstats-fix.diff virtman-finish-button-fix.diff virtman-shutoff-fix.diff virtman-set-has-window-fix.diff virtman-grep-fix.diff virtman-no-cd-present-fix.diff virtman-resize-menu-fix.diff virtman-vcpu-count-fix.diff virtman-storage-pool-fix.diff virtman-domain-name-fix.diff virtman-unapplied-changes-fix.diff virtman-details-fix.diff virtman-delete-fix.diff virtman-collidelist-fix.diff virtman-char-device-mode-fix.diff virtinst-hv-version-fix.diff virtinst-initrd-inject-fix.diff virtinst-initrd-inject2-fix.diff virtinst-no-volume-fix.diff virtinst-prompts-fix.diff virtinst-cpu-model-name-fix.diff virtinst-xml-clear-fix.diff virtinst-remote-storage-fix.diff virtinst-error-message-fix.diff virtinst-typo-fix.diff virtinst-cdrom.diff virtinst-storage-ocfs2.diff - bnc#718861 - [SLES11SP2beta5] virt-manager unable to boot Windows2008 guest with virtio disk and network device (kvm) - Update to virt-manager 0.9.0 * Use a hiding toolbar for fullscreen mode * Use libguestfs to show guest packagelist and more (Richard W.M. Jones) * Basic 'New VM' wizard support for LXC guests * Remote serial console access (with latest libvirt) * Remote URL guest installs (with latest libvirt) * Add Hardware: Support devices * Add Hardware: Support devices (Marc-André Lureau) * Enable direct interface selection for qemu/kvm (Gerhard Stenzel) * Allow viewing and changing disk serial number - Update to virtinst 0.600.0 * virt-install: Various improvements to enable LXC/container guests: * New --filesystem option for devices * New --init option for container path * New --container option (similar to --paravirt or --hvm) * virt-install: Make --location remotely (with latest libvirt) * virt-install: New --smartcard option for devices * (Marc-André Lureau) * virt-install: New --numatune option for building guest XML * virt-install: option to set --disk error_policy= * virt-install: option to set --disk serial= - Fix _do_show_create() to check for valid uri - bnc#712214 - virt-manager 0.8.7 declared LGPL-2.1+ but is GPL-2.0+ - Fixes to desktop file to be more descriptive - Fix gconf_schemas_prereq in virt-manager.spec file - KVM: Add support for the qed file format - KVM now supports the eepro100. Add support in virt-manager for this nic virtman-eepro100.diff - Upstream fixes virtman-fix-storage_capable.diff virtman-fix-ui-resize.diff virtman-fix-type.diff virtman-fix-addhw-nonhotplug.diff virtman-fix-no-nic-present.diff virtman-fix-ui-cleanup.diff - Update to virt-manager 0.8.7 * Allow renaming an offline VM * Spice password support (Marc-André Lureau) * Allow editting NIC settings (Gerhard Stenzel) * Allow enabling/disabling individual CPU features * Allow easily changing graphics type between VNC and SPICE for existing VM * Allow easily changing network source device for existing VM - Update to virtinst 0.500.6 * virt-install: --graphics spice now enables spicevmc and qxl * virt-install: New --disk parameter io=native|threads - bnc#681908 - Virtualization/virt-manager: Bug virtman-connect-consoles-fix.diff - Update to virt-manager 0.8.6 * SPICE support (requires spice-gtk) (Marc-André Lureau) * Option to configure CPU model * Option to configure CPU topology * Save and migration cancellation (Wen Congyang) * Save and migration progress reporting * Option to enable bios boot menu * Option to configure direct kernel/initrd boot - Update to virtinst 0.500.5 * New virt-install --cpu option for configuring CPU model/features * virt-install --vcpus option can not specify topology and maxvcpus * New virt-install --graphics option to unify --vnc, --sdl, spice config * New virt-install --print-xml option to skip install and print XML - bnc#657272 - virt-manager creates default 'dir' storage pool in /var/lib/libvirt/images on xen host virtman-storage-pool.diff - bnc#641977 - virt-manager can't create kvm virtual Machines on a remote host. - When installing remote, use virtinst - fix up previous commit that broke the patch - fix runtime dependency on python-vte - bnc#647261 - Get lot's of error in .xsession-errors when lauching yast - fix instant segfault with python 2.7, bnc#641981, patch taken from https://bugzilla.redhat.com/show_bug.cgi?id=620216 - fix build on FACTORY after gconf2 and python changes - Update to virt-manager 0.8.5 * Improved save/restore support * Option to view and change disk cache mode * Configurable VNC keygrab sequence (Michal Novotny) - Update to virtinst 0.500.4 * New virt-install --console option for specifying virtio console device * New virt-install --channel option for specifying guest communication channel * New virt-install --boot option. Allows setting post-install boot order, direct kernel/initrd boot, and enabling boot device menu. * New virt-install --initrd-inject option, which enables installation using a _local_ kickstart file (Colin Walters) - bnc#624250 - L3: virt-manager doesn't update "Autostart" setting in vm configuration correctly virtman-autorestart.diff - bnc#611023 - Use netcat-openbsd, which contains proper 'nc' program - fix virt-{clone,convert,image,install} by installing the python libs into the proper directories - bnc#602775 - An icon lost in "virt-manager" virtman-icon.diff - Fixes in virtman-keycombo.diff to match virt-viewer's 'Send Key' menu options. See bnc#553633 - bnc#597235 - virt-manager does not start complaining about a broken icon. - bnc#592538 - VM status is recognized as "Shutoff" in virt-manager and virt-viewer after creating a snapshot. - Update to virt-manager 0.8.4 * Import install option: create a VM using an existing OS image * Support multiple boot devices and boot order * Watchdog device support * Enable setting a human readable VM description. * Option to manually specifying a bridge name, if bridge isn't detected - Update to virtinst 0.500.3 * virt-install: New --watchdog option: configure a virtual watchdog dev * virt-install: New --soundhw option: More flexible sound configuration deprecates --sound, though back compat is maintained * virt-install: New --security option: configure VM security driver * virt-install: New --description option: set a human readable desc * Better OS defaults: Use