From 720396429430c86983507bcc1bbd82e01d40dfd3 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 5 Jan 2012 09:54:10 -0500 Subject: [PATCH] Re-order BuildRequires/Requires --- facter.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/facter.spec b/facter.spec index 37b2843..8f18c74 100644 --- a/facter.spec +++ b/facter.spec @@ -19,12 +19,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %endif +BuildRequires: ruby >= 1.8.1 Requires: ruby >= 1.8.1 -Requires: which %if %has_ruby_abi Requires: ruby(abi) = 1.8 %endif -BuildRequires: ruby >= 1.8.1 +Requires: which %description Ruby module for collecting simple facts about a host Operating