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: I620ea59d9cc5509b912290b8905eec009d5a33ec Signed-off-by: Ondra Machacek <[email protected]>
- Loading branch information
1 parent
20cffe1
commit 1565894
Showing
2 changed files
with
5 additions
and
2 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
VERSION="1.1.6" | ||
VERSION="1.1.7" | ||
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 |
---|---|---|
|
@@ -49,7 +49,10 @@ sh build.sh install | |
%license LICENSE | ||
|
||
%changelog | ||
* Tue Apr 10 2018 Ondra Machacek <[email protected]> - 1.1.6-1 | ||
* Wed Jul 10 2018 Ondra Machacek <[email protected]> - 1.1.7-1 | ||
- Don't return ID as list rhbz#1599055. | ||
|
||
* Tue Jun 19 2018 Ondra Machacek <[email protected]> - 1.1.6-1 | ||
- Add support to set external network providers rhbz#1509235. | ||
|
||
* Tue Apr 10 2018 Ondra Machacek <[email protected]> - 1.1.5-1 | ||
|