diff options
| -rw-r--r-- | php-laminas-mvc.spec | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/php-laminas-mvc.spec b/php-laminas-mvc.spec index 0f36d3d..77aa0ea 100644 --- a/php-laminas-mvc.spec +++ b/php-laminas-mvc.spec @@ -128,7 +128,7 @@ Suggests:       php-autoloader(%{gh_owner}/laminas-mvc-plugin-identity)  Suggests:       php-autoloader(%{gh_owner}/laminas-mvc-plugin-prg)  Suggests:       php-autoloader(%{gh_owner}/laminas-paginator)  Suggests:       php-autoloader(%{gh_owner}/laminas-servicemanager-di) -# remirepo:11 +# remirepo:10  %else  Requires:       php-laminas-eventmanager  Requires:       php-laminas-http @@ -189,12 +189,11 @@ mv LICENSE.md LICENSE  phpab --template fedora --output src/autoload.php src  cat << 'EOF' | tee -a src/autoload.php  \Fedora\Autoloader\Dependencies::required([ -    '%{php_home}/Interop/Container/autoload.php', +    '%{php_home}/%{namespace}/ServiceManager/autoload.php',      '%{php_home}/%{namespace}/EventManager/autoload.php',      '%{php_home}/%{namespace}/Http/autoload.php',      '%{php_home}/%{namespace}/ModuleManager/autoload.php',      '%{php_home}/%{namespace}/Router/autoload.php', -    '%{php_home}/%{namespace}/ServiceManager/autoload.php',      '%{php_home}/%{namespace}/Stdlib/autoload.php',      '%{php_home}/%{namespace}/View/autoload.php',  ]);  | 
