import cockpit-composer-12.1-1.el8

This commit is contained in:
CentOS Sources 2020-04-28 04:56:45 -04:00 committed by Andrew Lukoshko
parent 01c9cf971a
commit 72c611f32e
3 changed files with 18 additions and 6 deletions

View File

@ -1 +1 @@
bff1dab90d98434b066512858c329b1940b7070c SOURCES/cockpit-composer-5.tar.gz
348f01d4972dd228c1f4012ef911b81fecdad18d SOURCES/cockpit-composer-12.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/cockpit-composer-5.tar.gz
SOURCES/cockpit-composer-12.1.tar.gz

View File

@ -1,5 +1,5 @@
# This spec file has been automatically updated
Version: 5
Version: 12.1
Release: 1%{?dist}
Name: cockpit-composer
Summary: Composer GUI for use with Cockpit
@ -25,8 +25,8 @@ the cloud. It integrates into Cockpit as a frontend for Lorax Composer.
# Nothing to build
%install
mkdir -p %{buildroot}/%{_datadir}/cockpit/welder
cp -a public/dist/* %{buildroot}/%{_datadir}/cockpit/welder
mkdir -p %{buildroot}/%{_datadir}/cockpit/composer
cp -a public/dist/* %{buildroot}/%{_datadir}/cockpit/composer
mkdir -p %{buildroot}/%{_datadir}/metainfo/
appstream-util validate-relax --nonet io.weldr.cockpit-composer.metainfo.xml
cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
@ -34,10 +34,22 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
%files
%doc README.md
%license LICENSE.txt
%{_datadir}/cockpit/welder
%{_datadir}/cockpit/composer
%{_datadir}/metainfo/*
%changelog
* Wed Feb 19 2020 Matej Marusak <mmarusak@redhat.com> - 12.1-1
- Fix integration tests, external test repository URL ceased to exist
- Translation updates rhbz#1784453
- Add documentation URL page help menu
* Tue Dec 17 2019 Matej Marusak <mmarusak@redhat.com> - 11-1
- Show depsolve errors on the blueprints page
- Add labels for additional output types (rhbz#1769154)
- Expose Image Builder on /composer, not /welder
- Define a URL for each tab on a blueprint page
- Provide a link in the image creation notification to the Images tab on the blueprint page
* Fri Aug 09 2019 Matej Marusak <mmarusak@redhat.com> - 5-1
- Fix PropTypes for the homepage
- Code clean up for the list of components