This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Ied6d959fb30314e73463bb255a800639e589e9f4 Signed-off-by: Ondra Machacek <[email protected]>
- Loading branch information
1 parent
d9b8189
commit 5d65230
Showing
2 changed files
with
5 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
VERSION="1.1.10" | ||
VERSION="1.1.11" | ||
MILESTONE= | ||
RPM_RELEASE="1" | ||
|
||
|
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 |
---|---|---|
|
@@ -59,6 +59,10 @@ sh build.sh install | |
%license LICENSE | ||
|
||
%changelog | ||
* Wed Jan 16 2019 Ondra Machacek <[email protected]> - 1.1.11-1 | ||
- Document usage of users rhbz#1638380. | ||
- Add no_log to manage users task. | ||
|
||
* Wed Nov 21 2018 Ondra Machacek <[email protected]> - 1.1.10-1 | ||
- Require Ansible 2.7.2. | ||
- Support ovirt.infra name. | ||
|