Re: [Rpm-maint] [rpm-software-management/rpm] Add macro to force fsync() on close() (#187)

2017-04-17 Thread Phil Dibowitz
@pmatilai - I'd like to get something merged sooner rather than later. There are two options I see - (1) my patch (plus moving the parsing of the file into some static variable) or (2) @n3npq patch, but turning it off by default. Those are the two safe, clean, easy methods going forward. Can

Re: [Rpm-maint] [rpm-software-management/rpm] Allow armsfp arches on armhfp ones (rhbz#1440974) (#199)

2017-04-17 Thread ニール・ゴンパ
Note that technically you cannot mix armsfp with armhfp packages as they have different libc ABIs. I'm not sure if there is a better way to do this in RPM, though. As it is, though, at least the first commit in this PR is needed regardless, since it fixes the arch compatibility tree changes