From 93f8b33fd6a7df46f2552a7045d712047485a991 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 19 Feb 2012 10:48:30 -0500 Subject: [PATCH] Update summary and description These were a little stale. Pull an updated description from the facter home page. --- facter.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/facter.spec b/facter.spec index 6ca9a91..ff7d438 100644 --- a/facter.spec +++ b/facter.spec @@ -17,7 +17,7 @@ Name: facter Version: 1.6.5 Release: 5%{?dist} -Summary: Ruby module for collecting simple facts about a host operating system +Summary: Command and ruby library for gathering system information Group: System Environment/Base License: ASL 2.0 @@ -51,9 +51,15 @@ Requires: ruby(abi) = %{ruby_version} Requires: which %description -Ruby module for collecting simple facts about a host Operating -system. Some of the facts are preconfigured, such as the hostname and the -operating system. Additional facts can be added through simple Ruby scripts +Facter is a lightweight program that gathers basic node information about the +hardware and operating system. Facter is especially useful for retrieving +things like operating system names, hardware characteristics, IP addresses, MAC +addresses, and SSH keys. + +Facter is extensible and allows gathering of node information that may be +custom or site specific. It is easy to extend by including your own custom +facts. Facter can also be used to create conditional expressions in Puppet that +key off the values returned by facts. %prep %setup -q @@ -90,6 +96,7 @@ rspec spec %changelog * Sun Feb 19 2012 Todd Zullinger - 1.6.5-5 - Disable useless debuginfo generation (#795106, thanks to Ville Skyttä) +- Update summary and description * Wed Feb 15 2012 Todd Zullinger - 1.6.5-4 - Only run rspec checks on Fedora >= 17