Update to 190-1
- Logs: Filter log entries by service - Machines: Support for Pausing/Resuming VMs - Machines: Make Autostart property of a Virtual Network configurable - Machines: Support for creating VM with option to boot from PXE - Accessibility improvements
This commit is contained in:
parent
9a4725ddc8
commit
5e4ab3abdf
1
.gitignore
vendored
1
.gitignore
vendored
@ -146,3 +146,4 @@
|
|||||||
/cockpit-187.tar.xz
|
/cockpit-187.tar.xz
|
||||||
/cockpit-188.tar.xz
|
/cockpit-188.tar.xz
|
||||||
/cockpit-189.tar.xz
|
/cockpit-189.tar.xz
|
||||||
|
/cockpit-190.tar.xz
|
||||||
|
13
cockpit.spec
13
cockpit.spec
@ -1,5 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 189
|
Version: 190
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -504,11 +504,14 @@ Summary: Cockpit Web Service
|
|||||||
Requires: glib-networking
|
Requires: glib-networking
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
Requires: glib2 >= 2.37.4
|
Requires: glib2 >= 2.37.4
|
||||||
|
# RHEL/CentOS 7 has firewalld 0.6.x, but does not ship cockpit service
|
||||||
|
%if 0%{?rhel} != 7
|
||||||
%if 0%{?firewalld_service}
|
%if 0%{?firewalld_service}
|
||||||
Conflicts: firewalld >= 0.6.0-1
|
Conflicts: firewalld >= 0.6.0-1
|
||||||
%else
|
%else
|
||||||
Conflicts: firewalld < 0.6.0-1
|
Conflicts: firewalld < 0.6.0-1
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||||
Recommends: sscg >= 2.3
|
Recommends: sscg >= 2.3
|
||||||
Recommends: system-logos
|
Recommends: system-logos
|
||||||
@ -844,6 +847,14 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 22 2019 Katerina Koukiou <kkoukiou@redhat.com> - 190-1
|
||||||
|
|
||||||
|
- Logs: Filter log entries by service
|
||||||
|
- Machines: Support for Pausing/Resuming VMs
|
||||||
|
- Machines: Make Autostart property of a Virtual Network configurable
|
||||||
|
- Machines: Support for creating VM with option to boot from PXE
|
||||||
|
- Accessibility improvements
|
||||||
|
|
||||||
* Wed Mar 06 2019 Sanne Raymaekers <sanne.raymaekers@gmail.com> - 189-1
|
* Wed Mar 06 2019 Sanne Raymaekers <sanne.raymaekers@gmail.com> - 189-1
|
||||||
|
|
||||||
- Machines: Import existing image when creating VM
|
- Machines: Import existing image when creating VM
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-189.tar.xz) = 48bd61f78a6435bc2240fc67e06ae3f50f9db34050d36e77deea7c8f64baf975e4337e3a6c50891fa544152b1e95e8e0214ae5307b5528be197e04d918d46f5a
|
SHA512 (cockpit-190.tar.xz) = a8d33b169aa3393e2d2f630ec22597befc1fbadd88618868f1600a519a5bb3d124a0fcbcb152273de18c7253c8f0c35a5dab6e4579ce14d4af22320430a16e3e
|
||||||
|
Loading…
Reference in New Issue
Block a user