[Pkg-puppet-devel] [facter] 176/180: Imported Upstream version 2.1.0
Stig Sandbeck Mathisen
ssm at debian.org
Mon Jun 30 15:06:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit 6b6b3cba0442a34319a6ed2939d058ed153982e6
Merge: 41de1b5 82f8734
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date: Mon Jun 30 16:35:19 2014 +0200
Imported Upstream version 2.1.0
Gemfile | 14 +
acceptance/Gemfile | 1 +
acceptance/Rakefile | 319 ++++++++++++
acceptance/bin/ci-bootstrap-from-artifacts.sh | 50 ++
acceptance/config/git/options.rb | 6 +
.../config/{centos-5.cfg => nodes/centos5.yaml} | 0
.../config/{fedora-19.cfg => nodes/fedora19.yaml} | 0
.../config/{fedora-19.cfg => nodes/fedora20.yaml} | 8 +-
.../config/{fedora-19.cfg => nodes/lucid.yaml} | 8 +-
.../config/{fedora-19.cfg => nodes/precise.yaml} | 8 +-
.../config/{redhat-6.cfg => nodes/rhel6.yaml} | 0
.../config/{fedora-19.cfg => nodes/rhel7.yaml} | 8 +-
.../{solaris-11.cfg => nodes/solaris-11.yaml} | 0
.../config/{fedora-19.cfg => nodes/solaris10.yaml} | 8 +-
.../config/{fedora-19.cfg => nodes/squeeze.yaml} | 8 +-
.../config/{fedora-19.cfg => nodes/wheezy.yaml} | 8 +-
.../{windows-2003.cfg => nodes/windows-2003.yaml} | 0
acceptance/config/packages/options.rb | 6 +
acceptance/config/ubuntu-1004.cfg | 22 -
acceptance/lib/helper.rb | 1 +
acceptance/lib/puppet/acceptance/install_utils.rb | 102 ++++
acceptance/setup/{ => common}/00_EnvSetup.rb | 11 +-
.../setup/{ => git/pre-suite}/01_TestSetup.rb | 0
acceptance/setup/packages/pre-suite/010_Install.rb | 33 ++
acceptance/tests/facter_json_output_validates.rb | 3 -
bin/facter | 4 +
ext/build_defaults.yaml | 2 +-
ext/debian/changelog | 4 +-
ext/ips/facter.p5m | 4 +-
ext/project_data.yaml | 15 +-
ext/redhat/facter.spec | 8 +-
lib/facter/core/execution/base.rb | 6 +-
lib/facter/core/suitable.rb | 6 +-
lib/facter/dhcp_servers.rb | 39 ++
lib/facter/ec2.rb | 59 ++-
lib/facter/ec2/rest.rb | 130 +++++
lib/facter/fqdn.rb | 2 +
lib/facter/gce.rb | 16 +
lib/facter/gce/metadata.rb | 87 ++++
lib/facter/kernelmajversion.rb | 8 +
lib/facter/kernelrelease.rb | 8 +
lib/facter/memory.rb | 36 +-
lib/facter/netmask.rb | 2 +-
lib/facter/operatingsystem.rb | 20 +
lib/facter/operatingsystemmajrelease.rb | 3 +-
lib/facter/operatingsystemrelease.rb | 19 +
lib/facter/osfamily.rb | 4 +-
lib/facter/partitions.rb | 35 ++
lib/facter/physicalprocessorcount.rb | 9 +
lib/facter/processor.rb | 50 +-
lib/facter/util/config.rb | 4 +-
lib/facter/util/dhcp_servers.rb | 43 ++
lib/facter/util/ec2.rb | 5 +
lib/facter/util/formatter.rb | 3 +-
lib/facter/util/ip.rb | 2 +-
lib/facter/util/loader.rb | 11 +-
lib/facter/util/manufacturer.rb | 31 +-
lib/facter/util/memory.rb | 24 +-
lib/facter/util/netmask.rb | 2 +-
lib/facter/util/operatingsystem.rb | 21 +
lib/facter/util/partitions.rb | 41 ++
lib/facter/util/partitions/linux.rb | 65 +++
lib/facter/util/posix.rb | 16 +
lib/facter/util/processor.rb | 18 +-
lib/facter/util/resolution.rb | 4 +
lib/facter/util/values.rb | 29 ++
lib/facter/util/virtual.rb | 35 +-
lib/facter/util/windows_root.rb | 34 +-
lib/facter/version.rb | 2 +-
lib/facter/virtual.rb | 65 ++-
spec/fixtures/ifconfig/openbsd_bridge_rules | 11 +
spec/fixtures/unit/dhcp_servers/nmcli_devices | 4 +
.../unit/dhcp_servers/nmcli_devices_disconnected | 4 +
spec/fixtures/unit/dhcp_servers/nmcli_eth0_dhcp | 36 ++
spec/fixtures/unit/dhcp_servers/nmcli_eth0_static | 24 +
spec/fixtures/unit/dhcp_servers/nmcli_wlan0_dhcp | 49 ++
spec/fixtures/unit/dhcp_servers/nmcli_wlan0_static | 37 ++
spec/fixtures/unit/dhcp_servers/route | 3 +
spec/fixtures/unit/dhcp_servers/route_nogw | 1 +
spec/fixtures/unit/ec2/rest/meta-data/root | 20 +
spec/fixtures/unit/gce/metadata/metadata.json | 69 +++
spec/fixtures/unit/kernelrelease/openbsd-5.3 | 2 +
.../unit/kernelrelease/openbsd-5.3-current | 3 +
spec/fixtures/unit/memory/aix-svmon | 9 +
spec/fixtures/unit/memory/aix-swap_l | 2 +
spec/fixtures/unit/memory/darwin-swapinfo-multiple | 3 +
spec/fixtures/unit/memory/darwin-swapinfo-single | 2 +
spec/fixtures/unit/memory/darwin-vm_stat | 13 +
spec/fixtures/unit/memory/dragonfly-vmstat | 3 +
spec/fixtures/unit/memory/freebsd-vmstat | 3 +
spec/fixtures/unit/memory/linux-proc_meminfo | 10 +
spec/fixtures/unit/memory/openbsd-vmstat | 3 +
.../unit/memory/smartos_zone_swap_l-single | 2 +
spec/fixtures/unit/memory/solaris-prtconf | 4 +
spec/fixtures/unit/memory/solaris-swap_l-multiple | 3 +
spec/fixtures/unit/memory/solaris-swap_l-single | 2 +
spec/fixtures/unit/memory/solaris-vmstat | 3 +
spec/fixtures/unit/netmask/ifconfig_aix_7.txt | 3 +
spec/fixtures/unit/util/dhcp_servers/route | 3 +
spec/fixtures/unit/util/dhcp_servers/route_nogw | 1 +
spec/fixtures/unit/util/loader/nosuchfact.rb | 1 -
.../fixtures/unit/util/manufacturer/smartos_smbios | 533 +++++++++++++++++++++
.../unit/util/operatingsystem/cumuluslinux.txt | 8 +
.../unit/util/operatingsystem/redhat-7.txt | 12 +
.../fixtures/unit/util/operatingsystem/sabayon.txt | 7 +
spec/fixtures/unit/util/operatingsystem/wheezy.txt | 9 +
.../fixtures/unit/util/partitions/partitions/mount | 9 +
spec/fixtures/virtual/proc_1_cgroup/in_a_container | 9 +
.../virtual/proc_1_cgroup/in_a_docker_container | 8 +
.../virtual/proc_1_cgroup/not_in_a_container | 9 +
spec/spec_helper.rb | 2 +-
spec/unit/core/execution/base_spec.rb | 8 +-
spec/unit/core/execution/posix_spec.rb | 4 +-
spec/unit/core/suitable_spec.rb | 10 +
spec/unit/dhcp_servers_spec.rb | 152 ++++++
spec/unit/ec2/rest_spec.rb | 145 ++++++
spec/unit/ec2_spec.rb | 234 ++++-----
spec/unit/fqdn_spec.rb | 16 +
spec/unit/gce/metadata_spec.rb | 49 ++
spec/unit/gce_spec.rb | 34 ++
spec/unit/interfaces_spec.rb | 18 +-
spec/unit/kernelmajversion_spec.rb | 23 +-
spec/unit/kernelrelease_spec.rb | 16 +
spec/unit/macaddress_spec.rb | 12 +
spec/unit/memory_spec.rb | 175 ++-----
spec/unit/netmask_spec.rb | 11 +
spec/unit/operatingsystem_spec.rb | 19 +
spec/unit/operatingsystemmajrelease_spec.rb | 2 +-
spec/unit/operatingsystemrelease_spec.rb | 8 +
spec/unit/osfamily_spec.rb | 62 +++
spec/unit/partitions_spec.rb | 48 ++
spec/unit/physicalprocessorcount_spec.rb | 9 +
spec/unit/processor_spec.rb | 22 +-
spec/unit/util/config_spec.rb | 13 +
spec/unit/util/dhcp_servers_spec.rb | 63 +++
spec/unit/util/ec2_spec.rb | 4 +
spec/unit/util/formatter_spec.rb | 50 ++
spec/unit/util/loader_spec.rb | 8 +-
spec/unit/util/macosx_spec.rb | 5 +-
spec/unit/util/manufacturer_spec.rb | 44 ++
spec/unit/util/operatingsystem_spec.rb | 92 ++++
spec/unit/util/partitions/partitions_spec.rb | 67 +++
spec/unit/util/partitions_spec.rb | 19 +
spec/unit/util/posix_spec.rb | 11 +
spec/unit/util/values_spec.rb | 40 ++
spec/unit/util/virtual_spec.rb | 74 ++-
spec/unit/virtual_spec.rb | 85 +++-
147 files changed, 3678 insertions(+), 568 deletions(-)
diff --cc ext/debian/changelog
index c645c63,02497fd..40cf14c
--- a/ext/debian/changelog
+++ b/ext/debian/changelog
@@@ -1,8 -1,8 +1,8 @@@
- facter (2.0.1-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.1.0-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> Tue, 01 Apr 2014 10:23:07 -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, 24 Jun 2014 13:10:44 -0700
facter (1.7.2-1puppetlabs2) lucid unstable sid wheezy lucid squeeze precise; urgency=low
diff --cc ext/ips/facter.p5m
index 0a5185d,0000000..a7d329d
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.0.1,13.1.0-0
++set name=pkg.fmri value=pkg://puppetlabs.com/application/@2.1.0,13.2.0-0
+set name=pkg.summary value="Facter, a system inventory tool"
- set name=pkg.human-version value="2.0.1"
++set name=pkg.human-version value="2.1.0"
+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 047ab18,288426b..4432e37
--- 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.0.1
- %global rpmversion 2.0.1
-%global realversion <%= @version %>
-%global rpmversion <%= @rpmversion %>
++%global realversion 2.1.0
++%global rpmversion 2.1.0
Summary: Ruby module for collecting simple facts about a host operating system
Name: facter
@@@ -70,8 -70,8 +70,8 @@@ rm -rf %{buildroot
%changelog
- * Tue Apr 01 2014 Puppet Labs Release <info at puppetlabs.com> - 1:2.0.1-1
- - Build for 2.0.1
-* <%= Time.now.strftime("%a %b %d %Y") %> Puppet Labs Release <info at puppetlabs.com> - 1:<%= @rpmversion %>-<%= @rpmrelease %>
-- Build for <%= @version %>
++* Tue Jun 24 2014 Puppet Labs Release <info at puppetlabs.com> - 1:2.1.0-1
++- Build for 2.1.0
* 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