Re: pgadmin4 RPM broken?

From: John Harvey <john(dot)harvey(at)crunchydata(dot)com>
To: pgsql-pkg-yum <pgsql-pkg-yum(at)postgresql(dot)org>
Subject: Re: pgadmin4 RPM broken?
Date: 2017-05-01 12:15:03
Message-ID: CABcP5fiHShZEJg6QSXcKkL=_tQt0_bSDWiH8V7VXgJSvMRuupA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Hi Devrim,

On Sun, Apr 30, 2017 at 4:35 AM, Devrim Gündüz <devrim(at)gunduz(dot)org> wrote:

>
> > I think that these lines should actually now be moved to:
> > Requires: pgadmin4-python-itsdangerous >= 0.24
> >
> > Is that a correct assumption?
>
> I changed Python2 part only, and that was a great catch. Thanks!
>

It looks pretty good so far. I think there's one last change needed based
on your most recent commit.
The line below appears to now be broken:

BuildRequires: python-itsdangerous >= 0.24 pgadmin4-python-flask-htmlmin

I think it should be:

BuildRequires: pgadmin4-python-itsdangerous >= 0.24
pgadmin4-python-flask-htmlmin

Without this change, I am unable to build on EL-7 since the base
python-itsdangerous package only goes up to 0.23.
However, if I make the above change, I can build successfully on EL-7.

The new spec file is in the repo now. Thanks for looking at this, it was
> great!

No problem. Glad to help! :)

Regards,
-John

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Peter Eisentraut 2017-05-01 16:28:37 Re: pgbouncer socket directory
Previous Message Devrim Gündüz 2017-04-30 08:35:09 Re: pgadmin4 RPM broken?