[Pkg-puppet-devel] [facter] 347/352: Imported Upstream version 2.0.1
Stig Sandbeck Mathisen
ssm at debian.org
Sun Apr 6 22:22:00 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 41de1b525cbc5786a8d4c05ff599f25a55c84a6d
Merge: 450bc8c 3bdb784
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date: Sun Apr 6 23:38:23 2014 +0200
Imported Upstream version 2.0.1
COMMITTERS.md | 194 ++++++
CONTRIBUTING.md | 298 ++-------
Gemfile | 33 +-
README.md | 3 +-
Rakefile | 2 +-
acceptance/Gemfile | 14 +
acceptance/config/centos-5.cfg | 22 +
acceptance/config/fedora-19.cfg | 20 +
acceptance/config/redhat-6.cfg | 22 +
acceptance/config/solaris-11.cfg | 23 +
acceptance/config/ubuntu-1004.cfg | 22 +
acceptance/config/windows-2003.cfg | 23 +
acceptance/lib/puppet/acceptance/install_utils.rb | 54 ++
acceptance/setup/00_EnvSetup.rb | 40 ++
acceptance/setup/01_TestSetup.rb | 31 +
acceptance/tests/facter_json_output_validates.rb | 15 +
acceptance/tests/runs_external_facts_once.rb | 59 ++
.../ticket_7039_facter_multiple_facts_one_file.rb | 27 +-
bin/facter | 58 --
ext/build_defaults.yaml | 4 +-
ext/debian/changelog | 4 +-
ext/debian/rules | 2 +-
ext/ips/facter.p5m | 4 +-
ext/osx/file_mapping.yaml | 2 +-
ext/osx/preflight.erb | 35 +-
ext/project_data.yaml | 18 +
ext/redhat/facter.spec | 22 +-
install.rb | 17 +-
lib/facter.rb | 343 +++++-----
lib/facter/application.rb | 182 ++++--
lib/facter/architecture.rb | 15 +-
lib/facter/core/aggregate.rb | 220 +++++++
lib/facter/core/directed_graph.rb | 46 ++
lib/facter/core/execution.rb | 123 ++++
lib/facter/core/execution/base.rb | 81 +++
lib/facter/core/execution/posix.rb | 50 ++
lib/facter/core/execution/windows.rb | 57 ++
lib/facter/core/logging.rb | 169 +++++
lib/facter/core/resolvable.rb | 94 +++
lib/facter/core/suitable.rb | 117 ++++
lib/facter/domain.rb | 24 +-
lib/facter/filesystems.rb | 2 +-
lib/facter/hardwaremodel.rb | 2 +-
lib/facter/hostname.rb | 8 +-
lib/facter/interfaces.rb | 7 +-
lib/facter/ipaddress.rb | 4 +-
lib/facter/kernel.rb | 2 +-
lib/facter/kernelrelease.rb | 2 +-
lib/facter/ldom.rb | 4 +-
lib/facter/lsbdistcodename.rb | 4 +-
lib/facter/lsbdistdescription.rb | 6 +-
lib/facter/lsbdistid.rb | 4 +-
lib/facter/lsbdistrelease.rb | 4 +-
lib/facter/lsbrelease.rb | 4 +-
lib/facter/macaddress.rb | 15 +-
lib/facter/macosx.rb | 4 +-
lib/facter/memory.rb | 27 +-
lib/facter/operatingsystem.rb | 2 +-
lib/facter/operatingsystemmajrelease.rb | 17 +-
lib/facter/operatingsystemrelease.rb | 46 +-
lib/facter/physicalprocessorcount.rb | 22 +-
lib/facter/processor.rb | 36 +-
lib/facter/selinux.rb | 19 +-
lib/facter/ssh.rb | 7 +-
lib/facter/util/architecture.rb | 19 +
lib/facter/util/cfpropertylist.rb | 6 -
lib/facter/util/cfpropertylist/LICENSE | 19 -
lib/facter/util/cfpropertylist/README | 44 --
lib/facter/util/cfpropertylist/Rakefile | 44 --
lib/facter/util/cfpropertylist/THANKS | 7 -
.../util/cfpropertylist/lib/cfpropertylist.rb | 6 -
.../cfpropertylist/lib/rbBinaryCFPropertyList.rb | 562 -----------------
.../util/cfpropertylist/lib/rbCFPlistError.rb | 26 -
.../util/cfpropertylist/lib/rbCFPropertyList.rb | 402 ------------
lib/facter/util/cfpropertylist/lib/rbCFTypes.rb | 244 --------
.../util/cfpropertylist/lib/rbLibXMLParser.rb | 135 ----
.../util/cfpropertylist/lib/rbNokogiriParser.rb | 140 -----
.../util/cfpropertylist/lib/rbREXMLParser.rb | 136 ----
lib/facter/util/collection.rb | 98 +--
lib/facter/util/config.rb | 32 +-
lib/facter/util/confine.rb | 38 +-
lib/facter/util/ec2.rb | 2 +-
lib/facter/util/fact.rb | 144 +++--
lib/facter/util/file_read.rb | 13 +-
lib/facter/util/formatter.rb | 38 ++
lib/facter/util/ip.rb | 6 +-
lib/facter/util/ip/windows.rb | 4 +-
lib/facter/util/loader.rb | 104 ++--
lib/facter/util/macosx.rb | 15 +-
lib/facter/util/manufacturer.rb | 10 +-
lib/facter/util/memory.rb | 40 +-
lib/facter/util/monkey_patches.rb | 39 --
lib/facter/util/netmask.rb | 6 +-
lib/facter/util/normalization.rb | 94 +++
lib/facter/util/nothing_loader.rb | 9 +-
lib/facter/util/parser.rb | 24 +-
lib/facter/util/plist/generator.rb | 2 +-
lib/facter/util/processor.rb | 32 +-
lib/facter/util/resolution.rb | 403 ++++--------
lib/facter/util/solaris_zones.rb | 2 +-
lib/facter/util/unix_root.rb | 5 +
lib/facter/util/uptime.rb | 11 +-
lib/facter/util/values.rb | 68 +-
lib/facter/util/virtual.rb | 20 +-
lib/facter/util/vlans.rb | 21 +-
lib/facter/util/windows_root.rb | 37 ++
lib/facter/util/xendomains.rb | 2 +-
lib/facter/version.rb | 81 +--
lib/facter/virtual.rb | 57 +-
lib/facter/zfs_version.rb | 6 +-
lib/facter/zpool_version.rb | 6 +-
man/man8/facter.8 | 149 +++--
spec/fixtures/cpuinfo/amd64twentyfour | 600 ++++++++++++++++++
spec/fixtures/hpux/machinfo/superdome-server-SD32B | 53 ++
spec/fixtures/hpux/machinfo/superdome2-16s | 31 +
spec/fixtures/processorcount/solaris-psrinfo | 24 +
spec/fixtures/unit/netmask/darwin_10_8_5.txt | 30 +
spec/fixtures/unit/util/vlans/centos-5-no-vlans | 2 +
spec/lib/facter_spec/cpuinfo.rb | 15 +
spec/unit/application_spec.rb | 47 +-
spec/unit/architecture_spec.rb | 8 +
spec/unit/core/aggregate_spec.rb | 125 ++++
spec/unit/core/directed_graph_spec.rb | 79 +++
spec/unit/core/execution/base_spec.rb | 132 ++++
spec/unit/core/execution/posix_spec.rb | 86 +++
spec/unit/core/execution/windows_spec.rb | 106 ++++
spec/unit/core/execution_spec.rb | 42 ++
spec/unit/core/logging_spec.rb | 104 ++++
spec/unit/core/resolvable_spec.rb | 81 +++
spec/unit/core/suitable_spec.rb | 96 +++
spec/unit/domain_spec.rb | 10 +-
spec/unit/ec2_spec.rb | 2 +-
spec/unit/facter_spec.rb | 283 ++-------
spec/unit/filesystems_spec.rb | 4 +-
spec/unit/hardwareisa_spec.rb | 10 +-
spec/unit/hardwaremodel_spec.rb | 4 +-
spec/unit/hostname_spec.rb | 8 +-
spec/unit/id_spec.rb | 6 +-
spec/unit/interfaces_spec.rb | 10 +
spec/unit/ipaddress6_spec.rb | 8 +-
spec/unit/ipaddress_spec.rb | 2 +-
spec/unit/kernel_spec.rb | 4 +-
spec/unit/kernelmajversion_spec.rb | 2 +-
spec/unit/kernelrelease_spec.rb | 58 +-
spec/unit/kernelversion_spec.rb | 28 +-
spec/unit/ldom_spec.rb | 5 +-
spec/unit/lsbdistcodename_spec.rb | 12 +-
spec/unit/lsbdistdescription_spec.rb | 14 +-
spec/unit/lsbdistid_spec.rb | 12 +-
spec/unit/lsbdistrelease_spec.rb | 4 +-
spec/unit/lsbrelease_spec.rb | 12 +-
spec/unit/manufacturer_spec.rb | 2 +-
spec/unit/memory_spec.rb | 76 ++-
spec/unit/netmask_spec.rb | 9 +
spec/unit/operatingsystem_spec.rb | 2 +-
spec/unit/operatingsystemmajrelease_spec.rb | 22 +
spec/unit/operatingsystemrelease_spec.rb | 72 ++-
spec/unit/physicalprocessorcount_spec.rb | 20 +-
spec/unit/processor_spec.rb | 281 ++++-----
spec/unit/selinux_spec.rb | 10 +-
spec/unit/ssh_spec.rb | 5 +-
spec/unit/uniqueid_spec.rb | 6 +-
spec/unit/util/collection_spec.rb | 90 +--
spec/unit/util/config_spec.rb | 29 +
spec/unit/util/confine_spec.rb | 21 +
spec/unit/util/directory_loader_spec.rb | 1 +
spec/unit/util/ec2_spec.rb | 12 +-
spec/unit/util/fact_spec.rb | 182 +++---
spec/unit/util/ip/windows_spec.rb | 36 +-
spec/unit/util/ip_spec.rb | 8 +-
spec/unit/util/loader_spec.rb | 315 ++++------
spec/unit/util/macaddress_spec.rb | 4 +-
spec/unit/util/macosx_spec.rb | 16 +-
spec/unit/util/manufacturer_spec.rb | 6 +-
spec/unit/util/monkey_patches_spec.rb | 42 --
spec/unit/util/normalization_spec.rb | 113 ++++
spec/unit/util/parser_spec.rb | 134 ++--
spec/unit/util/processor_spec.rb | 19 +-
spec/unit/util/resolution_spec.rb | 691 ++-------------------
spec/unit/util/solaris_zones_spec.rb | 12 +-
spec/unit/util/uptime_spec.rb | 4 +-
spec/unit/util/values_spec.rb | 131 ++++
spec/unit/util/virtual_spec.rb | 32 +-
spec/unit/util/vlans_spec.rb | 38 +-
spec/unit/util/xendomains_spec.rb | 4 +-
spec/unit/virtual_spec.rb | 96 +--
spec/unit/zfs_version_spec.rb | 22 +-
spec/unit/zonename_spec.rb | 4 +-
spec/unit/zones_spec.rb | 2 +-
spec/unit/zpool_version_spec.rb | 22 +-
190 files changed, 6102 insertions(+), 4893 deletions(-)
diff --cc ext/debian/changelog
index 122a58b,02497fd..c645c63
--- a/ext/debian/changelog
+++ b/ext/debian/changelog
@@@ -1,8 -1,8 +1,8 @@@
- facter (1.7.3-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.0.1-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, 09 Sep 2013 16:24:04 -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, 01 Apr 2014 10:23:07 -0700
facter (1.7.2-1puppetlabs2) lucid unstable sid wheezy lucid squeeze precise; urgency=low
diff --cc ext/ips/facter.p5m
index 2aba867,0000000..0a5185d
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/facter@1.7.3,11.4.2-0
++set name=pkg.fmri value=pkg://puppetlabs.com/application/@2.0.1,13.1.0-0
+set name=pkg.summary value="Facter, a system inventory tool"
- set name=pkg.human-version value="1.7.3"
++set name=pkg.human-version value="2.0.1"
+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 98262a8,288426b..047ab18
--- 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 1.7.3
- %global rpmversion 1.7.3
-%global realversion <%= @version %>
-%global rpmversion <%= @rpmversion %>
++%global realversion 2.0.1
++%global rpmversion 2.0.1
Summary: Ruby module for collecting simple facts about a host operating system
Name: facter
@@@ -70,8 -70,8 +70,8 @@@ rm -rf %{buildroot
%changelog
- * Mon Sep 09 2013 Puppet Labs Release <info at puppetlabs.com> - 1:1.7.3-1
- - Build for 1.7.3
-* <%= Time.now.strftime("%a %b %d %Y") %> Puppet Labs Release <info at puppetlabs.com> - 1:<%= @rpmversion %>-<%= @rpmrelease %>
-- Build for <%= @version %>
++* Tue Apr 01 2014 Puppet Labs Release <info at puppetlabs.com> - 1:2.0.1-1
++- Build for 2.0.1
* 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