Katerina Koukiou 34883bb
#
Katerina Koukiou 34883bb
# Copyright (C) 2021 Red Hat, Inc.
Katerina Koukiou 34883bb
#
Katerina Koukiou 34883bb
# Cockpit is free software; you can redistribute it and/or modify it
Katerina Koukiou 34883bb
# under the terms of the GNU Lesser General Public License as published by
Katerina Koukiou 34883bb
# the Free Software Foundation; either version 2.1 of the License, or
Katerina Koukiou 34883bb
# (at your option) any later version.
Katerina Koukiou 34883bb
#
Katerina Koukiou 34883bb
# Cockpit is distributed in the hope that it will be useful, but
Katerina Koukiou 34883bb
# WITHOUT ANY WARRANTY; without even the implied warranty of
Katerina Koukiou 34883bb
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Katerina Koukiou 34883bb
# Lesser General Public License for more details.
Katerina Koukiou 34883bb
#
Katerina Koukiou 34883bb
# You should have received a copy of the GNU Lesser General Public License
Katerina Koukiou 34883bb
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
Katerina Koukiou 34883bb
#
Katerina Koukiou 34883bb
Katerina Koukiou 34883bb
Name:           cockpit-machines
Packit 0406a33
Version:        273
Packit 80e825c
Release:        1%{?dist}
Katerina Koukiou 34883bb
Summary:        Cockpit user interface for virtual machines
Katerina Koukiou 34883bb
License:        LGPLv2+ and MIT
Katerina Koukiou 34883bb
URL:            https://github.com/cockpit-project/cockpit-machines
Katerina Koukiou 34883bb
d3f154d
Source0:        https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Katerina Koukiou 34883bb
BuildArch:      noarch
Katerina Koukiou 34883bb
BuildRequires:  libappstream-glib
Katerina Koukiou 34883bb
BuildRequires:  make
3628011
BuildRequires: gettext
3628011
%if 0%{?rhel} && 0%{?rhel} <= 8
3628011
BuildRequires: libappstream-glib-devel
3628011
%endif
Katerina Koukiou 34883bb
Katerina Koukiou 34883bb
Requires: cockpit-bridge >= 215
Katerina Koukiou 34883bb
%if 0%{?suse_version}
Katerina Koukiou 34883bb
Requires: libvirt-daemon-qemu
Katerina Koukiou 34883bb
%else
9128753
Requires: libvirt-daemon-driver-qemu
9128753
Requires: libvirt-daemon-driver-network
9128753
Requires: libvirt-daemon-driver-nodedev
9128753
Requires: libvirt-daemon-driver-storage-core
9128753
Requires: (libvirt-daemon-driver-interface if virt-install)
9128753
Requires: (libvirt-daemon-config-network if virt-install)
9128753
Recommends: libvirt-daemon-driver-storage-disk
9128753
%if 0%{?rhel}
9128753
Requires: qemu-kvm
9128753
%else
9128753
# smaller footprint on Fedora, as qemu-kvm is really expensive on a server
9128753
Requires: qemu-kvm-core
9128753
Recommends: qemu-block-curl
9128753
Recommends: qemu-char-spice
9128753
Recommends: qemu-device-usb-host
9128753
Recommends: qemu-device-usb-redirect
9128753
%endif
Katerina Koukiou 34883bb
%endif
Katerina Koukiou 34883bb
Requires: libvirt-client
Katerina Koukiou 34883bb
Requires: libvirt-dbus >= 1.2.0
Katerina Koukiou 34883bb
# Optional components
Katerina Koukiou 34883bb
Recommends: virt-install
Katerina Koukiou 34883bb
Recommends: libosinfo
Katerina Koukiou 34883bb
Recommends: python3-gobject-base
a903d11
Suggests: qemu-virtiofsd
Katerina Koukiou 34883bb
d3f154d
%description
Katerina Koukiou 34883bb
Cockpit component for managing virtual machines.
Katerina Koukiou 34883bb
Katerina Koukiou 34883bb
If "virt-install" is installed, you can also create new virtual machines.
Katerina Koukiou 34883bb
Katerina Koukiou 34883bb
%prep
d3f154d
%setup -q -n %{name}
Katerina Koukiou 34883bb
Katerina Koukiou 34883bb
%build
Katerina Koukiou 34883bb
# Nothing to build
Katerina Koukiou 34883bb
Katerina Koukiou 34883bb
%install
Katerina Koukiou 34883bb
%make_install
Katerina Koukiou 34883bb
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
Katerina Koukiou 34883bb
Katerina Koukiou 34883bb
%files
Katerina Koukiou 34883bb
%doc README.md
5508310
%license LICENSE dist/index.js.LICENSE.txt.gz
Katerina Koukiou 34883bb
%{_datadir}/cockpit/*
Katerina Koukiou 34883bb
%{_datadir}/metainfo/*
Katerina Koukiou 34883bb
Katerina Koukiou 34883bb
# The changelog is automatically generated and merged
Katerina Koukiou 34883bb
%changelog
Packit 0406a33
* Wed Aug 24 2022 Packit <hello@packit.dev> - 273-1
Packit 0406a33
- Fix downloading of RHEL images
Packit 0406a33
Packit 0406a33
Packit 7847f0a
* Wed Jul 20 2022 Packit <hello@packit.dev> - 272-1
Packit 7847f0a
- Download RHEL images
Packit 7847f0a
Packit 7847f0a
Packit 31441a6
* Thu Jun 23 2022 Packit <hello@packit.dev> - 271-1
Packit 31441a6
- Test fixes
Packit 31441a6
Packit 31441a6
Packit c74ba2e
* Thu Jun 09 2022 Packit <hello@packit.dev> - 270.1-1
Packit c74ba2e
- Fix release tarball
Packit c74ba2e
Packit c74ba2e
Packit 80e825c
* Wed Jun 08 2022 Packit <hello@packit.dev> - 270-1
Packit 80e825c
- Tests improvements and stabilization
Packit 80e825c
Packit 80e825c
9c88975
* Tue May 24 2022 Marius Vollmer <mvollmer@redhat.com> - 269-1
9c88975
- Machines: Redesign content removal dialogs
9c88975
0b39375
* Thu May 12 2022 Allison Karlitskaya <allison.karlitskaya@redhat.com> - 268-1
0b39375
- Provide default name for new VMs
0b39375
c1c1068
* Thu Apr 28 2022 Jelle van der Waa <jvanderwaa@redhat.com> - 267-1
c1c1068
- Tests improvements and stabilization
c1c1068
9128753
* Wed Apr 13 2022 Martin Pitt <martin@piware.de> - 266-1
9128753
- Redesign VM creation
9128753
- Remove static hosts from virtual network's DHCP
9128753
80bba09
* Wed Mar 30 2022 Matej Marusak <mmarusak@redhat.com> - 265-1
80bba09
- Translation updates
80bba09
- Tests robustification
80bba09
3628011
* Wed Mar 16 2022 Simon Kobyda <skobyda@redhat.com> - 264-1
3628011
- Disk serial number
3628011
- Multiple fixes of host device attachement
3628011
6c87afe
* Wed Mar 02 2022 Martin Pitt <martin@piware.de> - 263-1
6c87afe
- Delete storage files also when the VM is shut off
6c87afe
- Translation updates (rhbz#2017343)
6c87afe
a903d11
* Thu Feb 24 2022 Martin Pitt <martin@piware.de> - 262-1
a903d11
- Fix broken VM deletion dialog layout
a903d11
- Translation updates (rhbz#2017343)
a903d11
6caf433
* Wed Feb 16 2022 Jelle van der Waa <jvanderwaa@redhat.com> - 261-1
6caf433
- Tests improvements and stabilization
6caf433
288f024
* Mon Jan 24 2022 Matej Marusak <mmarusak@redhat.com> - 260-1
288f024
- Tests improvements and stabilization
288f024
0e967ad
* Wed Jan 05 2022 Simon Kobyda <skobyda@redhat.com> - 259-1
0e967ad
- Update to upstream 259 release
0e967ad
b6d29cb
* Mon Dec 13 2021 Martin Pitt <martin@piware.de> - 258.1-1
b6d29cb
- Test fixes
b6d29cb
2380eb4
* Thu Dec 09 2021 Marius Vollmer <mvollmer@redhat.com> - 258-1
2380eb4
- Move storage pool actions outside of the expanded row
2380eb4
- Move the 'Overview' tab content from the network rows to the expanded row directly
2380eb4
80c60f9
* Fri Nov 19 2021 Katerina Koukiou <kkoukiou@redhat.com> - 257-1
80c60f9
- Test fixes for RHEL gating
80c60f9
c082983
* Wed Nov 10 2021 Katerina Koukiou <kkoukiou@redhat.com> - 256-1
c082983
- Now officially supported on Arch Linux (https://archlinux.org/)
c082983
- Support selecting between consoles of the same type
c082983
3b6af6a
* Wed Oct 27 2021 Jelle van der Waa <jvanderwaa@redhat.com> - 255-1
3b6af6a
- Translation updates
3b6af6a
311933d
* Wed Oct 13 2021 Martin Pitt <martin@piware.de> - 254-1
311933d
- Support configuring static MAC → IP address mappings
311933d
d3f154d
* Wed Sep 29 2021 Matej Marusak <mmarusak@redhat.com> - 253-1
d3f154d
- Support adding and removing host devices
d3f154d
906f6a2
* Wed Sep 15 2021 Katerina Koukiou <kkoukiou@redhat.com> - 252-1
906f6a2
- Add support for renaming VMs
906f6a2
f0afeee
* Wed Sep 01 2021 Simon Kobyda <skobyda@redhat.com> - 251-1
f0afeee
- Bug fixes and improvements
f0afeee
2557b51
* Wed Aug 04 2021 Martin Pitt <martin@piware.de> - 249.1-1
2557b51
- Test fixes for Fedora/RHEL gating
2557b51
b26040c
* Wed Aug 04 2021 Martin Pitt <martin@piware.de> - 249-1
b26040c
- Disable non-shared storage migration on RHEL
b26040c
- Lots of bug fixes
b26040c
- Translation updates
b26040c
75a6c9e
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 248-2
75a6c9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
75a6c9e
502541b
* Wed Jul 21 2021 Matej Marusak <mmarusak@redhat.com> - 248-1
502541b
- Some nice bug fixes
502541b
d6e8f9e
* Wed Jul 07 2021 Allison Karlitskaya <allison.karlitskaya@redhat.com> - 247-1
d6e8f9e
- A myriad of bug fixes
d6e8f9e
5508310
* Wed Jun 23 2021 Katerina Koukiou <kkoukiou@redhat.com> - 246-1
5508310
- Share host files with the guest using virtiofs
5508310
- Show list of pass-through devices
5508310
a54bccd
Packit 0406a33
* Wed Jun 09 2021 Marius Vollmer <mvollmer@redhat.com> - 245-1
a54bccd
- Updated translations
a54bccd
- Fixed localization of VncConsole
a54bccd
376e2ed
Packit 0406a33
* Wed May 19 2021 Martin Pitt <martin@piware.de> - 244.1-1
376e2ed
- Fix crash on VM deletion with cockpit 244
376e2ed
c0fb01f
Packit 0406a33
* Wed May 12 2021 Katerina Koukiou <kkoukiou@redhat.com> - 244-1
c0fb01f
- Edit the MAC address of a VM’s network interface
c0fb01f
0f0adba
Packit 0406a33
* Thu Apr 22 2021 Martin Pitt <martin@piware.de> - 243.1-1
0f0adba
- Fix tooltip on Plug/Unplug button
0f0adba
- Integration test fixes
0f0adba
ef945aa
Packit 0406a33
* Wed Apr 14 2021 Matej Marusak <mmarusak@redhat.com> - 243-1
ef945aa
- PatternFly 4 updates
ef945aa
- Translation updates
ef945aa
- Correctly manage editing of unknown bus type
ef945aa
Katerina Koukiou 34883bb
Packit 0406a33
* Thu Apr 01 2021 Katerina Koukiou <kkoukiou@redhat.com> - 242.1-1
Katerina Koukiou 34883bb
- Add MIT to the list of licenses in spec file
Katerina Koukiou 34883bb
Packit 0406a33