[opensuse-packaging] packaging for php5 but not php7
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 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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! -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Cristian Rodríguez
-
Darin Perusich