diff --git a/php-fedora-autoloader.spec b/php-fedora-autoloader.spec index 74f3da6..87aee82 100644 --- a/php-fedora-autoloader.spec +++ b/php-fedora-autoloader.spec @@ -32,7 +32,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fedora Autoloader License: MIT @@ -119,13 +119,24 @@ cp -p res/phpab/fedora*.php.tpl %{buildroot}%{phpab_template_dir}/ %check %if %{with_tests} +: Create tests bootstrap +cat <<'BOOTSTRAP' | tee bootstrap.php + - 1.0.1-2 +- Add tests bootstrap to fix EPEL6 build + * Wed Feb 12 2020 Shawn Iwinski - 1.0.1-1 - Update to 1.0.1 (RHBZ #1802372)