On Mon, Sep 24, 2018 at 10:07 PM Ranjan Maitra <maitra@email.com> wrote:
Hi,

I have not done this for a while, and I was trying to build a small rpm using a previously written .spec file which I had created some time ago and which compiled without incident till F27.

Over time gcc gets more pedantic about syntax and warnings turn to errors and I believer "-Werror" turns all warnings to errors. You could remove that flag or I think adding "-Wno-error=parentheses" might work.

Curiosity got the better of me and I'm working on updating your specfile to something more current with the guidelines.

Thanks,
Richard