From 972244f276938e2e8189589fb876ca9e1d5fbd9b Mon Sep 17 00:00:00 2001
From: CentOS Sources <bugs@centos.org>
Date: Tue, 30 Mar 2021 15:07:03 -0400
Subject: [PATCH] import cockpit-composer-29-1.el8

---
 .cockpit-composer.metadata  |  2 +-
 .gitignore                  |  2 +-
 SPECS/cockpit-composer.spec | 44 ++++++++++++++++++++++++++++++++++---
 3 files changed, 43 insertions(+), 5 deletions(-)

diff --git a/.cockpit-composer.metadata b/.cockpit-composer.metadata
index bd8867a..d890c70 100644
--- a/.cockpit-composer.metadata
+++ b/.cockpit-composer.metadata
@@ -1 +1 @@
-50ed5f82f8134955f2d9cabdbd512b2d0c2066f5 SOURCES/cockpit-composer-21.tar.gz
+b7d1cbbf53f66185f3a11957dcdc27473e8101cb SOURCES/cockpit-composer-29.tar.gz
diff --git a/.gitignore b/.gitignore
index 372b35f..d77729c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/cockpit-composer-21.tar.gz
+SOURCES/cockpit-composer-29.tar.gz
diff --git a/SPECS/cockpit-composer.spec b/SPECS/cockpit-composer.spec
index 4f4be6f..b88dc7b 100644
--- a/SPECS/cockpit-composer.spec
+++ b/SPECS/cockpit-composer.spec
@@ -1,5 +1,5 @@
 Name:           cockpit-composer
-Version:        21
+Version:        29
 Release:        1%{?dist}
 Summary:        Composer GUI for use with Cockpit
 
@@ -11,8 +11,12 @@ BuildArch:      noarch
 BuildRequires:  libappstream-glib
 
 Requires:       cockpit
-Requires:       weldr
-Suggests:       osbuild-composer >= 14
+%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8
+Requires: osbuild-composer >= 28
+%else
+Requires: weldr
+Suggests: osbuild-composer >= 28
+%endif
 
 %description
 Composer generates custom images suitable for deploying systems or uploading to
@@ -38,6 +42,40 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
 %{_datadir}/metainfo/*
 
 %changelog
+* Mon Feb 22 2021 Jacob Kozol <jkozol@redhat.com> - 29-1
+- Add ability to upload to VMWare
+- Add support for additional ostree parameters
+- Update NPM dependencies
+- Add and update translations
+- Minor test fixes
+
+* Mon Jan 18 2021 Jacob Kozol <jkozol@redhat.com> - 28-1
+- Use sentence case rather than title case
+- Add and update tests
+- Update translations from weblate
+- Update minor NPM dependencies
+
+* Thu Dec 10 2020 Jacob Kozol <jkozol@redhat.com> - 27-1
+- Sync with upstream release 27
+- Add additional form validation for the Create Image Wizard
+- Improve page size dropdown styling
+- Improve error state messages
+- Update pagination component for pf4
+- Add wildcards and support for multiple values to input filter
+- Update translations
+
+* Wed Jul 15 2020 Jacob Kozol <jkozol@redhat.com> - 22.1-1
+- Patternfly imports are standardized to be consistent with cockpit
+- Cancel image build button bug fixed
+- Empty components state provides a help message
+- Wizard component has bug fixes and is refactored for future scalability
+- Test updates
+- ESLint upgraded to version 7 and the code style is improved
+- Translation files are updated from fedora weblate
+- Cockpit-composer's dependency on osbuild-composer  is more specific
+- Coverity scan is now supported to help improve code quality
+- Resolves: #1820539 
+
 * Wed Jun 14 2020 Lars Karlitski <larskarlitski@redhat.com> - 21.1-1
 - Support setting parameters (ref and parent) for ostree images
 - Loosen restrictions on password strength