Skip to content

Commit

Permalink
(PUP-3290) Update hiera version to 2.0 under ext
Browse files Browse the repository at this point in the history
  • Loading branch information
hlindberg committed Mar 26, 2015
1 parent fd54899 commit 15d769b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end

gem "puppet", :path => File.dirname(__FILE__), :require => false
gem "facter", *location_for(ENV['FACTER_LOCATION'] || ['> 2.0', '< 4'])
gem "hiera", *location_for(ENV['HIERA_LOCATION'] || ['> 2.0', '< 3'])
gem "hiera", *location_for(ENV['HIERA_LOCATION'] || ['>= 2.0', '< 3'])
gem "rake", "10.1.1", :require => false

group(:development, :test) do
Expand Down
2 changes: 1 addition & 1 deletion ext/build_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build_msi:
x64: 'cfacter-0.3.0-x64.zip'
path: 'http://builds.puppetlabs.lan/cfacter/0.3.0/artifacts/windows'
hiera:
ref: 'refs/tags/1.3.4'
ref: 'refs/tags/2.0.0'
repo: 'git://github.com/puppetlabs/hiera.git'
mcollective:
ref: 'refs/tags/2.7.0'
Expand Down
4 changes: 2 additions & 2 deletions ext/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Section: admin
Priority: optional
Maintainer: Puppet Labs <[email protected]>
Uploaders: Micah Anderson <[email protected]>, Andrew Pollock <[email protected]>, Nigel Kersten <[email protected]>, Stig Sandbeck Mathisen <[email protected]>
Build-Depends-Indep: ruby | ruby-interpreter, libopenssl-ruby | libopenssl-ruby1.9.1 | libruby (>= 1:1.9.3.4), facter (>= 1.7.0), hiera (>= 1.0.0)
Build-Depends-Indep: ruby | ruby-interpreter, libopenssl-ruby | libopenssl-ruby1.9.1 | libruby (>= 1:1.9.3.4), facter (>= 1.7.0), hiera (>= 2.0.0)
Build-Depends: debhelper (>= 7.0.0), openssl
Standards-Version: 3.9.1
Vcs-Git: git://github.com/puppetlabs/puppet
Homepage: http://projects.puppetlabs.com/projects/puppet

Package: puppet-common
Architecture: all
Depends: ${misc:Depends}, ruby | ruby-interpreter, libopenssl-ruby | libopenssl-ruby1.9.1 | libruby (>= 1:1.9.3.4), ruby-shadow | libshadow-ruby1.8, libaugeas-ruby | libaugeas-ruby1.9.1 | libaugeas-ruby1.8, lsb-base, sysv-rc (>= 2.86) | file-rc, hiera (>= 1.0.0), facter (>= 1.7.0), libjson-ruby | ruby-json
Depends: ${misc:Depends}, ruby | ruby-interpreter, libopenssl-ruby | libopenssl-ruby1.9.1 | libruby (>= 1:1.9.3.4), ruby-shadow | libshadow-ruby1.8, libaugeas-ruby | libaugeas-ruby1.9.1 | libaugeas-ruby1.8, lsb-base, sysv-rc (>= 2.86) | file-rc, hiera (>= 2.0.0), facter (>= 1.7.0), libjson-ruby | ruby-json
Recommends: lsb-release, debconf-utils
Suggests: ruby-selinux | libselinux-ruby1.8
Breaks: puppet (<< 2.6.0~rc2-1), puppetmaster (<< 0.25.4-1)
Expand Down
2 changes: 1 addition & 1 deletion ext/project_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem_default_executables: 'puppet'
gem_forge_project: 'puppet'
gem_runtime_dependencies:
facter: ['> 2.0', '< 4']
hiera: ['> 1.0', '< 3']
hiera: ['>= 2.0', '< 3']
json_pure:
gem_rdoc_options:
- --title
Expand Down
4 changes: 2 additions & 2 deletions ext/redhat/puppet.spec.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: facter >= 1:1.7.0
# Puppet 3.x drops ruby 1.8.5 support and adds ruby 1.9 support
BuildRequires: ruby >= 1.8.7
BuildRequires: hiera >= 1.0.0
BuildRequires: hiera >= 2.0.0
BuildArch: noarch
Requires: ruby >= 1.8
Requires: ruby-shadow
Expand All @@ -58,7 +58,7 @@ Requires: facter >= 1:1.7.0
# Puppet 3.x drops ruby 1.8.5 support and adds ruby 1.9 support
# Ruby 1.8.7 available for el5 at: yum.puppetlabs.com/el/5/devel/$ARCH
Requires: ruby >= 1.8.7
Requires: hiera >= 1.0.0
Requires: hiera >= 2.0.0
Obsoletes: hiera-puppet < 1.0.0
Provides: hiera-puppet >= 1.0.0
%{!?_without_augeas:Requires: ruby-augeas}
Expand Down

0 comments on commit 15d769b

Please sign in to comment.