Update to 2.0.1

I've removed the dmidecode patch because it no longer cleanly applies and doesn't seem to be getting tracked upstream anymore. Needs more investigation and then potentially porting the patch to the 2.x series.
epel9
Sam Kottler 11 years ago
parent 938d3cb881
commit 834655bd43

@ -19,7 +19,7 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: facter Name: facter
Version: 1.7.4 Version: 2.0.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Command and ruby library for gathering system information Summary: Command and ruby library for gathering system information
@ -28,8 +28,6 @@ License: ASL 2.0
URL: https://puppetlabs.com/%{name} URL: https://puppetlabs.com/%{name}
Source0: https://downloads.puppetlabs.com/%{name}/%{name}-%{version}.tar.gz Source0: https://downloads.puppetlabs.com/%{name}/%{name}-%{version}.tar.gz
Source1: https://downloads.puppetlabs.com/%{name}/%{name}-%{version}.tar.gz.asc Source1: https://downloads.puppetlabs.com/%{name}/%{name}-%{version}.tar.gz.asc
# https://tickets.puppetlabs.com/browse/FACT-86
Patch0: facter-1.7.4-dmidecode-drop-stderr.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ruby >= 1.8.1 BuildRequires: ruby >= 1.8.1
@ -71,8 +69,6 @@ key off the values returned by facts.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .dmidecode-drop-stderr
%build %build
# Nothing to build # Nothing to build
@ -119,6 +115,9 @@ rspec spec
%changelog %changelog
* Tue Apr 29 2014 Sam Kottler <skottler@fedoraproject.org> - 2.0.1-1
- Update to to 2.0.1
* Tue Jan 28 2014 Todd Zullinger <tmz@pobox.com> - 1.7.4-1 * Tue Jan 28 2014 Todd Zullinger <tmz@pobox.com> - 1.7.4-1
- Update to 1.7.4 - Update to 1.7.4
- Create /etc/facter/facts.d for external facts - Create /etc/facter/facts.d for external facts

@ -1,2 +1,2 @@
cc3a08963234cec042982d0aa9b4dc39 facter-1.7.4.tar.gz 25d093548e89b7354227a10f50a3fb8c facter-2.0.1.tar.gz
2ebb3a04ac1c68fc29d3802874888f8a facter-1.7.4.tar.gz.asc 0a57ca5f9bd7634d533b0c311b087f63 facter-2.0.1.tar.gz.asc

Loading…
Cancel
Save