Re: [Rpm-maint] [rpm-software-management/rpm] Do not allow to divide by 0 in the expression evaluation (#833)

2019-09-13 Thread Panu Matilainen
pmatilai requested changes on this pull request. See above, nice catch but please fix the error and commit messages. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Localize our chroot in/out operations to minimize time spent inside (#836)

2019-09-13 Thread Panu Matilainen
@pmatilai pushed 1 commit. 746c9e310edd891101d454f7a0d4c65fe7fd862e Localize our chroot in/out operations to minimize time spent inside -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] Localize our chroot in/out operations to minimize time spent inside (#836)

2019-09-13 Thread Panu Matilainen
The primary motivation here is to consolidate all database accesses on one side of the chroot, currently it happens on both sides of the border causing all sorts of issues and limitations (such as preventing us from using more advanced modes of databases). As a positive side-effect, the sections

Re: [Rpm-maint] [rpm-software-management/rpm] expression expansion (#834)

2019-09-13 Thread Michael Schroeder
Here's my proposal: 1) turn off default string expansion in rdToken This is an incompatible change, but it's clearly the right thing and I can't imaging somebody actually using this in a %if statement 2) Add optional expansion for the integer case 3) Add a new macro that does not