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.
Merge pull request #346 from euanh/planex-0.11.0
planex: Prepare for 0.11.0 release
- Loading branch information
Showing
3 changed files
with
28 additions
and
7 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.10.0 | ||
Version: 0.11.0 | ||
Release: 1%{?dist} | ||
URL: http://github.com/xenserver/planex | ||
Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz | ||
|
@@ -37,19 +37,31 @@ sed -i "s/\(version='\)[^'\"]\+/\1%{version}-%{release}/g" setup.py | |
%doc README.md | ||
%doc LICENSE | ||
%doc CHANGES | ||
%{_bindir}/planex-build-mock | ||
%{_bindir}/planex-cache | ||
%{_bindir}/planex-clone-sources | ||
%{_bindir}/planex-depend | ||
%{_bindir}/planex-extract | ||
%{_bindir}/planex-fetch | ||
%{_bindir}/planex-init | ||
%{_bindir}/planex-pin | ||
%{_bindir}/planex-make-srpm | ||
%{_bindir}/planex-manifest | ||
%{_bindir}/planex-pin | ||
%{python_sitelib}/planex | ||
%{python_sitelib}/planex-*.egg-info | ||
%{_datadir}/planex/Makefile.rules | ||
%config%{_sysconfdir}/bash_completion.d/planex.bash | ||
|
||
%changelog | ||
* Thu Nov 10 2016 Euan Harris <[email protected]> - 0.11.0-1 | ||
- planex-clone-sources: Add a tool to check out source repositories | ||
- planex-manifest: Add a tool to record repository hashes | ||
- planex-build-mock: Add a wrapper around mock | ||
- planex-container: Add a wrapper to run planex in a Docker container | ||
- planex-extract: Don't prepend package name to patch filename | ||
- Add utility classes for links, patch queues, repositories and tarballs | ||
- Makefile.rules: Fail if _build/deps can't be rebuilt | ||
|
||
* Mon Oct 03 2016 Euan Harris <[email protected]> - 0.10.0-1 | ||
- Several commands can now accept multiple --define arguments to | ||
set or override RPM macro definitions | ||
|
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