Re: [Rpm-maint] [rpm-software-management/rpm] RFC: Use an erase element to delete packages with same NEVRA (#770)

2019-07-01 Thread Michael Schroeder
Here's another bug fixed with this pull request: ``` $ rpm -hUv A-1-1.x86_64.rpm Preparing... # [100%] Updating / installing... 1:A-1-1# [100%] $ rpm -hUv A-1-01.x86_64.rpm

[Rpm-maint] [rpm-software-management/rpm] Parse multiline conditional and %include parameters correctly (#775) (#778)

2019-07-01 Thread pavlinamv
Trailing '\' after multiline conditionals or %include will be trimmed. After the patch lines like: %if 1 && ( 2 || \ 3 ) %endif will be parsed correctly. The other lines stay unchanged. A test is added. You can view, comment on, or merge this pull request online at: