|
|
|
@ -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
|
|
|
|
|