Update to 17-1
- The support for uploading VHD images to Azure is now available.
This commit is contained in:
parent
dc1c277429
commit
6f1a1c82f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
|||||||
/cockpit-composer-14.tar.gz
|
/cockpit-composer-14.tar.gz
|
||||||
/cockpit-composer-15.tar.gz
|
/cockpit-composer-15.tar.gz
|
||||||
/cockpit-composer-16.tar.gz
|
/cockpit-composer-16.tar.gz
|
||||||
|
/cockpit-composer-17.tar.gz
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 16
|
Version: 17
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Name: cockpit-composer
|
Name: cockpit-composer
|
||||||
Summary: Composer GUI for use with Cockpit
|
Summary: Composer GUI for use with Cockpit
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://weldr.io/
|
URL: http://weldr.io/
|
||||||
Source0: https://github.com/weldr/cockpit-composer/releases/download/%{version}/cockpit-composer-%{version}.tar.gz
|
Source0: https://github.com/osbuild/cockpit-composer/releases/download/%{version}/cockpit-composer-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
|
||||||
Requires: cockpit
|
Requires: cockpit
|
||||||
Requires: weldr
|
Requires: weldr
|
||||||
Suggests: golang-github-osbuild-composer >= 7
|
Suggests: osbuild-composer >= 7
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Composer generates custom images suitable for deploying systems or uploading to
|
Composer generates custom images suitable for deploying systems or uploading to
|
||||||
@ -39,6 +39,21 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
|
|||||||
%{_datadir}/metainfo/*
|
%{_datadir}/metainfo/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 06 2020 Jacob Kozol <jacobdkozol@gmail.com> - 17-1
|
||||||
|
|
||||||
|
- The support for uploading VHD images to Azure is now available.
|
||||||
|
|
||||||
|
- Help text is now provided for all AWS fields. This texts explains what
|
||||||
|
each field represents and where to find their values in the AWS
|
||||||
|
web console.
|
||||||
|
|
||||||
|
- The image size can now be specified when creating an image.
|
||||||
|
|
||||||
|
- Tests are refactored to run on Cockpit's testing framework. All tests
|
||||||
|
have been moved away from selenium.
|
||||||
|
|
||||||
|
- Minor NPM updates
|
||||||
|
|
||||||
* Wed Apr 15 2020 Jacob Kozol <jacobdkozol@gmail.com> - 16-1
|
* Wed Apr 15 2020 Jacob Kozol <jacobdkozol@gmail.com> - 16-1
|
||||||
|
|
||||||
- The ability to upload to AWS has been added. The create image modal is
|
- The ability to upload to AWS has been added. The create image modal is
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-composer-16.tar.gz) = d132638c3251054a202e50ea8a4e0c087f16ac43e9689c8338c2798ba7881baf9a6ba593a2c542753e6abaaac20337471547afcaa761ef6758aec56a177e95f2
|
SHA512 (cockpit-composer-17.tar.gz) = 44d5b36c3c5fa633d3246e91d6b43f8695a74672e1c4344357048161f4fc6349a966c763bbfa6897e274df27667c81b27c576214721f772f0f1e1af42acd2a2e
|
||||||
|
Loading…
Reference in New Issue
Block a user