On Okt 06 2016, Carsten Ziepke kieltux@gmail.com wrote:
On Thu, 06 Oct 2016 09:20:14 +0200 Andreas Schwab schwab@linux-m68k.org wrote:
On Okt 05 2016, Carsten Ziepke kieltux@gmail.com wrote:
Ok, thank you for pointing me in the right direction, but (so far I understand) this should only happen for SLES (?): $ osc meta prjconf games...
%if 0%{?is_opensuse} Support: rpmlint-Factory-strict %else # 0%%{?sles_version}. As requested in SR#202708 Substitute: pkgconfig(gl) Mesa-devel Substitute: Mesa-libGL-devel Mesa-devel Substitute: pkgconfig(glu) Mesa-devel Substitute: glu-devel Mesa-devel
The prjconf has an unterminated %if block, which probably confuses the buildconfig parser.
Thank you very much, Andreas. The problem is now solved with the help of Matthias Mailänder. The prjconf for the games repository is now fixed.
That last change actually introduced the unterminated conditional block.
Andreas.