[rubygem-aeolus-cli/f16] update to v0.5.0-1 release

slinabery slinabery at fedoraproject.org
Mon Jun 11 17:14:14 UTC 2012


commit 92a02e168ea7b32e8108a9541e9f9af66dd2e402
Author: Steve Linabery <slinaber at redhat.com>
Date:   Mon Jun 11 12:14:08 2012 -0500

    update to v0.5.0-1 release

 .gitignore              |    1 +
 rubygem-aeolus-cli.spec |   42 ++++++++++++++++++++++++++++--------------
 sources                 |    2 +-
 3 files changed, 30 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef0a58e..9d555a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /aeolus-cli-0.1.0.gem
 /aeolus-cli-0.3.0.gem
+/aeolus-cli-0.5.0.gem
diff --git a/rubygem-aeolus-cli.spec b/rubygem-aeolus-cli.spec
index 13bed2c..84ea87f 100644
--- a/rubygem-aeolus-cli.spec
+++ b/rubygem-aeolus-cli.spec
@@ -1,13 +1,22 @@
+%if 0%{?fedora} > 16
+%global rubyabi 1.9.1
+%global gem_name aeolus-cli
+%global gemname %{gem_name}
+%global geminstdir %{gem_instdir}
+%global gemdir %{gem_dir}
+%else
 %global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %global gemname aeolus-cli
 %global geminstdir %{gemdir}/gems/%{gemname}-%{version}
-%global mandir %{_mandir}/man1
 %global rubyabi 1.8
+%endif
+
+%global mandir %{_mandir}/man1
 
 Summary: Command-line interface for working with the Aeolus cloud suite
 Name: rubygem-aeolus-cli
-Version: 0.3.0
-Release: 3%{?dist}
+Version: 0.5.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: ASL 2.0
 URL: http://aeolusproject.org
@@ -23,7 +32,6 @@ Requires: ruby(abi) = %{rubyabi}
 Requires: rubygems
 Requires: rubygem(nokogiri) >= 1.4.0
 Requires: rubygem(rest-client)
-Requires: rubygem(imagefactory-console) >= 0.4.0
 Requires: rubygem(activesupport)
 Requires: rubygem(activeresource)
 
@@ -31,6 +39,12 @@ BuildRequires: ruby
 BuildRequires: rubygems
 BuildRequires: rubygem(rspec-core)
 
+%if 0%{?fedora} > 16
+BuildRequires: rubygems-devel
+BuildRequires: rubygem(vcr)
+BuildRequires: rubygem(webmock)
+%endif
+
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -75,16 +89,16 @@ mv %{buildroot}%{geminstdir}/man/* %{buildroot}%{mandir}
 %{mandir}/*
 
 %changelog
-* Tue Jan 10 2012 Steve Linabery <slinaber at redhat.com> - 0.3.0-3
-- 70cd116 BZ#772274 Fixed --help Option
-- 68dfeee Set PKG_VERSION to 0.3.0 in Rakefile
-- 09468b0 Set release number
-- 101d8fd Fixing merge conflict
-- 189ccbc Correct versioning in changelog entry
-- 952a7cc Revert version bump
-- 2497da2 Bump version, reset release
-- 4152990 Bump release, add changelog
-- fe3117a Correct year to 2012 in last changelog entry
+* Wed Jun 06 2012 Steve Linabery <slinaber at redhat.com> - 0.5.0-1
+- 4e160d9 BZ815357: spec: removed testcase for --no-validation
+- 535676a BZ815357: removed --no-validation option
+- 03981c1 BZ815357: buildcmd: surround template xml with CDATA
+- 396a329 BZ804543 Removed Optional Element for rootpw in tdl
+- 09d5380 BZ797298: man: fix minor typo in aeolus(1) man page
+
+* Tue May 08 2012 Mo Morsi <mmorsi at redhat.com> - 0.4.0-1
+- new upstream release
+- update to ruby 1.9
 
 * Mon Jan 09 2012 Steve Linabery <slinaber at redhat.com> - 0.3.0-2
 - 7220d88 BZ#772006 Fixed Delete with no provider content
diff --git a/sources b/sources
index a56b8bb..28846a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f82273fc1e05c898b43e8cbf20925c3f  aeolus-cli-0.3.0.gem
+b5689c5f73ba84b1246789c7fbb1fd8c  aeolus-cli-0.5.0.gem


More information about the scm-commits mailing list