Re: [Rpm-maint] [rpm-software-management/rpm] Remove extra dependencies (#86)

2016-09-09 Thread ニール・ゴンパ
@legionus I'd prefer to see a more detailed description in the commit itself for future reference. Otherwise, looks good to me! What do you think, @ffesti? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for sorting caret higher than other separators in version/release (#87)

2016-09-09 Thread Igor Gnatenko
@ignatenkobrain pushed 4 commits. 10105ce fixup! Add support for sorting caret higher than other separators in version/release f7c5c63 fixup! fixup! Add support for sorting caret higher than other separators in version/release a7409d3 fixup! fixup! fixup! Add support for sorting caret higher

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for sorting caret higher than other separators in version/release (#87)

2016-09-09 Thread Michael Schroeder
Oh my. No discussion on the mailing list? And the commit doesn't even do anything, because '^' is skipped at the start of the while loop in rpmvercmp. So is this really needed at all? (And the comment is also wrong, it's the same as with ~ ;) ) (And you also need support for this in libsolv...) -

[Rpm-maint] [rpm-software-management/rpm] Add support for sorting caret higher than other separators in version/release (#87)

2016-09-09 Thread Igor Gnatenko
- This allows much nicer handling some scenarios where out of line versions are alphabetically smaller than previous verion numbers. - Add a rpmlib() tracking dependency to prevent older rpm versions from getting confused with packages relying on the new behavior. You can view, comment on, or m

[Rpm-maint] [rpm-software-management/rpm] Remove extra dependencies (#86)

2016-09-09 Thread Alexey Gladkov
I refactor rpm2cpio.sh to require less external tools. After refactoring the utility it requires to work: `dd` (coreutils), `printf` (coreutils) and unarchivers. I also added a check that file passed as argument is the rpm file. Also I fixed the signatures of compressed data. You can view, comm