diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-06 10:22:06 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-06 10:22:06 +0100 |
commit | 30a3580b7fb3be0b7933399c624a4abd703718b6 (patch) | |
tree | 44b7eedd9a7c6814e7d9328120c5091d966751e9 | |
parent | b22c25eaeb408f3c25e12b9ce196cf87ab836cb0 (diff) |
missing clean
-rw-r--r-- | phpunit8.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index f3aabcc..59fdc05 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -212,6 +212,8 @@ Documentation: https://phpunit.readthedocs.io/ %setup -q -n %{gh_project}-%{gh_commit} %patch -P0 -p0 -b .rpm +find . -name \*.rpm -delete -print + %build %{_bindir}/phpab \ |