Skip to content

Commit 6521543

Browse files
committed
Bump v0.1.2-4
Fixed comment in .spec
1 parent ec677e4 commit 6521543

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ define([VERSION_MAJOR], [0])
2020
define([VERSION_MINOR], [1])
2121
define([VERSION_FIX], [2])
2222
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
23-
define([VERSION_RELEASE], [3])
23+
define([VERSION_RELEASE], [4])
2424

2525
AC_INIT([ovirt-web-ui], VERSION_NUMBER, [[email protected]])
2626
PACKAGE_RPM_VERSION="VERSION_NUMBER"

ovirt-web-ui.spec.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ ExclusiveArch: x86_64
2323
# Keep ovirt-engine-{nodejs|nodejs-modules|yarn} at particular version unless tested on higher
2424
# Please keep in sync with the automation/*.req files
2525
BuildRequires: ovirt-engine-nodejs = 6.9.4
26-
BuildRequires: ovirt-engine-nodejs-modules = 1.0.7 # contains ovirt-ui-components-0.2.1
2726
BuildRequires: ovirt-engine-yarn = 0.19.1
2827

28+
# contains ovirt-ui-components-0.2.1
29+
BuildRequires: ovirt-engine-nodejs-modules = 1.0.7
30+
2931
%description
3032
This package provides new User Portal for %{product}, so far as technical preview.
3133

0 commit comments

Comments
 (0)