Re: python in docker

2016-10-05 Thread Elan Ruusamäe
On 05.10.2016 11:04, Paweł A. Gajda wrote: On Wed, Oct 5, 2016 at 10:02 AM, Paweł A. Gajda wrote: On Tue, Oct 4, 2016 at 6:25 PM, Elan Ruusamäe wrote: i tried this hack: bash-4.3# echo /etc/rc.d/init.d >> /etc/rpm/sysinfo/Dirnames Would not help as "path" dependencies are resolved based

Re: python in docker

2016-10-05 Thread Paweł A . Gajda
On Wed, Oct 5, 2016 at 10:02 AM, Paweł A. Gajda wrote: > On Tue, Oct 4, 2016 at 6:25 PM, Elan Ruusamäe wrote: > >> >> i tried this hack: >> >> bash-4.3# echo /etc/rc.d/init.d >> /etc/rpm/sysinfo/Dirnames > > > Would not help as "path" dependencies are resolved based on package > contents, in fac

Re: python in docker

2016-10-05 Thread Paweł A . Gajda
On Tue, Oct 4, 2016 at 6:25 PM, Elan Ruusamäe wrote: > > i tried this hack: > > bash-4.3# echo /etc/rc.d/init.d >> /etc/rpm/sysinfo/Dirnames Would not help as "path" dependencies are resolved based on package contents, in fact rpm/poldek does not care if file/dir really exists.

Re: python in docker

2016-10-04 Thread Elan Ruusamäe
i tried this hack: bash-4.3# echo /etc/rc.d/init.d >> /etc/rpm/sysinfo/Dirnames but deps pulled rc-scripts. poldek bug? On 04.10.2016 19:23, Elan Ruusamäe wrote: one option would be just add /etc/rc.d/init.d dir to filesystem.spec On 04.10.2016 19:21, Elan Ruusamäe wrote: back to that, an

Re: python in docker

2016-10-04 Thread Elan Ruusamäe
one option would be just add /etc/rc.d/init.d dir to filesystem.spec On 04.10.2016 19:21, Elan Ruusamäe wrote: back to that, any objections for the split to make our packaging more docker friendly? On 13.05.2016 19:24, Elan Ruusamäe wrote: i was thinking adding tzdata-zoneinfo subpackage, t

Re: python in docker

2016-10-04 Thread Elan Ruusamäe
back to that, any objections for the split to make our packaging more docker friendly? On 13.05.2016 19:24, Elan Ruusamäe wrote: i was thinking adding tzdata-zoneinfo subpackage, this way wouldn't break any existing installations, altho clearly tzdata-init would be better package name. or a

Re: python in docker

2016-05-13 Thread Elan Ruusamäe
i was thinking adding tzdata-zoneinfo subpackage, this way wouldn't break any existing installations, altho clearly tzdata-init would be better package name. or add tzdata-init and tzdata require tzdata-init for some undefined migration time? On 06.05.2016 18:52, Elan Ruusamäe wrote: so, i