From 01c9cf971a90f2459063ff6e7e02c160c0d373d6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 5 Nov 2019 13:16:40 -0500 Subject: [PATCH] import cockpit-composer-5-1.el8 --- .cockpit-composer.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit-composer.spec | 51 ++++++++++++++++++++++++++++++++----- 3 files changed, 47 insertions(+), 8 deletions(-) diff --git a/.cockpit-composer.metadata b/.cockpit-composer.metadata index 5d26afb..f412d25 100644 --- a/.cockpit-composer.metadata +++ b/.cockpit-composer.metadata @@ -1 +1 @@ -4beab9bfc8fc441eae8c15cb7492f9ecc7cbd07b SOURCES/cockpit-composer-0.1.8.tar.gz +bff1dab90d98434b066512858c329b1940b7070c SOURCES/cockpit-composer-5.tar.gz diff --git a/.gitignore b/.gitignore index 6817970..0cffcf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-composer-0.1.8.tar.gz +SOURCES/cockpit-composer-5.tar.gz diff --git a/SPECS/cockpit-composer.spec b/SPECS/cockpit-composer.spec index c48173d..65eaab4 100644 --- a/SPECS/cockpit-composer.spec +++ b/SPECS/cockpit-composer.spec @@ -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 - 5-1 +- Fix PropTypes for the homepage +- Code clean up for the list of components + +* Wed Jul 31 2019 Martin Pitt - 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 - 2-1 +- Strip newlines from SSH keys before saving +- Translation updates rhbz#1689979 + +* Wed Jun 05 2019 Martin Pitt - 1-1 +- New version 1 +- Translation updates rhbz#1689979 + +* Mon May 27 2019 Martin Pitt - 0.4-1 +- New version 0.4 +- Include ability to start lorax-composer rhbz#1708387 + +* Mon May 06 2019 Martin Pitt - 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 - 0.2.1-1 +- New version 0.2.1 +- Several fixes to User Account creation dialog + +* Mon Apr 01 2019 Martin Pitt - 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 - 0.1.8-1 - New version 0.1.8 - Provide visual indication when a blueprint component is a dependency