This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mark Syms <[email protected]>
- Loading branch information
1 parent
6b7394f
commit aae5a3c
Showing
3 changed files
with
11 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
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 +1 @@ | ||
4.3.0 | ||
4.3.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 |
---|---|---|
|
@@ -8,7 +8,7 @@ Name: miniplanex | |
%else | ||
Name: %{pkgname} | ||
%endif | ||
Version: 4.3.0 | ||
Version: 4.3.1 | ||
Release: 1%{?dist} | ||
URL: http://github.com/xenserver/planex | ||
Source0: http://github.com/xenserver/planex/archive/v%{version}/%{pkgname}-%{version}.tar.gz | ||
|
@@ -77,6 +77,9 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py | |
%config%{_sysconfdir}/bash_completion.d/planex.bash | ||
|
||
%changelog | ||
* Wed Apr 3 2019 Mark Syms <[email protected]> - 4.3.1-1 | ||
- Enumerate dictionary keys and use REST to query archive commit ids | ||
|
||
* Mon Apr 1 2019 Mark Syms <[email protected]> - 4.3.0-1 | ||
- Make additional headers host specific | ||
|
||
|