https://bugzilla.redhat.com/show_bug.cgi?id=1424839

Remi Collet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |fedora-review?
                   |                            |rhel-rawhide-



--- Comment #4 from Remi Collet <[email protected]> ---
instead of using pkill which raises some error on local build
+ pkill php
pkill: killing pid 1320 failed: Operation not permitted
pkill: killing pid 1328 failed: Operation not permitted
pkill: killing pid 1332 failed: Operation not permitted
pkill: killing pid 1338 failed: Operation not permitted
pkill: killing pid 1341 failed: Operation not permitted
pkill: killing pid 1357 failed: Operation not permitted

perhaps simpler to use

    %{_bindir}/php -S 127.0.0.1:8080....
    PHPPID=$!

    kill $PHPPID

1 blocker:

[!]: License field in the package spec file matches the actual license.
    See LICENSE file
    # Everything is ISC, excepted IRI which is BSD
    License: ISC and BSD

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to