Codebase list facter / ceefaf1
Update lib/facter.rb, CHANGELOG, facter.spec for 1.6.9rc1 Matthaus Litteken 12 years ago
3 changed file(s) with 24 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 1.6.9rc1
1 ===
2 b398bd8 (#14334) Fix dmidecode based facts on DragonFly BSD
3 6c46b2c (#14332) Correct stubbing on Ubuntu
4 753f3a4 Revert "(#12864) Windows: get primary DNS from registry"
5 ac51593 Wrap dmidecode/pciutils in ifarch block
6 fbaa8fe (#11511) Correct lsbrelease specfile filename
7 14eee2b (#12864) Windows: get primary DNS from registry
8 2842c96 Update rpm spec file
9 515fd65 (#11511) Split lsb facts into multiple files
10
011 1.6.8
112 ===
213 b86fe4c (#12831) Add rspec tests to have_which method in Resolution
11
22 Summary: Ruby module for collecting simple facts about a host operating system
33 Name: facter
4 Version: 1.6.8
5 Release: 1%{?dist}
6 #Release: 0.1rc1%{?dist}
4 Version: 1.6.9
5 #Release: 1%{?dist}
6 Release: 0.1rc1%{?dist}
77 License: Apache 2.0
88 Group: System Environment/Base
99 URL: http://www.puppetlabs.com/puppet/related-projects/%{name}
10 #Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}rc1.tar.gz
11 Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz
12 #Source1: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}rc1.tar.gz.asc
10 Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}rc1.tar.gz
11 #Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz
12 Source1: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}rc1.tar.gz.asc
13 #Source1: http://puppetlabs.com/downloads/%{name}/%{name}-%{version}.tar.gz.asc
1314
1415 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1516
2930 operating system. Additional facts can be added through simple Ruby scripts
3031
3132 %prep
32 %setup -q -n %{name}-%{version}
33 #%setup -q -n %{name}-%{version}rc1
33 #%setup -q -n %{name}-%{version}
34 %setup -q -n %{name}-%{version}rc1
3435
3536 %build
3637
5152
5253
5354 %changelog
55 * Thu May 10 2012 Matthaus Litteken <matthaus@puppetlabs.com> - 1.6.9-0.1rc1
56 - Update for 1.6.9rc1
57
5458 * Mon Apr 30 2012 Moses Mendoza <moses@puppetlabs.com> - 1.6.8-1
5559 - Update for 1.6.8, spec for arch-specific build, req ruby 1.8.5
5660
2424 include Comparable
2525 include Enumerable
2626
27 FACTERVERSION = '1.6.8'
27 FACTERVERSION = '1.6.9'
2828 # = Facter
2929 # Functions as a hash of 'facts' you might care about about your
3030 # system, such as mac address, IP address, Video card, etc.