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
16 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.17.0 | ||
Version: 0.18.0 | ||
Release: 1%{?dist} | ||
URL: http://github.com/xenserver/planex | ||
Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz | ||
|
@@ -52,6 +52,13 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py | |
%config%{_sysconfdir}/bash_completion.d/planex.bash | ||
|
||
%changelog | ||
* Thu Feb 23 2017 Euan Harris <[email protected]> - 0.18.0-1 | ||
- planex-clone-sources has been removed and replaced by planex-clone | ||
- planex-extract: Remove support for heavyweight branches | ||
- Makefile.rules: It is now possible to override the Mock configuration | ||
used to build packages by defining the MOCK_CONFIGDIR and MOCK_ROOT | ||
variables | ||
|
||
* Mon Feb 20 2017 Euan Harris <[email protected]> - 0.17.0-1 | ||
- planex-clone: Add ability to clone repositories with patchqueues | ||
|
||
|
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