-
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 #697 from oVirt/release-1.4.1
ovirt-web-ui 1.4.1-1
- Loading branch information
Showing
3 changed files
with
11 additions
and
5 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
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 |
---|---|---|
|
@@ -49,14 +49,20 @@ make | |
make install DESTDIR=%{buildroot} | ||
|
||
%files | ||
%doc README.md | ||
%doc README.md | ||
%license LICENSE | ||
%{_ovirtwebuidir} | ||
%{_datarootdir}/ovirt-engine/ovirt-web-ui.war | ||
%{_sysconfdir}/ovirt-engine/engine.conf.d/50-ovirt-web-ui.conf | ||
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand | ||
|
||
%changelog | ||
* Thu Aug 2 2018 Greg Sheremeta <[email protected]> - 1.4.1-1 | ||
Fixed issues: | ||
- 'failed Not found' error with Connect automatically console option bug major [#509](https://github.com/oVirt/ovirt-web-ui/issues/509) | ||
- reattach VmDialog's sagas to the root saga so VM edits get saved [#683](https://github.com/oVirt/ovirt-web-ui/pull/683) | ||
- VM edits don't save bug [#684](https://github.com/oVirt/ovirt-web-ui/issues/684) | ||
|
||
* Mon Jul 16 2018 Marek Libra <[email protected]> - 1.4.0-3 | ||
Fixed issues: | ||
- web-ui about windows7 display? [#644](https://github.com/oVirt/ovirt-web-ui/issues/644) | ||
|
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