Update to 327
Resolves: RHEL-60038
This commit is contained in:
parent
3b76e52aca
commit
c3b0b20ea7
1
.gitignore
vendored
1
.gitignore
vendored
@ -92,3 +92,4 @@
|
||||
/cockpit-machines-324.tar.xz
|
||||
/cockpit-machines-325.tar.xz
|
||||
/cockpit-machines-326.tar.xz
|
||||
/cockpit-machines-327.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.106.0.
|
||||
The file was generated using packit 1.0.1.
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: cockpit-machines
|
||||
Version: 326
|
||||
Version: 327
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit user interface for virtual machines
|
||||
License: LGPL-2.1-or-later AND MIT
|
||||
@ -43,7 +43,7 @@ Requires: libvirt-daemon-driver-qemu
|
||||
Requires: libvirt-daemon-driver-network
|
||||
Requires: libvirt-daemon-driver-nodedev
|
||||
Requires: libvirt-daemon-driver-storage-core
|
||||
Requires: (libvirt-daemon-config-network if virt-install)
|
||||
Requires: libvirt-daemon-config-network
|
||||
Recommends: libvirt-daemon-driver-storage-disk
|
||||
%if 0%{?rhel}
|
||||
Requires: qemu-kvm
|
||||
@ -62,8 +62,8 @@ Requires: (qemu-audio-spice if qemu-char-spice)
|
||||
%endif
|
||||
Requires: libvirt-client
|
||||
Requires: libvirt-dbus >= 1.2.0
|
||||
Requires: virt-install >= 3.0.0
|
||||
# Optional components
|
||||
Recommends: virt-install >= 3.0.0
|
||||
Recommends: libosinfo
|
||||
Recommends: python3-gobject-base
|
||||
Suggests: (qemu-virtiofsd or virtiofsd)
|
||||
@ -72,10 +72,10 @@ Provides: bundled(npm(@novnc/novnc)) = 1.4.0
|
||||
Provides: bundled(npm(@novnc/novnc)) = 1.5.0
|
||||
Provides: bundled(npm(@patternfly/patternfly)) = 5.4.2
|
||||
Provides: bundled(npm(@patternfly/react-console)) = 5.1.0
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.4.11
|
||||
Provides: bundled(npm(@patternfly/react-core)) = 5.4.12
|
||||
Provides: bundled(npm(@patternfly/react-icons)) = 5.4.2
|
||||
Provides: bundled(npm(@patternfly/react-styles)) = 5.4.1
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.4.12
|
||||
Provides: bundled(npm(@patternfly/react-table)) = 5.4.14
|
||||
Provides: bundled(npm(@patternfly/react-tokens)) = 5.4.1
|
||||
Provides: bundled(npm(@spice-project/spice-html5)) = 0.2.1
|
||||
Provides: bundled(npm(@xterm/addon-canvas)) = 0.7.0
|
||||
@ -85,6 +85,7 @@ Provides: bundled(npm(dequal)) = 2.0.3
|
||||
Provides: bundled(npm(file-saver)) = 1.3.8
|
||||
Provides: bundled(npm(file-selector)) = 2.1.2
|
||||
Provides: bundled(npm(focus-trap)) = 7.6.2
|
||||
Provides: bundled(npm(ipaddr.js)) = 2.2.0
|
||||
Provides: bundled(npm(js-tokens)) = 4.0.0
|
||||
Provides: bundled(npm(lodash)) = 4.17.21
|
||||
Provides: bundled(npm(loose-envify)) = 1.4.0
|
||||
@ -104,9 +105,7 @@ Provides: bundled(npm(xterm-addon-fit)) = 0.2.1
|
||||
Provides: bundled(npm(xterm)) = 4.19.0
|
||||
|
||||
%description
|
||||
Cockpit component for managing virtual machines.
|
||||
|
||||
If "virt-install" is installed, you can also create new virtual machines.
|
||||
Cockpit component for managing libvirt virtual machines.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
@ -126,6 +125,12 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Jan 29 2025 Packit <hello@packit.dev> - 327-1
|
||||
- Translation updates
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 326-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Dec 18 2024 Packit <hello@packit.dev> - 326-1
|
||||
- Download and install unsupported and older operating systems
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-machines-326.tar.xz) = b96f20d1b3d183bf9f32815a7552a6107973033ab5add6b3b495f6779911d77e42d6268cefe50764ff6db0e10d42c29e0e656c8898c3a5e22c17f3fd11ae5fb6
|
||||
SHA512 (cockpit-machines-327.tar.xz) = 95324649ff6fc4e77aa157efa8c64bf998518c2c9d41df29559f2bf7271ed935943c805c7735c18f9c26a73a8dc8dc857096fa1ee10efbe3b9c400e093659eaf
|
||||
|
Loading…
Reference in New Issue
Block a user