[Pkg-puppet-devel] [facter] 03/08: Imported Upstream version 2.4.4

Stig Sandbeck Mathisen ssm at debian.org
Tue Dec 1 20:07:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository facter.

commit a25ddb21177c7c1de93ec073b93a257935b80dd8
Merge: ac112a2 20fb9e4
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date:   Tue Dec 1 20:51:16 2015 +0100

    Imported Upstream version 2.4.4

 CONTRIBUTING.md                                    |   4 +
 Gemfile                                            |   4 +-
 LICENSE                                            |   2 +-
 acceptance/Gemfile                                 |  14 +-
 acceptance/Rakefile                                |  28 +++-
 acceptance/bin/ci-bootstrap-from-artifacts.sh      |   2 +-
 acceptance/config/aio/options.rb                   |   6 +
 .../nodes/{solaris10.yaml => centos-5-i386.yaml}   |  11 +-
 .../nodes/{solaris11.yaml => centos-5-x86_64.yaml} |  13 +-
 .../nodes/{rhel7.yaml => centos-6-i386.yaml}       |  11 +-
 .../nodes/{rhel7.yaml => centos-6-x86_64.yaml}     |  11 +-
 acceptance/config/nodes/centos5.yaml               |  18 ---
 .../nodes/{rhel7.yaml => debian-6-i386.yaml}       |  11 +-
 .../nodes/{squeeze.yaml => debian-6-x86_64.yaml}   |  15 +-
 .../nodes/{rhel7.yaml => debian-7-i386.yaml}       |  11 +-
 .../nodes/{wheezy.yaml => debian-7-x86_64.yaml}    |  15 +-
 .../nodes/{rhel7.yaml => debian-8-i386.yaml}       |  11 +-
 .../nodes/{rhel7.yaml => debian-8-x86_64.yaml}     |  11 +-
 .../nodes/{rhel7.yaml => fedora-20-i386.yaml}      |  11 +-
 .../nodes/{fedora20.yaml => fedora-20-x86_64.yaml} |  15 +-
 .../nodes/{rhel7.yaml => fedora-21-i386.yaml}      |  11 +-
 .../nodes/{rhel7.yaml => fedora-21-x86_64.yaml}    |  11 +-
 acceptance/config/nodes/fedora19.yaml              |  18 ---
 acceptance/config/nodes/lucid.yaml                 |  18 ---
 .../nodes/{rhel7.yaml => redhat-5-i386.yaml}       |  11 +-
 .../nodes/{rhel7.yaml => redhat-5-x86_64.yaml}     |  11 +-
 .../nodes/{rhel7.yaml => redhat-6-i386.yaml}       |  11 +-
 .../nodes/{rhel6.yaml => redhat-6-x86_64.yaml}     |  17 +-
 .../nodes/{rhel7.yaml => redhat-7-x86_64.yaml}     |   9 +-
 .../nodes/{rhel7.yaml => ubuntu-1204-i386.yaml}    |  11 +-
 .../{precise.yaml => ubuntu-1204-x86_64.yaml}      |  15 +-
 .../nodes/{rhel7.yaml => ubuntu-1404-i386.yaml}    |  11 +-
 .../nodes/{rhel7.yaml => ubuntu-1404-x86_64.yaml}  |  11 +-
 .../nodes/{rhel7.yaml => ubuntu-1410-i386.yaml}    |  11 +-
 .../nodes/{rhel7.yaml => ubuntu-1410-x86_64.yaml}  |  11 +-
 acceptance/config/nodes/win2003r2x64-rubyx64.yaml  |   7 +-
 acceptance/config/nodes/win2003r2x64-rubyx86.yaml  |   9 +-
 acceptance/config/nodes/win2003r2x86-rubyx86.yaml  |   7 +-
 acceptance/config/nodes/win2003x64-rubyx64.yaml    |   7 +-
 acceptance/config/nodes/win2003x64-rubyx86.yaml    |   9 +-
 acceptance/config/nodes/win2003x86-rubyx86.yaml    |   7 +-
 acceptance/config/nodes/win2008-rubyx64.yaml       |  14 ++
 ...in2003x86-rubyx86.yaml => win2008-rubyx86.yaml} |  11 +-
 acceptance/config/nodes/win2008r2-rubyx64.yaml     |   7 +-
 acceptance/config/nodes/win2008r2-rubyx86.yaml     |   9 +-
 acceptance/config/nodes/win2012-rubyx64.yaml       |  14 ++
 ...in2003x86-rubyx86.yaml => win2012-rubyx86.yaml} |  11 +-
 acceptance/config/nodes/win2012r2-rubyx64.yaml     |   7 +-
 acceptance/config/nodes/win2012r2-rubyx86.yaml     |   9 +-
 acceptance/lib/puppet/acceptance/common_utils.rb   |  19 +++
 acceptance/lib/puppet/acceptance/install_utils.rb  | 171 ++++++++++++++++++---
 .../{packages => aio}/pre-suite/010_Install.rb     |  16 +-
 acceptance/setup/common/00_EnvSetup.rb             |   3 +
 acceptance/setup/packages/pre-suite/010_Install.rb |   2 +-
 acceptance/tests/facter_json_output_validates.rb   |   5 +-
 ...ratingsystem_detection_after_clear_on_ubuntu.rb |   2 +-
 acceptance/tests/runs_external_facts_once.rb       |   2 +-
 ext/build_defaults.yaml                            |   4 +-
 ext/debian/changelog                               |   4 +-
 ext/ips/facter.p5m                                 |   4 +-
 ext/project_data.yaml                              |   4 +-
 ext/redhat/facter.spec                             |   8 +-
 lib/facter/application.rb                          |   6 +-
 lib/facter/core/logging.rb                         |  34 +++-
 lib/facter/dhcp_servers.rb                         |   6 +
 lib/facter/ec2.rb                                  |   6 +-
 lib/facter/ec2/rest.rb                             |   9 ++
 lib/facter/gid.rb                                  |  11 +-
 lib/facter/interfaces.rb                           |  15 +-
 lib/facter/ipaddress.rb                            |  22 ++-
 lib/facter/ipaddress6.rb                           |   2 +-
 lib/facter/ldom.rb                                 |  15 +-
 lib/facter/macaddress.rb                           |   3 +-
 lib/facter/macosx.rb                               |   4 +-
 lib/facter/operatingsystem/implementation.rb       |   3 +
 lib/facter/operatingsystem/linux.rb                |  14 +-
 lib/facter/operatingsystem/osreleaselinux.rb       |  28 ++++
 lib/facter/operatingsystem/sunos.rb                |   2 +-
 lib/facter/operatingsystem/windows.rb              |   7 +
 lib/facter/operatingsystemmajrelease.rb            |  15 +-
 lib/facter/os.rb                                   |  47 ++++--
 lib/facter/partitions.rb                           |   3 +
 lib/facter/physicalprocessorcount.rb               |   2 +-
 lib/facter/processor.rb                            |   6 +-
 lib/facter/processors.rb                           |  24 +--
 lib/facter/processors/os.rb                        |  12 +-
 lib/facter/puppetversion.rb                        |   4 +-
 lib/facter/rackspace.rb                            |  13 +-
 lib/facter/rubyplatform.rb                         |  12 ++
 lib/facter/selinux.rb                              |  20 +--
 lib/facter/system32.rb                             |  21 +++
 lib/facter/system_uptime.rb                        |   2 +
 lib/facter/util/config.rb                          |  29 +++-
 lib/facter/util/dhcp_servers.rb                    |  19 ++-
 lib/facter/util/directory_loader.rb                |  11 +-
 lib/facter/util/ip.rb                              |  69 ++++++++-
 lib/facter/util/ip/windows.rb                      |   4 +-
 lib/facter/util/macosx.rb                          |   2 +-
 lib/facter/util/parser.rb                          |  14 +-
 lib/facter/util/partitions.rb                      |   4 +
 lib/facter/util/partitions/linux.rb                |   6 +
 lib/facter/util/partitions/openbsd.rb              |   5 +
 lib/facter/util/processor.rb                       |   2 +-
 lib/facter/util/resolution.rb                      |   2 +-
 lib/facter/util/uptime.rb                          |   7 +-
 lib/facter/util/virtual.rb                         |  44 +++++-
 lib/facter/util/xendomains.rb                      |  11 +-
 lib/facter/version.rb                              |   2 +-
 lib/facter/virtual.rb                              |  24 ++-
 spec/fixtures/cpuinfo/ppc64le                      |  15 ++
 ..._ifconfig_all_with_multiple_interfaces_and_fe80 |  19 +++
 ...all_with_multiple_interfaces_and_no_public_ipv6 |  18 +++
 spec/fixtures/unit/selinux/selinux_sestatus2       |   9 ++
 spec/fixtures/unit/util/operatingsystem/coreos.txt |   9 ++
 spec/schema/validate_facter_schema.rb              |  18 +++
 spec/unit/application_spec.rb                      |   9 ++
 spec/unit/core/logging_spec.rb                     | 119 ++++++++++++++
 spec/unit/dhcp_servers_spec.rb                     |  60 ++++++++
 spec/unit/ec2/rest_spec.rb                         |  17 ++
 spec/unit/ec2_spec.rb                              |  24 ++-
 spec/unit/gid_spec.rb                              |  24 ++-
 spec/unit/interfaces_spec.rb                       |   4 +-
 spec/unit/ipaddress6_spec.rb                       |  30 +++-
 spec/unit/ldom_spec.rb                             |  17 +-
 spec/unit/operatingsystem/implementation_spec.rb   |   1 +
 spec/unit/operatingsystem/linux_spec.rb            |  32 ++--
 spec/unit/operatingsystem/sunos_spec.rb            |   7 +-
 spec/unit/operatingsystem/windows_spec.rb          |  21 +++
 spec/unit/partitions_spec.rb                       |   6 +-
 spec/unit/physicalprocessorcount_spec.rb           |   2 +-
 spec/unit/processor_spec.rb                        |   2 +-
 spec/unit/processors/os_spec.rb                    |  23 ++-
 spec/unit/rackspace_spec.rb                        |   6 +-
 spec/unit/rubyplatform_spec.rb                     |   7 +
 spec/unit/selinux_spec.rb                          |  15 +-
 spec/unit/system32_spec.rb                         |  28 ++++
 spec/unit/util/config_spec.rb                      |  29 +++-
 spec/unit/util/directory_loader_spec.rb            |  16 +-
 spec/unit/util/macosx_spec.rb                      |   2 +-
 spec/unit/util/operatingsystem_spec.rb             |  15 ++
 spec/unit/util/parser_spec.rb                      |  39 ++++-
 spec/unit/util/uptime_spec.rb                      |  12 +-
 spec/unit/util/virtual_spec.rb                     |  34 ++--
 spec/unit/util/xendomains_spec.rb                  |  98 +++++++++---
 spec/unit/virtual_spec.rb                          | 111 +++++++++----
 145 files changed, 1756 insertions(+), 548 deletions(-)

diff --cc ext/debian/changelog
index 1b724cb,02497fd..fd4edf9
--- a/ext/debian/changelog
+++ b/ext/debian/changelog
@@@ -1,8 -1,8 +1,8 @@@
- facter (2.2.0-1puppetlabs1) lucid unstable sid wheezy lucid squeeze precise quantal raring; urgency=low
 -facter (<%= @debversion %>) lucid unstable sid wheezy lucid squeeze precise quantal raring; urgency=low
++facter (2.4.4-1puppetlabs1) lucid unstable sid wheezy lucid squeeze precise quantal raring; urgency=low
  
 -  * Update to version <% @debversion %>
 +  * Update to version 
  
-  -- Puppet Labs Release <info at puppetlabs.com>  Mon, 25 Aug 2014 13:04:44 -0700
 - -- Puppet Labs Release <info at puppetlabs.com>  <%= Time.now.strftime("%a, %d %b %Y %H:%M:%S %z")%>
++ -- Puppet Labs Release <info at puppetlabs.com>  Tue, 19 May 2015 09:41:18 -0700
  
  facter (1.7.2-1puppetlabs2) lucid unstable sid wheezy lucid squeeze precise; urgency=low
  
diff --cc ext/ips/facter.p5m
index 58662ea,0000000..2e4e7fb
mode 100644,000000..100644
--- a/ext/ips/facter.p5m
+++ b/ext/ips/facter.p5m
@@@ -1,10 -1,0 +1,10 @@@
- set name=pkg.fmri value=pkg://puppetlabs.com/application/@2.2.0,13.3.0-0
++set name=pkg.fmri value=pkg://puppetlabs.com/application/@2.4.4,14.3.0-0
 +set name=pkg.summary value="Facter, a system inventory tool"
- set name=pkg.human-version value="2.2.0"
++set name=pkg.human-version value="2.4.4"
 +set name=pkg.description value="You can prove anything with facts!"
 +set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
 +set name=org.opensolaris.consolidation value="puppet"
 +set name=description value="You can prove anything with facts!"
 +set name=variant.opensolaris.zone value=global value=nonglobal
 +set name=variant.arch value=sparc value=i386
 +license facter.license license="Apache v2.0"
diff --cc ext/redhat/facter.spec
index 34ef5c7,3d08245..1f4efb7
--- a/ext/redhat/facter.spec
+++ b/ext/redhat/facter.spec
@@@ -7,8 -7,8 +7,8 @@@
  %endif
  
  # VERSION is subbed out during rake srpm process
- %global realversion 2.2.0
- %global rpmversion 2.2.0
 -%global realversion <%= @version %>
 -%global rpmversion <%= @rpmversion %>
++%global realversion 2.4.4
++%global rpmversion 2.4.4
  
  Summary:        Ruby module for collecting simple facts about a host operating system
  Name:           facter
@@@ -73,8 -73,8 +73,8 @@@ rm -rf %{buildroot
  
  
  %changelog
- * Mon Aug 25 2014 Puppet Labs Release <info at puppetlabs.com> -  1:2.2.0-1
- - Build for 2.2.0
 -* <%= Time.now.strftime("%a %b %d %Y") %> Puppet Labs Release <info at puppetlabs.com> -  1:<%= @rpmversion %>-<%= @rpmrelease %>
 -- Build for <%= @version %>
++* Tue May 19 2015 Puppet Labs Release <info at puppetlabs.com> -  1:2.4.4-1
++- Build for 2.4.4
  
  * Mon Apr 01 2013 Matthaus Owens <matthaus at puppetlabs.com> - 1:1.7.0-0.1rc1
  - Add dependency on virt-what to facter for better virutalization detection

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git



More information about the Pkg-puppet-devel mailing list