Pointers on packaging an application for EL8

2020-08-29 Thread Alex Corcoles
Hi, I'm dabbling in writing a small Python application (further details below to provide some context). This application: * Has no dependencies other than the Python standard library * Makes only sense to be installed using your distribution's package manager * Would initially support *only* EL8

Re: Pointers on packaging an application for EL8

2020-08-30 Thread Alex Corcoles
Hi Miro, > * Makes only sense to be installed using your distribution's package > manager > > Why? This is a requirement I don't understand. > That might be an overstatement. This is software to help install and configure other software, so it doesn't make sense if it has a complex installation p