Re: [Rpm-maint] [rpm-software-management/rpm] implement %elif (#613)

2019-01-12 Thread pavlinamv
Corrected version is in PR #618. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/613#issuecomment-453772152___ Rpm-maint mailing

Re: [Rpm-maint] [rpm-software-management/rpm] implement %elif (#613)

2019-01-12 Thread pavlinamv
Closed #613. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/613#event-2070220111___ Rpm-maint mailing list

[Rpm-maint] [rpm-software-management/rpm] Make list of dependencies in test/README consistent (#619)

2019-01-12 Thread pavlinamv
The other entries in the list of dependencies are names of provides. But gpg2 is name of executable and the command is not in package gpg2 or in a package with gpg2 in provides. You can view, comment on, or merge this pull request online at:

Re: [Rpm-maint] [rpm-software-management/rpm] implement %elif (#613)

2019-01-12 Thread pavlinamv
pavlinamv commented on this pull request. > spec->readStack = rl; spec->line[0] = '\0'; +} else if (isElif) { + spec->readStack->reading = match && spec->readStack->readable; + if (spec->readStack->reading) + spec->readStack->readable = 0; +

[Rpm-maint] [rpm-software-management/rpm] Implement %elif (issue #311) (#618)

2019-01-12 Thread pavlinamv
This is a new version of #613. All suggestions that are in #613 are included or in the discussion is described why they are not included. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/618 -- Commit Summary -- * Refactor