Skip to content

Commit

Permalink
ovirt-web-ui 1.7.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratch committed Oct 11, 2021
1 parent dd03539 commit 5551cde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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, [gshereme@redhat.com])
PACKAGE_RPM_VERSION="VERSION_NUMBER"
Expand Down
12 changes: 10 additions & 2 deletions ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down Expand Up @@ -48,6 +48,14 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Mon Oct 11 2021 Sharon Gratch <sgratch@redhat.com> - 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 <sgratch@redhat.com> - 1.7.1-1
- refactor initial VM/Pool page loading and background refresh
- refactor login managed base-data, user, group, and role fetches
Expand Down

0 comments on commit 5551cde

Please sign in to comment.