import cockpit-composer-12.1-1.el8
This commit is contained in:
parent
01c9cf971a
commit
72c611f32e
@ -1 +1 @@
|
|||||||
bff1dab90d98434b066512858c329b1940b7070c SOURCES/cockpit-composer-5.tar.gz
|
348f01d4972dd228c1f4012ef911b81fecdad18d SOURCES/cockpit-composer-12.1.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/cockpit-composer-5.tar.gz
|
SOURCES/cockpit-composer-12.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 5
|
Version: 12.1
|
||||||
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
|
||||||
@ -25,8 +25,8 @@ the cloud. It integrates into Cockpit as a frontend for Lorax Composer.
|
|||||||
# Nothing to build
|
# Nothing to build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/%{_datadir}/cockpit/welder
|
mkdir -p %{buildroot}/%{_datadir}/cockpit/composer
|
||||||
cp -a public/dist/* %{buildroot}/%{_datadir}/cockpit/welder
|
cp -a public/dist/* %{buildroot}/%{_datadir}/cockpit/composer
|
||||||
mkdir -p %{buildroot}/%{_datadir}/metainfo/
|
mkdir -p %{buildroot}/%{_datadir}/metainfo/
|
||||||
appstream-util validate-relax --nonet io.weldr.cockpit-composer.metainfo.xml
|
appstream-util validate-relax --nonet io.weldr.cockpit-composer.metainfo.xml
|
||||||
cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
|
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
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{_datadir}/cockpit/welder
|
%{_datadir}/cockpit/composer
|
||||||
%{_datadir}/metainfo/*
|
%{_datadir}/metainfo/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 09 2019 Matej Marusak <mmarusak@redhat.com> - 5-1
|
||||||
- Fix PropTypes for the homepage
|
- Fix PropTypes for the homepage
|
||||||
- Code clean up for the list of components
|
- Code clean up for the list of components
|
||||||
|
Loading…
Reference in New Issue
Block a user