Hello All,
I'm packaging a php app which supports php 5.5+ but not php7, what is the best way to set the Requires: in the spec to only php 5.5+?
-- Later, Darin
On Fri, Sep 30, 2016 at 9:37 AM, Darin Perusich darin@darins.net wrote:
Hello All,
I'm packaging a php app which supports php 5.5+ but not php7, what is the best way to set the Requires: in the spec to only php 5.5+?
Requires : php5 >= 5.5
On Fri, Sep 30, 2016 at 10:49 AM, Cristian Rodríguez crrodriguez@opensuse.org wrote:
On Fri, Sep 30, 2016 at 9:37 AM, Darin Perusich darin@darins.net wrote:
Hello All,
I'm packaging a php app which supports php 5.5+ but not php7, what is the best way to set the Requires: in the spec to only php 5.5+?
Requires : php5 >= 5.5
doh...I was thinking 'Requires: php' not 'Requires: php5'. thanks!