The core PHP package should Provide a dep of "php-cli", to give apps that specifically depend on the CLI SAPI something to depend on, and to facilitate possible future splitting of the packages (e.g. see bug #177821) This is not the same as either bug #191366 or bug #191913. Version-Release number of selected component (if applicable): 5.1.4-1 How reproducible: Always Steps to Reproduce: $ rpm -q --provides php|grep cli Actual results: [nothing] Expected results: php-cli = 5.1.4-1
NB this is in exactly the same vein as bug #187891.
This is fixed in devel now with the recent packaging changes.
I was just wondering, why does php require php-cli?