-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sharon Gratch <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ BuildRequires: rpm-build | |
|
||
%if %{with ovirt_use_nodejs_modules} | ||
# nodejs-modules embeds yarn and requires nodejs | ||
BuildRequires: ovirt-engine-nodejs-modules >= 2.2.3-1 | ||
BuildRequires: ovirt-engine-nodejs-modules >= 2.3.20-1 | ||
%else | ||
BuildRequires: nodejs >= 14.15 | ||
BuildRequires: yarn >= 1.22 | ||
|
@@ -95,6 +95,12 @@ ln -s "%{_datadir}/%{name}/ansible-playbooks/ovirt-cluster-upgrade.yml" "%{build | |
%license LICENSE | ||
|
||
%changelog | ||
* Sun Dec 18 2022 Sharon Gratch <[email protected]> - 1.3.7-1 | ||
- Adopt the use of shadow DOM/root for react-modals | ||
- Github actions: update actions versions to current supported ones | ||
- Update dependencies of various packages: | ||
isomorphic-git from 0.67.2 to 1.8.2, loader-utils from 2.0.0 to 2.0.4, minimatch from 3.0.4 to 3.1.2, qs from 6.5.2 to 6.5.3 | ||
|
||
* Thu Sep 29 2022 Sharon Gratch <[email protected]> - 1.3.6-1 | ||
- Export VM dialog: fix a bug for avoid blocking the export vm process in case the vm original_template is set to null | ||
|
||
|