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 - 3.20120725-2 +- Add missing runtime dependency on YAML::XS. + * Sat Sep 29 2012 Thomas Moschny - 3.20120725-1 - Update to 3.20120725. - Add missing BR.