[Pkg-puppet-devel] [facter] 58/61: Imported Upstream version 1.7.3
Stig Sandbeck Mathisen
ssm at debian.org
Mon Nov 4 15:02:05 UTC 2013
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit 450bc8ca30cd1b50b9e9ff2b62875d474083a1ab
Merge: 7046085 e7a26cf
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date: Fri Nov 1 21:42:52 2013 +0100
Imported Upstream version 1.7.3
README.md | 8 +
Rakefile | 14 +-
acceptance/tests/no_errors_on_stderr.rb | 6 +
ext/build_defaults.yaml | 7 +-
ext/debian/changelog | 10 +-
ext/debian/control | 4 +-
ext/ips/facter.p5m | 4 +-
ext/osx/PackageInfo.plist | 36 ---
ext/osx/createpackage.sh | 179 ---------------
ext/osx/preflight | 241 --------------------
ext/osx/preflight.erb | 30 +++
ext/osx/{prototype.plist => prototype.plist.erb} | 12 +-
ext/redhat/facter.spec | 10 +-
install.rb | 2 +-
lib/facter/domain.rb | 14 +-
lib/facter/hardwaremodel.rb | 9 +-
lib/facter/ipaddress.rb | 20 +-
lib/facter/ipaddress6.rb | 15 +-
lib/facter/macaddress.rb | 2 +-
lib/facter/netmask.rb | 19 ++
lib/facter/util/directory_loader.rb | 2 +-
lib/facter/util/ip.rb | 32 ++-
lib/facter/util/ip/windows.rb | 215 +++++++++++++++++
lib/facter/util/macaddress.rb | 12 +-
lib/facter/util/netmask.rb | 2 +-
lib/facter/util/parser.rb | 49 ++--
lib/facter/version.rb | 2 +-
lib/facter/virtual.rb | 10 +-
...indows_netsh_addresses_with_multiple_interfaces | 35 ---
.../unit/ipaddress/ifconfig_non_english_locale.txt | 18 ++
spec/lib/facter_spec/windows_network.rb | 64 ++++++
spec/spec_helper.rb | 32 ++-
spec/unit/architecture_spec.rb | 1 +
spec/unit/domain_spec.rb | 43 +++-
spec/unit/ec2_spec.rb | 2 +-
spec/unit/facter_spec.rb | 4 +-
spec/unit/hardwaremodel_spec.rb | 17 +-
spec/unit/ipaddress6_spec.rb | 119 ++++++++--
spec/unit/ipaddress_spec.rb | 122 ++++++++--
spec/unit/macaddress_spec.rb | 4 -
spec/unit/memory_spec.rb | 15 +-
spec/unit/netmask_spec.rb | 67 +++++-
spec/unit/util/ip/windows_spec.rb | 48 ++++
spec/unit/util/ip_spec.rb | 30 +--
spec/unit/util/macaddress_spec.rb | 62 ++++-
spec/unit/util/parser_spec.rb | 35 ++-
spec/unit/util/virtual_spec.rb | 13 +-
spec/unit/zfs_version_spec.rb | 9 +-
spec/unit/zpool_version_spec.rb | 9 +-
49 files changed, 1016 insertions(+), 699 deletions(-)
diff --cc ext/debian/changelog
index 7962a3a,02497fd..122a58b
--- a/ext/debian/changelog
+++ b/ext/debian/changelog
@@@ -1,8 -1,14 +1,14 @@@
- facter (1.7.2-1puppetlabs1) hardy lucid oneiric unstable sid wheezy lucid squeeze precise quantal; urgency=low
-facter (<%= @debversion %>) lucid unstable sid wheezy lucid squeeze precise quantal raring; urgency=low
++facter (1.7.3-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> Wed, 10 Jul 2013 23:00:17 +0000
- -- 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> Mon, 09 Sep 2013 16:24:04 -0700
+
+ facter (1.7.2-1puppetlabs2) lucid unstable sid wheezy lucid squeeze precise; urgency=low
+
+ * Remove dependenices on libssl-ruby from facter as they are not used
+
+ -- Matthaus Owens <matthaus at puppetlabs.com> Thu, 11 Jul 2013 13:11:30 +0000
facter (1.7.0-0.1rc1puppetlabs1) hardy lucid oneiric unstable sid wheezy lucid squeeze precise; urgency=low
diff --cc ext/ips/facter.p5m
index cc4b2f6,0000000..2aba867
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.2,11.4.2-0
++set name=pkg.fmri value=pkg://puppetlabs.com/application/facter@1.7.3,11.4.2-0
+set name=pkg.summary value="Facter, a system inventory tool"
- set name=pkg.human-version value="1.7.2"
++set name=pkg.human-version value="1.7.3"
+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 3ccbecf,9e3321a..98262a8
--- 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.2
- %global rpmversion 1.7.2
-%global realversion <%= @version %>
-%global rpmversion <%= @rpmversion %>
++%global realversion 1.7.3
++%global rpmversion 1.7.3
Summary: Ruby module for collecting simple facts about a host operating system
Name: facter
@@@ -70,8 -70,8 +70,8 @@@ rm -rf %{buildroot
%changelog
- * Wed Jul 10 2013 Puppet Labs Release <info at puppetlabs.com> - 1:1.7.2-1
- - Build for 1.7.2
-* <%= Time.now.strftime("%a %b %d %Y") %> Puppet Labs Release <info at puppetlabs.com> - 1:<%= @rpmversion %>-<%= @rpmrelease %>
-- Build for <%= @version %>
++* Mon Sep 09 2013 Puppet Labs Release <info at puppetlabs.com> - 1:1.7.3-1
++- Build for 1.7.3
* 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