Blame SPECS/cockpit-machines.spec

d725de
#
d725de
# Copyright (C) 2021 Red Hat, Inc.
d725de
#
d725de
# Cockpit is free software; you can redistribute it and/or modify it
d725de
# under the terms of the GNU Lesser General Public License as published by
d725de
# the Free Software Foundation; either version 2.1 of the License, or
d725de
# (at your option) any later version.
d725de
#
d725de
# Cockpit is distributed in the hope that it will be useful, but
d725de
# WITHOUT ANY WARRANTY; without even the implied warranty of
d725de
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
d725de
# Lesser General Public License for more details.
d725de
#
d725de
# You should have received a copy of the GNU Lesser General Public License
d725de
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
d725de
#
d725de
d725de
Name:           cockpit-machines
44e51e
Version:        284.1
fbe867
Release:        1%{?dist}
d725de
Summary:        Cockpit user interface for virtual machines
44e51e
License:        LGPL-2.1-or-later AND MIT
d725de
URL:            https://github.com/cockpit-project/cockpit-machines
d725de
d725de
Source0:        https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
d725de
BuildArch:      noarch
d725de
BuildRequires:  libappstream-glib
d725de
BuildRequires:  make
fbe867
BuildRequires: gettext
fbe867
%if 0%{?rhel} && 0%{?rhel} <= 8
fbe867
BuildRequires: libappstream-glib-devel
fbe867
%endif
d725de
d725de
Requires: cockpit-bridge >= 215
d725de
%if 0%{?suse_version}
d725de
Requires: libvirt-daemon-qemu
d725de
%else
fbe867
Requires: libvirt-daemon-driver-qemu
fbe867
Requires: libvirt-daemon-driver-network
fbe867
Requires: libvirt-daemon-driver-nodedev
fbe867
Requires: libvirt-daemon-driver-storage-core
fbe867
Requires: (libvirt-daemon-driver-interface if virt-install)
fbe867
Requires: (libvirt-daemon-config-network if virt-install)
fbe867
Recommends: libvirt-daemon-driver-storage-disk
fbe867
%if 0%{?rhel}
fbe867
Requires: qemu-kvm
fbe867
%else
fbe867
# smaller footprint on Fedora, as qemu-kvm is really expensive on a server
fbe867
Requires: qemu-kvm-core
fbe867
Recommends: qemu-block-curl
fbe867
Recommends: qemu-char-spice
fbe867
Recommends: qemu-device-usb-host
fbe867
Recommends: qemu-device-usb-redirect
44e51e
# HACK: https://bugzilla.redhat.com/show_bug.cgi?id=2170110
44e51e
%if 0%{?fedora} >= 38
44e51e
Requires: (qemu-audio-spice if qemu-char-spice)
44e51e
%endif
fbe867
%endif
d725de
%endif
d725de
Requires: libvirt-client
d725de
Requires: libvirt-dbus >= 1.2.0
d725de
# Optional components
44e51e
Recommends: virt-install >= 3.0.0
d725de
Recommends: libosinfo
d725de
Recommends: python3-gobject-base
d725de
Suggests: qemu-virtiofsd
d725de
d725de
%description
d725de
Cockpit component for managing virtual machines.
d725de
d725de
If "virt-install" is installed, you can also create new virtual machines.
d725de
d725de
%prep
d725de
%setup -q -n %{name}
d725de
d725de
%build
d725de
# Nothing to build
d725de
d725de
%install
d725de
%make_install
d725de
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
d725de
d725de
%files
d725de
%doc README.md
d725de
%license LICENSE dist/index.js.LICENSE.txt.gz
d725de
%{_datadir}/cockpit/*
d725de
%{_datadir}/metainfo/*
d725de
d725de
# The changelog is automatically generated and merged
d725de
%changelog
44e51e
* Thu Feb 23 2023 Martin Pitt <mpitt@redhat.com> - 284.1-1
44e51e
- Translation updates (rhbz#2139646)
44e51e
44e51e
* Wed Feb 22 2023 Packit <hello@packit.dev> - 284-1
44e51e
- Stability and performance improvements
44e51e
44e51e
* Wed Feb 08 2023 Packit <hello@packit.dev> - 283-1
44e51e
- Stability and performance improvements
44e51e
44e51e
* Wed Jan 25 2023 Packit <hello@packit.dev> - 282-1
44e51e
- Option to forcefully revert a snapshot
44e51e
- Fix tabular numbers font
44e51e
44e51e
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 281-2
44e51e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
44e51e
44e51e
* Wed Jan 11 2023 Packit <hello@packit.dev> - 281-1
44e51e
- Summarize system and user session differences
44e51e
- Virtual watchdog device support
44e51e
44e51e
* Tue Jan 03 2023 Packit <hello@packit.dev> - 280-1
44e51e
- Start using tabular fonts
44e51e
- Other UI fixes and improvements
44e51e
44e51e
44e51e
* Thu Dec 01 2022 Packit <hello@packit.dev> - 279-1
44e51e
- Autodetect file's format when attaching disk
44e51e
44e51e
44e51e
* Wed Nov 16 2022 Packit <hello@packit.dev> - 278-1
44e51e
- Stability and performance improvements
44e51e
44e51e
44e51e
* Mon Nov 07 2022 Packit <hello@packit.dev> - 277-1
44e51e
- Dark theme support
44e51e
- Allow TRIM/UNMAP requests by default for newly added disks
44e51e
- Insert and eject CD & DVD media
44e51e
44e51e
44e51e
* Wed Oct 19 2022 Packit <hello@packit.dev> - 276-1
44e51e
- Add connection information to the VM detail page
44e51e
44e51e
44e51e
* Wed Sep 21 2022 Packit <hello@packit.dev> - 275-1
44e51e
- Improvements of offline token management
44e51e
44e51e
fbe867
* Wed Sep 07 2022 Packit <hello@packit.dev> - 274-1
fbe867
 - Stability and performance improvements
fbe867
fbe867
fbe867
* Wed Aug 24 2022 Packit <hello@packit.dev> - 273-1
fbe867
- Fix downloading of RHEL images
fbe867
fbe867
fbe867
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 272-2
fbe867
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
fbe867
fbe867
* Wed Jul 20 2022 Packit <hello@packit.dev> - 272-1
fbe867
- Download RHEL images
fbe867
fbe867
fbe867
* Thu Jun 23 2022 Packit <hello@packit.dev> - 271-1
fbe867
- Test fixes
fbe867
fbe867
fbe867
* Sat Jun 11 2022 Packit <hello@packit.dev> - 270.2-1
fbe867
- Fix test/reference setup in release tarball for tests
fbe867
fbe867
fbe867
* Thu Jun 09 2022 Packit <hello@packit.dev> - 270.1-1
fbe867
- Fix release tarball
fbe867
fbe867
fbe867
* Wed Jun 08 2022 Packit <hello@packit.dev> - 270-1
fbe867
- Tests improvements and stabilization
fbe867
fbe867
fbe867
* Tue May 24 2022 Marius Vollmer <mvollmer@redhat.com> - 269-1
fbe867
- Machines: Redesign content removal dialogs
fbe867
fbe867
* Thu May 12 2022 Allison Karlitskaya <allison.karlitskaya@redhat.com> - 268-1
fbe867
- Provide default name for new VMs
fbe867
fbe867
* Thu Apr 28 2022 Jelle van der Waa <jvanderwaa@redhat.com> - 267-1
fbe867
- Tests improvements and stabilization
fbe867
fbe867
* Wed Apr 13 2022 Martin Pitt <martin@piware.de> - 266-1
fbe867
- Redesign VM creation
fbe867
- Remove static hosts from virtual network's DHCP
fbe867
fbe867
* Wed Mar 30 2022 Matej Marusak <mmarusak@redhat.com> - 265-1
fbe867
- Translation updates
fbe867
- Tests robustification
fbe867
fbe867
* Wed Mar 16 2022 Simon Kobyda <skobyda@redhat.com> - 264-1
fbe867
- Disk serial number
fbe867
- Multiple fixes of host device attachement
fbe867
d725de
* Wed Mar 02 2022 Martin Pitt <martin@piware.de> - 263-1
d725de
- Delete storage files also when the VM is shut off
d725de
- Translation updates (rhbz#2017343)
d725de
d725de
* Thu Feb 24 2022 Martin Pitt <martin@piware.de> - 262-1
d725de
- Fix broken VM deletion dialog layout
d725de
- Translation updates (rhbz#2017343)
d725de
d725de
* Wed Feb 16 2022 Jelle van der Waa <jvanderwaa@redhat.com> - 261-1
d725de
- Tests improvements and stabilization
d725de
d725de
* Mon Jan 24 2022 Matej Marusak <mmarusak@redhat.com> - 260-1
d725de
- Tests improvements and stabilization
d725de
d725de
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 259-2
d725de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
d725de
d725de
* Wed Jan 05 2022 Simon Kobyda <skobyda@redhat.com> - 259-1
d725de
- Update to upstream 259 release
d725de
d725de
* Mon Dec 13 2021 Martin Pitt <martin@piware.de> - 258.1-1
d725de
- Test fixes
d725de
d725de
* Thu Dec 09 2021 Marius Vollmer <mvollmer@redhat.com> - 258-1
d725de
- Move storage pool actions outside of the expanded row
d725de
- Move the 'Overview' tab content from the network rows to the expanded row directly
d725de
d725de
* Fri Nov 19 2021 Katerina Koukiou <kkoukiou@redhat.com> - 257-1
d725de
- Test fixes for RHEL gating
d725de
d725de
* Wed Nov 10 2021 Katerina Koukiou <kkoukiou@redhat.com> - 256-1
d725de
- Now officially supported on Arch Linux (https://archlinux.org/)
d725de
- Support selecting between consoles of the same type
d725de
d725de
* Wed Oct 27 2021 Jelle van der Waa <jvanderwaa@redhat.com> - 255-1
d725de
- Translation updates
d725de
d725de
* Wed Oct 13 2021 Martin Pitt <martin@piware.de> - 254-1
d725de
- Support configuring static MAC → IP address mappings
d725de
d725de
* Wed Sep 29 2021 Matej Marusak <mmarusak@redhat.com> - 253-1
d725de
- Support adding and removing host devices
d725de
d725de
* Wed Sep 15 2021 Katerina Koukiou <kkoukiou@redhat.com> - 252-1
d725de
- Add support for renaming VMs
d725de
d725de
* Wed Sep 01 2021 Simon Kobyda <skobyda@redhat.com> - 251-1
d725de
- Bug fixes and improvements
d725de
d725de
* Tue Aug 24 2021 Matej Marusak <mmarusak@redhat.com> - 250.1-1
d725de
- Test fixes for RHEL gating
d725de
d725de
* Wed Aug 18 2021 Marius Vollmer <mvollmer@redhat.com> - 250-1
d725de
- Update to upstream 250 release
d725de
d725de
* Wed Aug 04 2021 Martin Pitt <martin@piware.de> - 249.1-1
d725de
- Test fixes for Fedora/RHEL gating
d725de
d725de
* Wed Aug 04 2021 Martin Pitt <martin@piware.de> - 249-1
d725de
- Disable non-shared storage migration on RHEL
d725de
- Lots of bug fixes
d725de
- Translation updates
d725de
d725de
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 248-2
d725de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
d725de
d725de
* Wed Jul 21 2021 Matej Marusak <mmarusak@redhat.com> - 248-1
d725de
- Some nice bug fixes
d725de
d725de
* Wed Jul 07 2021 Allison Karlitskaya <allison.karlitskaya@redhat.com> - 247-1
d725de
- A myriad of bug fixes
d725de
d725de
* Wed Jun 23 2021 Katerina Koukiou <kkoukiou@redhat.com> - 246-1
d725de
- Share host files with the guest using virtiofs
d725de
- Show list of pass-through devices
d725de
d725de
fbe867
* Wed Jun 09 2021 Marius Vollmer <mvollmer@redhat.com> - 245-1
d725de
- Updated translations
d725de
- Fixed localization of VncConsole
d725de
d725de
fbe867
* Wed May 19 2021 Martin Pitt <martin@piware.de> - 244.1-1
d725de
- Fix crash on VM deletion with cockpit 244
d725de
d725de
fbe867
* Wed May 12 2021 Katerina Koukiou <kkoukiou@redhat.com> - 244-1
d725de
- Edit the MAC address of a VM’s network interface
d725de
d725de
fbe867
* Thu Apr 22 2021 Martin Pitt <martin@piware.de> - 243.1-1
d725de
- Fix tooltip on Plug/Unplug button
d725de
- Integration test fixes
d725de
d725de
fbe867
* Wed Apr 14 2021 Matej Marusak <mmarusak@redhat.com> - 243-1
d725de
- PatternFly 4 updates
d725de
- Translation updates
d725de
- Correctly manage editing of unknown bus type
d725de
d725de
fbe867
* Thu Apr 01 2021 Katerina Koukiou <kkoukiou@redhat.com> - 242.1-1
d725de
- Add MIT to the list of licenses in spec file