Re: SRPM macros, EPEL, and side tags

2022-10-07 Thread Artur Frenszek-Iwicki
I took a look at epel-rpm-macros. Interestingly, in EPEL9, the package has "Recommends: fpc-srpm-macros". [0] Despite this, when I try building in the side tag, the package isn't pulled in. I guess koji is configured not to pull in weak deps? Anyway, I've opened a PR on epel-rpm-macros to change

Re: SRPM macros, EPEL, and side tags

2022-10-05 Thread Maxwell G via devel
On Thu Oct 6, 2022 at 1:35 AM +0200, Miro Hrončok wrote: > On 05. 10. 22 23:24, Kevin Fenzi wrote: > > On Wed, Oct 05, 2022 at 08:40:12PM -, Artur Frenszek-Iwicki wrote: > >> Hi all, > >> > >> some time ago I've built the Free Pascal Compiler [0] for EPEL9, > >> and recently I got the idea it

Re: SRPM macros, EPEL, and side tags

2022-10-05 Thread Miro Hrončok
On 05. 10. 22 23:24, Kevin Fenzi wrote: On Wed, Oct 05, 2022 at 08:40:12PM -, Artur Frenszek-Iwicki wrote: Hi all, some time ago I've built the Free Pascal Compiler [0] for EPEL9, and recently I got the idea it might be good to do the same with the Lazarus IDE [1]. Testing things locally

Re: SRPM macros, EPEL, and side tags

2022-10-05 Thread Kevin Fenzi
On Wed, Oct 05, 2022 at 08:40:12PM -, Artur Frenszek-Iwicki wrote: > Hi all, > > some time ago I've built the Free Pascal Compiler [0] for EPEL9, > and recently I got the idea it might be good to do the same with > the Lazarus IDE [1]. Testing things locally with mock, > I realized that

SRPM macros, EPEL, and side tags

2022-10-05 Thread Artur Frenszek-Iwicki
Hi all, some time ago I've built the Free Pascal Compiler [0] for EPEL9, and recently I got the idea it might be good to do the same with the Lazarus IDE [1]. Testing things locally with mock, I realized that Lazarus used a macro from fpc-srpm-macros [2], which hasn't been built for EPEL9 yet.