2019-03-12 00:20:34 +00:00
|
|
|
# This spec file has been automatically updated
|
2020-04-01 19:14:58 +00:00
|
|
|
Version: 15
|
2020-02-19 07:16:51 +00:00
|
|
|
Release: 1%{?dist}
|
2019-03-12 00:20:34 +00:00
|
|
|
Name: cockpit-composer
|
|
|
|
Summary: Composer GUI for use with Cockpit
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: http://weldr.io/
|
2019-05-24 15:36:10 +00:00
|
|
|
Source0: https://github.com/weldr/cockpit-composer/releases/download/%{version}/cockpit-composer-%{version}.tar.gz
|
2019-03-12 00:20:34 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
|
|
|
|
Requires: cockpit
|
2020-04-01 19:14:58 +00:00
|
|
|
Requires: weldr
|
|
|
|
Suggests: golang-github-osbuild-composer >= 7
|
2019-03-12 00:20:34 +00:00
|
|
|
|
|
|
|
%description
|
2019-03-25 10:05:06 +00:00
|
|
|
Composer generates custom images suitable for deploying systems or uploading to
|
2020-04-01 19:14:58 +00:00
|
|
|
the cloud. It integrates into Cockpit as a frontend for osbuild.
|
2019-03-12 00:20:34 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n cockpit-composer-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
# Nothing to build
|
|
|
|
|
|
|
|
%install
|
2019-10-25 05:13:25 +00:00
|
|
|
mkdir -p %{buildroot}/%{_datadir}/cockpit/composer
|
|
|
|
cp -a public/dist/* %{buildroot}/%{_datadir}/cockpit/composer
|
2019-03-12 00:20:34 +00:00
|
|
|
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
|
2019-10-25 05:13:25 +00:00
|
|
|
%{_datadir}/cockpit/composer
|
2019-03-12 00:20:34 +00:00
|
|
|
%{_datadir}/metainfo/*
|
|
|
|
|
|
|
|
%changelog
|
2020-04-01 19:14:58 +00:00
|
|
|
* Wed Apr 01 2020 Jacob Kozol <jacobdkozol@gmail.com> - 15-1
|
|
|
|
|
|
|
|
- Migrate from lorax-composer to osbuild-composer backend
|
|
|
|
- Update tests for new backend
|
|
|
|
- Improve stability of tests
|
|
|
|
- Remove Zanata from Travis configuration
|
|
|
|
- Update NPM dependencies
|
|
|
|
|
2020-03-18 16:04:44 +00:00
|
|
|
* Wed Mar 18 2020 Jacob Kozol <jacobdkozol@gmail.com> - 14-1
|
|
|
|
|
|
|
|
- Test against lorax-composer explicitly
|
|
|
|
- Update NPM dependencies
|
|
|
|
|
2020-03-04 14:11:43 +00:00
|
|
|
* Wed Mar 04 2020 Jacob Kozol <jacobdkozol@gmail.com> - 13-1
|
|
|
|
|
|
|
|
- Update translations
|
|
|
|
- Update NPM dependencies
|
|
|
|
|
2020-02-19 10:35:57 +00:00
|
|
|
* Wed Feb 19 2020 Martin Pitt <martin@piware.de> - 12.1-1
|
|
|
|
|
|
|
|
- Fix integration tests, external test repository URL ceased to exist
|
|
|
|
|
2020-02-19 07:16:51 +00:00
|
|
|
* Wed Feb 19 2020 Martin Pitt <martin@piware.de> - 12-1
|
|
|
|
|
|
|
|
- Translation updates
|
|
|
|
- Add documentation URL page help menu
|
|
|
|
|
2020-01-28 14:22:17 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-17 19:06:17 +00:00
|
|
|
* Tue Dec 17 2019 Martin Pitt <martin@piware.de> - 11-1
|
|
|
|
|
|
|
|
- Update translations
|
|
|
|
- Fix tests to work against current Cockpit as non-root
|
|
|
|
|
2019-12-17 09:57:05 +00:00
|
|
|
* 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
|
|
|
|
|
2019-10-25 05:13:25 +00:00
|
|
|
* Fri Oct 25 2019 Martin Pitt <martin@piware.de> - 9-1
|
|
|
|
|
|
|
|
- Translation updates
|
|
|
|
- Expose Image Builder on /composer, not /welder
|
|
|
|
- NPM dependency updates
|
|
|
|
|
2019-10-02 12:44:23 +00:00
|
|
|
* Wed Oct 02 2019 Martin Pitt <martin@piware.de> - 8-1
|
|
|
|
|
|
|
|
- NPM dependency updates
|
|
|
|
|
2019-09-06 14:22:37 +00:00
|
|
|
* 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
|
|
|
|
|
2019-08-21 16:26:28 +00:00
|
|
|
* Wed Aug 21 2019 Jacob Kozol <jacobdkozol@gmail.com> - 6-1
|
|
|
|
- Text string updates
|
|
|
|
|
2019-08-07 14:55:58 +00:00
|
|
|
* Wed Aug 07 2019 Jacob Kozol <jacobdkozol@gmail.com> - 5-1
|
|
|
|
|
|
|
|
- Fix PropTypes for the homepage
|
|
|
|
- Code clean up for the list of components
|
|
|
|
|
2019-07-31 12:16:53 +00:00
|
|
|
* Wed Jul 31 2019 Martin Pitt <martin@piware.de> - 4-1
|
|
|
|
|
|
|
|
- Fix AppStream ID
|
|
|
|
- Translation updates
|
|
|
|
|
2019-07-24 20:33:39 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-10 12:45:30 +00:00
|
|
|
* 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
|
|
|
|
|
2019-06-26 10:11:07 +00:00
|
|
|
* Wed Jun 26 2019 Martin Pitt <martin@piware.de> - 2-1
|
|
|
|
|
|
|
|
- Strip newlines from SSH keys before saving
|
|
|
|
- Translation updates
|
|
|
|
|
2019-06-05 13:31:40 +00:00
|
|
|
* Wed Jun 05 2019 Cockpit Project <cockpituous@gmail.com> - 1-1
|
|
|
|
- Update to upstream 1 release
|
|
|
|
|
2019-05-24 15:36:10 +00:00
|
|
|
* Fri May 24 2019 Cockpit Project <cockpituous@gmail.com> - 0.4-1
|
|
|
|
- Update to upstream 0.4 release
|
|
|
|
|
2019-05-06 20:33:57 +00:00
|
|
|
* Mon May 06 2019 Cockpit Project <cockpituous@gmail.com> - 0.3-1
|
|
|
|
- Update to upstream 0.3 release
|
|
|
|
|
2019-04-15 07:12:37 +00:00
|
|
|
* Mon Apr 15 2019 Cockpit Project <cockpituous@gmail.com> - 0.2.1-1
|
|
|
|
- Update to upstream 0.2.1 release
|
|
|
|
|
2019-03-25 10:05:06 +00:00
|
|
|
* Mon Mar 25 2019 Cockpit Project <cockpituous@gmail.com> - 0.2.0-1
|
|
|
|
- Update to upstream 0.2.0 release
|
|
|
|
|
2019-03-12 00:20:34 +00:00
|
|
|
* Thu Mar 07 2019 Cockpit Project <cockpituous@gmail.com> - 0.1.9-2
|
|
|
|
- Update to upstream 0.1.9 release
|
|
|
|
|