New upstream version 278
Related: rhbz#2139646
This commit is contained in:
parent
ff111943b5
commit
00fda586ef
3
.gitignore
vendored
3
.gitignore
vendored
@ -39,4 +39,7 @@
|
||||
/cockpit-machines-272.tar.xz
|
||||
/cockpit-machines-273.tar.xz
|
||||
/cockpit-machines-274.tar.xz
|
||||
/cockpit-machines-275.tar.xz
|
||||
/cockpit-machines-276.tar.xz
|
||||
/cockpit-machines-277.tar.xz
|
||||
/cockpit-machines-278.tar.xz
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: cockpit-machines
|
||||
Version: 276
|
||||
Version: 278
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit user interface for virtual machines
|
||||
License: LGPLv2+ and MIT
|
||||
@ -56,7 +56,7 @@ Recommends: qemu-device-usb-redirect
|
||||
Requires: libvirt-client
|
||||
Requires: libvirt-dbus >= 1.2.0
|
||||
# Optional components
|
||||
Recommends: virt-install
|
||||
Recommends: virt-install >= 3.0.0
|
||||
Recommends: libosinfo
|
||||
Recommends: python3-gobject-base
|
||||
Suggests: qemu-virtiofsd
|
||||
@ -84,6 +84,16 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Nov 16 2022 Packit <hello@packit.dev> - 278-1
|
||||
- Stability and performance improvements
|
||||
|
||||
|
||||
* Mon Nov 07 2022 Packit <hello@packit.dev> - 277-1
|
||||
- Dark theme support
|
||||
- Allow TRIM/UNMAP requests by default for newly added disks
|
||||
- Insert and eject CD & DVD media
|
||||
|
||||
|
||||
* Wed Oct 19 2022 Packit <hello@packit.dev> - 276-1
|
||||
- Add connection information to the VM detail page
|
||||
|
||||
|
20
plans/all.fmf
Normal file
20
plans/all.fmf
Normal file
@ -0,0 +1,20 @@
|
||||
discover:
|
||||
how: fmf
|
||||
dist-git-source: true
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
/basic:
|
||||
summary: Run basic tests (creation and lifetime)
|
||||
discover+:
|
||||
test: /test/browser/basic
|
||||
|
||||
/network:
|
||||
summary: Run network related tests
|
||||
discover+:
|
||||
test: /test/browser/network
|
||||
|
||||
/storage:
|
||||
summary: Run storage related tests
|
||||
discover+:
|
||||
test: /test/browser/storage
|
@ -1,5 +0,0 @@
|
||||
discover:
|
||||
how: fmf
|
||||
dist-git-source: true
|
||||
execute:
|
||||
how: tmt
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-machines-276.tar.xz) = 1f431e2146145ab9f87e36151d27dcfd94bc08a3e5c2d62ff139e0c443cb8e53a790bff233d758269e487eca4ce0b37b671214e9f29fc13049626242082e6a14
|
||||
SHA512 (cockpit-machines-278.tar.xz) = ef77bcf88335eec3439df4b10be13c25522e173f7e5f0f0d44965e8d8155db0610c4d5a5d63c5fd895cd0e3705729c9475baa9422f29b66784225dc245b23672
|
||||
|
Loading…
Reference in New Issue
Block a user