[ikiwiki] Add missing runtime dependency on YAML::XS.

Thomas Moschny thm at fedoraproject.org
Fri Oct 5 18:56:27 UTC 2012


commit e04fcb0cb12f94117acd8d4bf1b5e7ee1564719c
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Oct 5 20:55:56 2012 +0200

    Add missing runtime dependency on YAML::XS.

 ikiwiki.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ikiwiki.spec b/ikiwiki.spec
index 88a9c2a..fb681c3 100644
--- a/ikiwiki.spec
+++ b/ikiwiki.spec
@@ -1,6 +1,6 @@
 Name:           ikiwiki
 Version:        3.20120725
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A wiki compiler
 
 Group:          Applications/Internet
@@ -38,6 +38,7 @@ Requires:       perl(XML::Simple)
 Requires:       perl(CGI::FormBuilder)
 Requires:       perl(CGI::Session)
 Requires:       perl(Digest::SHA1)
+Requires:       perl(YAML::XS)
 
 Requires:       python(abi) %(%{__python} -c "import sys ; print \"=\", sys.version[:3]")
 Requires:       python-docutils
@@ -141,6 +142,9 @@ meta-wrapper in this package.
 
 
 %changelog
+* Fri Oct  5 2012 Thomas Moschny <thomas.moschny at gmx.de> - 3.20120725-2
+- Add missing runtime dependency on YAML::XS.
+
 * Sat Sep 29 2012 Thomas Moschny <thomas.moschny at gmx.de> - 3.20120725-1
 - Update to 3.20120725.
 - Add missing BR.


More information about the scm-commits mailing list