[tito/el5/master] Rebuild for el5 missing libxslt.

Devan Goodwin dgoodwin at fedoraproject.org
Wed Jan 5 19:15:53 UTC 2011


commit cbfd42a2674f8fd971e764aec0a67348f476bdb1
Author: Devan Goodwin <dgoodwin at rm-rf.ca>
Date:   Wed Jan 5 15:15:03 2011 -0400

    Rebuild for el5 missing libxslt.
    
    This doesn't error out on other versions, but possibly libxslt became a
    base package there.

 tito.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tito.spec b/tito.spec
index dc00f09..025744b 100644
--- a/tito.spec
+++ b/tito.spec
@@ -2,7 +2,7 @@
 
 Name: tito
 Version: 0.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A tool for managing rpm based git projects
 
 Group: Development/Tools
@@ -15,6 +15,7 @@ BuildArch: noarch
 BuildRequires: python-devel
 BuildRequires: python-setuptools
 BuildRequires: asciidoc
+BuildRequires: libxslt
 
 Requires: python-setuptools
 Requires: rpm-build


More information about the scm-commits mailing list