import cockpit-composer-5-1.el8
This commit is contained in:
parent
1c42066214
commit
01c9cf971a
@ -1 +1 @@
|
||||
4beab9bfc8fc441eae8c15cb7492f9ecc7cbd07b SOURCES/cockpit-composer-0.1.8.tar.gz
|
||||
bff1dab90d98434b066512858c329b1940b7070c SOURCES/cockpit-composer-5.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/cockpit-composer-0.1.8.tar.gz
|
||||
SOURCES/cockpit-composer-5.tar.gz
|
||||
|
@ -1,11 +1,12 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 5
|
||||
Release: 1%{?dist}
|
||||
Name: cockpit-composer
|
||||
Version: 0.1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Composer GUI for use with Cockpit
|
||||
|
||||
License: MIT
|
||||
URL: http://weldr.io/
|
||||
Source0: https://github.com/weldr/welder-web/releases/download/%{version}/cockpit-composer-%{version}.tar.gz
|
||||
Source0: https://github.com/weldr/cockpit-composer/releases/download/%{version}/cockpit-composer-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: libappstream-glib
|
||||
@ -14,7 +15,8 @@ Requires: cockpit
|
||||
Requires: lorax-composer
|
||||
|
||||
%description
|
||||
Composer GUI for Cockpit and lorax-composer
|
||||
Composer generates custom images suitable for deploying systems or uploading to
|
||||
the cloud. It integrates into Cockpit as a frontend for Lorax Composer.
|
||||
|
||||
%prep
|
||||
%setup -q -n cockpit-composer-%{version}
|
||||
@ -24,10 +26,10 @@ Composer GUI for Cockpit and lorax-composer
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/%{_datadir}/cockpit/welder
|
||||
cp -r public/dist/* %{buildroot}/%{_datadir}/cockpit/welder
|
||||
cp -a public/dist/* %{buildroot}/%{_datadir}/cockpit/welder
|
||||
mkdir -p %{buildroot}/%{_datadir}/metainfo/
|
||||
appstream-util validate-relax --nonet io.weldr.cockpit-composer.metainfo.xml
|
||||
cp io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
|
||||
cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
@ -36,6 +38,43 @@ cp io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Mon May 27 2019 Martin Pitt <mpitt@redhat.com> - 0.4-1
|
||||
- New version 0.4
|
||||
- Include ability to start lorax-composer rhbz#1708387
|
||||
|
||||
* Mon May 06 2019 Martin Pitt <mpitt@redhat.com> - 0.3-1
|
||||
- New version 0.3
|
||||
- Add/edit/remove sources
|
||||
- Remove new line in encrypted password rhbz#1655862
|
||||
- Resolve issues with changes saved to the workspace
|
||||
|
||||
* Mon Apr 15 2019 Martin Pitt <mpitt@redhat.com> - 0.2.1-1
|
||||
- New version 0.2.1
|
||||
- Several fixes to User Account creation dialog
|
||||
|
||||
* Mon Apr 01 2019 Martin Pitt <mpitt@redhat.com> - 0.2.0-1
|
||||
- New version 0.2.0
|
||||
- Include ability to add a user to a blueprint rhbz#1655862
|
||||
|
||||
* Mon Feb 11 2019 Martin Pitt <mpitt@redhat.com> - 0.1.8-1
|
||||
- New version 0.1.8
|
||||
- Provide visual indication when a blueprint component is a dependency
|
||||
|
Loading…
Reference in New Issue
Block a user