Update CHANGELOG, conf/redhat/facter.spec for 2.0.0rc4

This commit is contained in:
Moses Mendoza 2012-05-24 16:44:05 -07:00
parent a7738b6513
commit 857674bec1
2 changed files with 28 additions and 4 deletions

View File

@ -1,3 +1,24 @@
2.0.0rc4
===
d6a3e91 Make package task depend on tar in Rakfile
f42896d (#14764) Stub architecture fact when Windows facts run on Linux
f44ca52 (maint) Fix hardware model fact for ruby 1.9
964d1f0 (#12864) Close registry key
ab025bb Revert "Revert "(#12864) Windows: get primary DNS from registry""
478386d (#10261) Detect x64 architecture on Windows
2043244 (#13678) Remove deprecation msg triggerd by the ipaddress6 fact
d118d81 (#13678) Add filename extension on absolute paths on windows
85654b0 (#13678) Allow passing shell built-ins to exec method on windows
8f4c016 (#13678) Single quote paths on unix with spaces
2d164e8 (#13678) Join PATHs correctly on windows
e7e7e8f (#13678) Extend spec tests for expand_command
0fea7b0 maint: Add shared context for specs to imitate windows or posix
60d0cd2 (#13678) Fix spec failures on windows
121a2ab (#13678) Fix quoting in expand_command
55b1125 (#13678) Add more unit tests for new methods
9086c0a (#13678) Add RDoc documentation for new methods
165ace4 (#13678) Convert command to absolute paths before executing
2.0.0rc3
===
6cc881d Use git describe in Rakefile to determine pkg ver

View File

@ -4,13 +4,13 @@ Summary: Ruby module for collecting simple facts about a host operating system
Name: facter
Version: 2.0.0
#Release: 1%{?dist}
Release: 0.1rc3%{?dist}
Release: 0.1rc4%{?dist}
License: Apache 2.0
Group: System Environment/Base
URL: http://www.puppetlabs.com/puppet/related-projects/%{name}
Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}rc3.tar.gz
Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}rc4.tar.gz
#Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz
Source1: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}rc3.tar.gz.asc
Source1: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}rc4.tar.gz.asc
#Source1: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz.asc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -32,7 +32,7 @@ operating system. Additional facts can be added through simple Ruby scripts
%prep
#%setup -q -n %{name}-%{version}
%setup -q -n %{name}-%{version}rc3
%setup -q -n %{name}-%{version}rc4
%build
@ -53,6 +53,9 @@ rm -rf %{buildroot}
%changelog
* Thu May 24 2012 Moses Mendoza <moses@puppetlabs.com> - 2.0.0-0.1rc4
- Update for 2.0.0rc4 release
* Tue May 22 2012 Moses Mendoza <moses@puppetlabs.com> - 2.0.0-0.1rc3
- Update for 2.0.0rc3 release