[rubygem-hpricot] fix condition

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Feb 5 06:57:18 UTC 2012


commit 04349dc3e19c050e1a66579522f71dc3afa5639d
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Feb 5 15:57:16 2012 +0900

    fix condition

 rubygem-hpricot.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-hpricot.spec b/rubygem-hpricot.spec
index d6a6e8b..3121954 100644
--- a/rubygem-hpricot.spec
+++ b/rubygem-hpricot.spec
@@ -174,7 +174,7 @@ popd
 
 }
 
-%if 0%{?fedora} <= 17
+%if 0%{?fedora} < 17
 create_symlink_rec %{gem_libdir} %{ruby_sitelib}
 %endif
 


More information about the scm-commits mailing list