import cockpit-composer-11-1.el8

This commit is contained in:
CentOS Sources 2020-01-21 14:04:32 -05:00 committed by Stepan Oksanichenko
parent ea8ce333a7
commit bf65812f45
3 changed files with 28 additions and 6 deletions

View File

@ -1 +1 @@
29ce5ed8de20fb0a04e4fa7847bd02922c006aa3 SOURCES/cockpit-composer-1.tar.gz
ef5972eef3aa5b81e1dde66f5305730dba41d4dc SOURCES/cockpit-composer-11.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/cockpit-composer-1.tar.gz
SOURCES/cockpit-composer-11.tar.gz

View File

@ -1,5 +1,5 @@
# This spec file has been automatically updated
Version: 1
Version: 11
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,32 @@ 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
* 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
* Wed Jul 31 2019 Martin Pitt <mpitt@redhat.com> - 4-1
- Add additional blueprint name validation rhbz#1696415
- Fix images not loading on refresh
- Add notification for source repo deletion
- Fix AppStream ID
- Translation updates
* Wed Jun 26 2019 Martin Pitt <mpitt@redhat.com> - 2-1
- Strip newlines from SSH keys before saving
- Translation updates rhbz#1689979
* Wed Jun 05 2019 Martin Pitt <mpitt@redhat.com> - 1-1
- New version 1
- Translation updates rhbz#1689979