[rubygem-htmlentities] fix branch condition

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Feb 5 06:50:13 UTC 2012


commit 298ed13ac24de1f811ded844de257900496df45b
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Feb 5 15:50:11 2012 +0900

    fix branch condition

 rubygem-htmlentities.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-htmlentities.spec b/rubygem-htmlentities.spec
index 2acbbf2..bca5584 100644
--- a/rubygem-htmlentities.spec
+++ b/rubygem-htmlentities.spec
@@ -128,7 +128,7 @@ popd
 
 }
 
-%if 0%{?fedora} >= 17
+%if 0%{?fedora} < 17
 create_symlink_rec %{gem_instdir}/lib %{ruby_sitelib}
 %endif
 


More information about the scm-commits mailing list