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: Euan Harris <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 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,6 +1,6 @@ | ||
Summary: RPM build tool | ||
Name: planex | ||
Version: 0.19.0 | ||
Version: 0.20.0 | ||
Release: 1%{?dist} | ||
URL: http://github.com/xenserver/planex | ||
Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz | ||
|
@@ -53,6 +53,14 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py | |
%config%{_sysconfdir}/bash_completion.d/planex.bash | ||
|
||
%changelog | ||
* Mon Mar 27 2017 Euan Harris <[email protected]> - 0.20.0-1 | ||
- planex-build-mock: Add '--loopback-config-extra' option to pass extra | ||
lines to the loopback repository configuration | ||
- planex-depend: Add option to disable generation of buildrequires | ||
dependencies | ||
- planex-fetch: Fix a TOCTOU race when creating directories | ||
- planex-container: Pass SSH agent socket through to container | ||
|
||
* Fri Mar 10 2017 Euan Harris <[email protected]> - 0.19.0-1 | ||
- planex-build-mock: Pass --verbose to mock if --quiet is not supplied | ||
so that logs are produced inside docker with concurrent builds which | ||
|
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