-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1527 from sgratch/release-1.7.2
ovirt-web-ui 1.7.2-1
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ define([VERSION_MAJOR], [1]) | |
define([VERSION_MINOR], [7]) | ||
define([VERSION_FIX], [2]) | ||
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) | ||
define([VERSION_RELEASE], [0]) | ||
define([VERSION_RELEASE], [1]) | ||
|
||
AC_INIT([ovirt-web-ui], VERSION_NUMBER, [[email protected]]) | ||
PACKAGE_RPM_VERSION="VERSION_NUMBER" | ||
|
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 |
---|---|---|
|
@@ -12,12 +12,12 @@ Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?checkout}%{?dist} | |
Summary: VM Portal for %{product} | ||
License: ASL 2.0 | ||
URL: https://github.com/oVirt/ovirt-web-ui | ||
Source0: https://github.com/oVirt/ovirt-web-ui/archive/%{source_basename}-@PACKAGE_VERSION@.tar.gz | ||
Source0: %{source_basename}-%{version}.tar.gz | ||
|
||
BuildArch: noarch | ||
|
||
# nodejs-modules embeds yarn and requires nodejs | ||
BuildRequires: ovirt-engine-nodejs-modules >= 2.0.58-1 | ||
BuildRequires: ovirt-engine-nodejs-modules >= 2.0.60-1 | ||
|
||
%description | ||
This package provides the VM Portal for %{product}. | ||
|
@@ -48,6 +48,14 @@ make install DESTDIR=%{buildroot} | |
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand | ||
|
||
%changelog | ||
* Mon Oct 11 2021 Sharon Gratch <[email protected]> - 1.7.2-1 | ||
- fix disks creation by correctly handling disk format and sparse attributes based on the target storage domain and | ||
also based on the template's disk format for server/high performace/desktop VM types | ||
- display error messages when VM's virtual CPU topology is set to invalid values | ||
- fix downloading Remote Destop file for Firefox browser with the correct .rdp file extension instead of .vv extension | ||
- push master builds to ovirt-4.4 branch as well | ||
- update dependencies of immer, ua-parser-js and glob-parent packages | ||
|
||
* Wed Aug 11 2021 Sharon Gratch <[email protected]> - 1.7.1-1 | ||
- refactor initial VM/Pool page loading and background refresh | ||
- refactor login managed base-data, user, group, and role fetches | ||
|