-
Notifications
You must be signed in to change notification settings - Fork 71
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 #827 from gregsheremeta/ovirt-web-ui-1.4.4-2
ovirt-web-ui 1.4.4-2
- Loading branch information
Showing
3 changed files
with
6 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], [4]) | ||
define([VERSION_FIX], [4]) | ||
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) | ||
define([VERSION_RELEASE], [1]) | ||
define([VERSION_RELEASE], [2]) | ||
|
||
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 |
---|---|---|
|
@@ -57,6 +57,9 @@ make install DESTDIR=%{buildroot} | |
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand | ||
|
||
%changelog | ||
* Sat Oct 13 2018 Greg Sheremeta <[email protected]> - 1.4.4-2 | ||
- respin (1.4.4-1 had incorrect sources) | ||
|
||
* Thu Oct 11 2018 Greg Sheremeta <[email protected]> - 1.4.4-1 | ||
Fixed issues: | ||
- Fix use of VmNics in VmDetail such that Nic operations work again [BZ1631149](https://bugzilla.redhat.com/show_bug.cgi?id=1631149) | ||
|
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