[facter] Re-order BuildRequires/Requires

Todd Zullinger tmz at fedoraproject.org
Thu Jan 5 15:06:23 UTC 2012


commit 720396429430c86983507bcc1bbd82e01d40dfd3
Author: Todd Zullinger <tmz at pobox.com>
Date:   Thu Jan 5 09:54:10 2012 -0500

    Re-order BuildRequires/Requires

 facter.spec |    4 ++--
 1 files 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


More information about the scm-commits mailing list