diff -r 0b57a67721e7 -r 7548d72a64e3 drupal/drupal.spec --- a/drupal/drupal.spec Sat Oct 27 17:14:38 2012 +0200 +++ b/drupal/drupal.spec Sat Oct 27 17:19:03 2012 +0200 @@ -31,7 +31,7 @@ Class: PLUS Group: CMS License: GPL -Version: 7.15 +Version: 7.16 Release: 20120800 # package options @@ -68,6 +68,7 @@ PreReq: apache-php::with_session = yes PreReq: apache-php::with_mm = yes PreReq: apache-php::with_xml = yes +PreReq: apache-php::with_xmlwriter = yes PreReq: apache-php::with_xslt = yes PreReq: apache-php::with_sendmail = yes %if "%{with_mysql}" == "yes" @@ -109,6 +110,7 @@ %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/sbin \ $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \ + $RPM_BUILD_ROOT%{l_prefix}/etc/drupal \ $RPM_BUILD_ROOT%{l_prefix}/share/drupal \ $RPM_BUILD_ROOT%{l_prefix}/var/drupal/files \ $RPM_BUILD_ROOT%{l_prefix}/var/drupal/run \