5367c88f34
- Show depsolve errors on the blueprints page - Add labels for additional output types - Convert more components to PF4
107 lines
3.1 KiB
RPMSpec
107 lines
3.1 KiB
RPMSpec
# This spec file has been automatically updated
|
|
Version: 10
|
|
Release: 1%{?dist}
|
|
Name: cockpit-composer
|
|
Summary: Composer GUI for use with Cockpit
|
|
|
|
License: MIT
|
|
URL: http://weldr.io/
|
|
Source0: https://github.com/weldr/cockpit-composer/releases/download/%{version}/cockpit-composer-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: libappstream-glib
|
|
|
|
Requires: cockpit
|
|
Requires: lorax-composer
|
|
|
|
%description
|
|
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}
|
|
|
|
%build
|
|
# Nothing to build
|
|
|
|
%install
|
|
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/
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE.txt
|
|
%{_datadir}/cockpit/composer
|
|
%{_datadir}/metainfo/*
|
|
|
|
%changelog
|
|
* Tue Dec 17 2019 Lars Karlitski <lars@karlitski.net> - 10-1
|
|
|
|
- Show depsolve errors on the blueprints page
|
|
- Add labels for additional output types
|
|
- Convert more components to PF4
|
|
|
|
* Fri Oct 25 2019 Martin Pitt <martin@piware.de> - 9-1
|
|
|
|
- Translation updates
|
|
- Expose Image Builder on /composer, not /welder
|
|
- NPM dependency updates
|
|
|
|
* Wed Oct 02 2019 Martin Pitt <martin@piware.de> - 8-1
|
|
|
|
- NPM dependency updates
|
|
|
|
* Fri Sep 06 2019 Jacob Kozol <jacobdkozol@gmail.com> - 7-1
|
|
- 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
|
|
|
|
* Wed Aug 21 2019 Jacob Kozol <jacobdkozol@gmail.com> - 6-1
|
|
- Text string updates
|
|
|
|
* Wed Aug 07 2019 Jacob Kozol <jacobdkozol@gmail.com> - 5-1
|
|
|
|
- Fix PropTypes for the homepage
|
|
- Code clean up for the list of components
|
|
|
|
* Wed Jul 31 2019 Martin Pitt <martin@piware.de> - 4-1
|
|
|
|
- Fix AppStream ID
|
|
- Translation updates
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Wed Jul 10 2019 Martin Pitt <martin@piware.de> - 3-1
|
|
|
|
- Use cockpit's PatternFly CSS, to pick up the new PatternFly 4 styling
|
|
- Add additional blueprint name validation
|
|
- Fix images not loading on refresh
|
|
- Add notification for source repo deletion
|
|
|
|
* Wed Jun 26 2019 Martin Pitt <martin@piware.de> - 2-1
|
|
|
|
- Strip newlines from SSH keys before saving
|
|
- Translation updates
|
|
|
|
* Wed Jun 05 2019 Cockpit Project <cockpituous@gmail.com> - 1-1
|
|
- Update to upstream 1 release
|
|
|
|
* Fri May 24 2019 Cockpit Project <cockpituous@gmail.com> - 0.4-1
|
|
- Update to upstream 0.4 release
|
|
|
|
* Mon May 06 2019 Cockpit Project <cockpituous@gmail.com> - 0.3-1
|
|
- Update to upstream 0.3 release
|
|
|
|
* Mon Apr 15 2019 Cockpit Project <cockpituous@gmail.com> - 0.2.1-1
|
|
- Update to upstream 0.2.1 release
|
|
|
|
* Mon Mar 25 2019 Cockpit Project <cockpituous@gmail.com> - 0.2.0-1
|
|
- Update to upstream 0.2.0 release
|
|
|
|
* Thu Mar 07 2019 Cockpit Project <cockpituous@gmail.com> - 0.1.9-2
|
|
- Update to upstream 0.1.9 release
|
|
|