Correct missing dependency to apache-php::with_simplexml. This flaw

Sat, 06 Oct 2012 21:52:50 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 06 Oct 2012 21:52:50 +0200
changeset 730
f516669e3b85
parent 729
777fac408e45
child 731
dc14180f3f4e

Correct missing dependency to apache-php::with_simplexml. This flaw
left uncorrected leads to a fatal runtime failure.

joomla/joomla.spec file | annotate | diff | comparison | revisions
     1.1 --- a/joomla/joomla.spec	Sat Oct 06 20:31:07 2012 +0200
     1.2 +++ b/joomla/joomla.spec	Sat Oct 06 21:52:50 2012 +0200
     1.3 @@ -57,6 +57,7 @@
     1.4  PreReq:       apache-php::with_session = yes
     1.5  PreReq:       apache-php::with_mm = yes
     1.6  PreReq:       apache-php::with_sendmail = yes
     1.7 +PreReq:       apache-php::with_simplexml = yes
     1.8  PreReq:       MTA
     1.9  
    1.10  %description

mercurial