Update to 225-1
- machines: Add support for VM snapshots - developer API: Launch and reattach to a long-running process
This commit is contained in:
parent
5ea1fb76ae
commit
e50d3306b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -184,3 +184,4 @@
|
|||||||
/cockpit-222.1.tar.xz
|
/cockpit-222.1.tar.xz
|
||||||
/cockpit-223.tar.xz
|
/cockpit-223.tar.xz
|
||||||
/cockpit-224.tar.xz
|
/cockpit-224.tar.xz
|
||||||
|
/cockpit-225.tar.xz
|
||||||
|
10
cockpit.spec
10
cockpit.spec
@ -1,6 +1,6 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 224
|
Version: 225
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014-2020 Red Hat, Inc.
|
# Copyright (C) 2014-2020 Red Hat, Inc.
|
||||||
#
|
#
|
||||||
@ -91,6 +91,7 @@ BuildRequires: pkgconfig(polkit-agent-1) >= 0.105
|
|||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
|
|
||||||
BuildRequires: autoconf automake
|
BuildRequires: autoconf automake
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: /usr/bin/python3
|
BuildRequires: /usr/bin/python3
|
||||||
BuildRequires: gettext >= 0.19.7
|
BuildRequires: gettext >= 0.19.7
|
||||||
%if %{defined build_dashboard}
|
%if %{defined build_dashboard}
|
||||||
@ -742,6 +743,11 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 05 2020 Matej Marusak <mmarusak@redhat.com> - 225-1
|
||||||
|
|
||||||
|
- machines: Add support for VM snapshots
|
||||||
|
- developer API: Launch and reattach to a long-running process
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 224-3
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 224-3
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-224.tar.xz) = 642617dacb3fe24fa2edcb8ad7dd085afead4894845a2cc3a3fa04ec2cb60c2b0af58f7a8422789c851fcaaf9938b484da255c6180de240f42568de82bd9ac1e
|
SHA512 (cockpit-225.tar.xz) = f880ac2acc88679a2dfcee5ba14dc2e32e8ac485f1e319bc96c0f2e2c6d7dfe758db4a5c810e8e2ad6a52ba70cf203e0e3b192bbd9fcdf7a1780d09b6a20da1e
|
||||||
|
Loading…
Reference in New Issue
Block a user