forked from openshift/rhc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [rhc] release [1.7.2-1].
- Loading branch information
1 parent
b37f121
commit 50ec448
Showing
2 changed files
with
27 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
Summary: OpenShift client management tools | ||
Name: rhc | ||
Version: 1.7.1 | ||
Version: 1.7.2 | ||
Release: 1%{?dist} | ||
Group: Network/Daemons | ||
License: ASL 2.0 | ||
|
@@ -99,6 +99,31 @@ rm -rf $RPM_BUILD_ROOT | |
%attr(0644,-,-) /etc/bash_completion.d/rhc | ||
|
||
%changelog | ||
* Mon Apr 08 2013 Adam Miller <[email protected]> 1.7.2-1 | ||
- Replace expect{}.should with expect{}.to in remaining spots, depend on | ||
webmock 1.8 ([email protected]) | ||
- Upgrade spec tests to passing, fix RSpec2 syntax errors, ensure randomized | ||
tests pass correctly ([email protected]) | ||
- Merge pull request #347 from smarterclayton/delete_unused_files | ||
([email protected]) | ||
- Merge pull request #348 from smarterclayton/bug_928240_prevent_from_code | ||
([email protected]) | ||
- Merge pull request #346 from | ||
smarterclayton/bug_927425_use_authorization_tokens_not_strict_enough | ||
([email protected]) | ||
- Merge pull request #345 from fabianofranz/master | ||
([email protected]) | ||
- Remove doc files from spec ([email protected]) | ||
- Bug 928240 - --from-code is not supported on clients where the latest API | ||
version is < 1.3 ([email protected]) | ||
- Delete unused files ([email protected]) | ||
- Bug 927425 - The use_authorization_tokens flag should be strict | ||
([email protected]) | ||
- Merge pull request #344 from jtharris/bugs/BZ928357 ([email protected]) | ||
- Bug 928210 - fixed remove alias for API <= 1.3 ([email protected]) | ||
- Tests allow multiple DB cartridges to be added. ([email protected]) | ||
- Bug 928357 - rhc_extended tests ([email protected]) | ||
|
||
* Thu Mar 28 2013 Adam Miller <[email protected]> 1.7.1-1 | ||
- bump_minor_versions for sprint 26 ([email protected]) | ||
- removing old API doc ([email protected]) | ||
|
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 @@ | ||
1.7.1-1 / | ||
1.7.2-1 / |