Blame SPECS/cockpit-machines.spec

7b6858
# This spec file has been automatically updated
7b6858
Version:        252
7b6858
Release: 1%{?dist}
7b6858
#
7b6858
# Copyright (C) 2021 Red Hat, Inc.
7b6858
#
7b6858
# Cockpit is free software; you can redistribute it and/or modify it
7b6858
# under the terms of the GNU Lesser General Public License as published by
7b6858
# the Free Software Foundation; either version 2.1 of the License, or
7b6858
# (at your option) any later version.
7b6858
#
7b6858
# Cockpit is distributed in the hope that it will be useful, but
7b6858
# WITHOUT ANY WARRANTY; without even the implied warranty of
7b6858
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7b6858
# Lesser General Public License for more details.
7b6858
#
7b6858
# You should have received a copy of the GNU Lesser General Public License
7b6858
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
7b6858
#
7b6858
7b6858
Name:           cockpit-machines
7b6858
Summary:        Cockpit user interface for virtual machines
7b6858
License:        LGPLv2+ and MIT
7b6858
URL:            https://github.com/cockpit-project/cockpit-machines
7b6858
7b6858
Source0:        https://github.com/cockpit-project/cockpit-machines/releases/download/%{version}/cockpit-machines-%{version}.tar.xz
7b6858
BuildArch:      noarch
7b6858
BuildRequires:  libappstream-glib
7b6858
BuildRequires:  make
7b6858
7b6858
Requires: cockpit-bridge >= 215
7b6858
%if 0%{?suse_version}
7b6858
Requires: libvirt-daemon-qemu
7b6858
%else
7b6858
Requires: libvirt-daemon-kvm
7b6858
%endif
7b6858
Requires: libvirt-client
7b6858
Requires: libvirt-dbus >= 1.2.0
7b6858
# Optional components
7b6858
Recommends: virt-install
7b6858
Recommends: libosinfo
7b6858
Recommends: python3-gobject-base
7b6858
7b6858
%description -n cockpit-machines
7b6858
Cockpit component for managing virtual machines.
7b6858
7b6858
If "virt-install" is installed, you can also create new virtual machines.
7b6858
7b6858
%prep
7b6858
%setup -q -n cockpit-machines
7b6858
7b6858
%build
7b6858
# Nothing to build
7b6858
7b6858
%install
7b6858
%make_install
7b6858
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
7b6858
7b6858
%files
7b6858
%doc README.md
7b6858
%license LICENSE dist/index.js.LICENSE.txt.gz
7b6858
%{_datadir}/cockpit/*
7b6858
%{_datadir}/metainfo/*
7b6858
7b6858
# The changelog is automatically generated and merged
7b6858
%changelog
7b6858
7b6858
* Thu Sep 16 2021 Katerina Koukiou <kkoukiou@redhat.com> - 252-1
7b6858
- Add support for renaming VMs
7b6858
7b6858
* Thu Aug 19 2021 Matej Marusak <mmarusak@redhat.com> - 250 - 1
7b6858
- Show only supported pool types in pool create dialog (rhbz#1985947)
7b6858
- Validation preselected pool for volume creation (rhbz#1992966)
7b6858
- Allow adding disks with custom path even when no storage pools exist (rhbz#1985228)
7b6858
- Support for removal of shared directories (rhbz#1983848)
7b6858
- Show errors in modals (rhbz#1993436)
7b6858
7b6858
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com>
7b6858
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
7b6858
  Related: rhbz#1991688
7b6858
7b6858
* Wed Aug 04 2021 Martin Pitt <mpitt@redhat.com> - 249 - 1
7b6858
- Disable non-shared storage migration on RHEL
7b6858
- Let all upstream integration tests run for gating
7b6858
- Remove iscsi related features as libiscsi is removed from libvirt
7b6858
  (rhbz#1985947)
7b6858
- Fix unit/value conversion when memory is auto-filled after OS selection
7b6858
  (rhbz#1987120)
7b6858
- Allow adding disks with custom path even when no storage pools exist
7b6858
  (rhbz#1985228)
7b6858
- Disallow adjustment of NIC settings for transient NICs (rhbz#1977669)
7b6858
7b6858
* Thu Jul 22 2021 Matej Marusak <mmarusak@redhat.com> - 248 - 1
7b6858
- Machines: Don't round or floor memory and storage size unnecessarily (rhbz#1979152)
7b6858
- Machines: Use cockpit's proxy API for monitoring libvirt service changes (rhbz#1974223)
7b6858
- Machines: Fix ooops when press the down arrow several times when inputting custom path (rhbz#1977554)
7b6858
7b6858
* Thu July 09 2021 Katerina Koukiou <kkoukiou@redhat.com> - 247-1
7b6858
7b6858
- Machines: Share host files with the guest using virtiofs
7b6858
- Machines: Show list of pass-through devices
7b6858
7b6858
* Mon May 17 2021 Katerina Koukiou <kkoukiou@redhat.com> - 244.1-1
7b6858
7b6858
- Edit the MAC address of a VM’s network interface
7b6858
7b6858
* Fri Apr 23 2021 Martin Pitt <martin@piware.de> - 243.1-2
7b6858
- Fix gating tests
7b6858
7b6858
* Thu Apr 22 2021 Martin Pitt <martin@piware.de> - 243.1-1
7b6858
7b6858
- Fix tooltip on Plug/Unplug button
7b6858
- Integration test fixes
7b6858
7b6858
* Wed Apr 14 2021 Matej Marusak <mmarusak@redhat.com> - 243-1
7b6858
7b6858
- PatternFly 4 updates
7b6858
- Translation updates
7b6858
- Correctly manage editing of unknown bus type
7b6858
7b6858
* Thu Apr 01 2021 Katerina Koukiou <kkoukiou@redhat.com> - 242.1-1
7b6858
7b6858
- Add MIT to the list of licenses in spec file
7b6858