Skip to content

Commit

Permalink
Merge pull request #212 from oVirt/release-1.0.0
Browse files Browse the repository at this point in the history
Bump v1.0.0-1 version
  • Loading branch information
mareklibra authored Jun 2, 2017
2 parents eb25658 + 0c0f831 commit e0270d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dnl

AC_PREREQ(2.60)

define([VERSION_MAJOR], [0])
define([VERSION_MINOR], [2])
define([VERSION_FIX], [2])
define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [0])
define([VERSION_FIX], [0])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_RELEASE], [1])

Expand Down
8 changes: 6 additions & 2 deletions ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ ExclusiveArch: x86_64
BuildRequires: ovirt-engine-nodejs = 6.10.3
BuildRequires: ovirt-engine-yarn = 0.24.4

# contains ovirt-ui-components-0.2.2
BuildRequires: ovirt-engine-nodejs-modules = 1.0.11
# contains ovirt-ui-components-0.2.2 and react-router
BuildRequires: ovirt-engine-nodejs-modules = 1.0.13

%description
This package provides new VM Portal for %{product}, so far as technical preview.
Expand Down Expand Up @@ -56,6 +56,10 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-engine/engine.conf.d/50-ovirt-web-ui.conf

%changelog
* Fri Jun 2 2017 Marek Libra <[email protected]> - 1.0.0
- "Door effect" removed, replaced by standard patternfly design
- User Messages are not closed automatically
- Check "Console in use" added
* Mon May 15 2017 Marek Libra <[email protected]> - 0.2.2
- Minor fixes for pools
* Mon May 15 2017 Marek Libra <[email protected]> - 0.2.1
Expand Down

0 comments on commit e0270d9

Please sign in to comment.