Update to 20-1
- Fix various missing translations - Improve message when a blueprint is empty - Hide logs button until logs are available - Update test framework to be closer to that of other cockpit projects
This commit is contained in:
parent
5fb18be45f
commit
f6e3cb9f29
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/cockpit-composer-17.tar.gz
|
||||
/cockpit-composer-18.tar.gz
|
||||
/cockpit-composer-19.tar.gz
|
||||
/cockpit-composer-20.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 19
|
||||
Version: 20
|
||||
Release: 1%{?dist}
|
||||
Name: cockpit-composer
|
||||
Summary: Composer GUI for use with Cockpit
|
||||
@ -20,7 +20,7 @@ Composer generates custom images suitable for deploying systems or uploading to
|
||||
the cloud. It integrates into Cockpit as a frontend for osbuild.
|
||||
|
||||
%prep
|
||||
%setup -q -n cockpit-composer-%{version}
|
||||
%setup -q -n cockpit-composer
|
||||
|
||||
%build
|
||||
# Nothing to build
|
||||
@ -39,6 +39,13 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 08 2020 Lars Karlitski <lars@karlitski.net> - 20-1
|
||||
|
||||
- Fix various missing translations
|
||||
- Improve message when a blueprint is empty
|
||||
- Hide logs button until logs are available
|
||||
- Update test framework to be closer to that of other cockpit projects
|
||||
|
||||
* Wed Jun 03 2020 Jacob Kozol <jacobdkozol@gmail.com> - 19-1
|
||||
|
||||
- Minor UI improvements for the images list view and the images dropdown
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-composer-19.tar.gz) = 14292c929e3d195f763fcf7aaee534f108744ad24c086a677f19bb490e94f2c004e5727f79dbdb35aa931f746d1d0ee94c5cc9f8643b0fea1f70dbc6cca9c079
|
||||
SHA512 (cockpit-composer-20.tar.gz) = 186beab8aa24be2dd2c31e3a7843acbd08a5b13a93ed5e88692e089a24de4313074d2323bcb721cc0891b75b729e588914cb03a6cd7048576881a50646b1aa14
|
||||
|
Loading…
Reference in New Issue
Block a user