Re: [Rpm-maint] [rpm-software-management/rpm] Support uncompressed/reconstructed payloads (#861)

2019-09-27 Thread Will Woods
(The source hash is an interesting and not-unrelated problem, but there's some other stuff to figure out before that can get done correctly - like how to make a sufficiently-unique but also human-meaningful identifier for the environment the package was built in, or the flags used to build it,

Re: [Rpm-maint] [rpm-software-management/rpm] Improve "git am" support. (#854)

2019-09-27 Thread Peter Jones
Okay, I think this one should be pretty much fully baked - there's test cases now for %{patches -m N -M N}, %{sources...}, %autosetup -S git_am, %autosetup -S git, each of those with -N, and %autopatch after each of those. -- You are receiving this because you are subscribed to this thread.

Re: [Rpm-maint] [rpm-software-management/rpm] Avoid modifying header on export (#870)

2019-09-27 Thread Panu Matilainen
Merged #870 into master. -- 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/870#event-2668442635___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Avoid modifying header on export (#870)

2019-09-27 Thread ニール・ゴンパ
Conan-Kudo approved this pull request. -- 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/870#pullrequestreview-294273383___

Re: [Rpm-maint] [rpm-software-management/rpm] Avoid modifying header on export (#870)

2019-09-27 Thread Panu Matilainen
pmatilai commented on this pull request. > @@ -68,12 +68,6 @@ static const int typeSizes[16] = { 0 }; -enum headerSorted_e { -HEADERSORT_NONE= 0,/* Not sorted */ -HEADERSORT_OFFSET = 1,/* Sorted by offset (on-disk format) */ -HEADERSORT_INDEX = 2,/*

Re: [Rpm-maint] [rpm-software-management/rpm] No tag in git for 4.15 final (#871)

2019-09-27 Thread Panu Matilainen
Oops. I created the tag but forgot to push it, and the download page I totally forgot. Too many manual steps obviously... Thanks for pointing these out, fixed now. -- 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] No tag in git for 4.15 final (#871)

2019-09-27 Thread Panu Matilainen
Closed #871. -- 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/issues/871#event-2668316848___ Rpm-maint mailing list

[Rpm-maint] [rpm-software-management/rpm] No tag in git for 4.15 final (#871)

2019-09-27 Thread Alexander Kanavin
Also no link to tarball on the download page on the website. -- 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/issues/871___ Rpm-maint

Re: [Rpm-maint] [rpm-software-management/rpm] Remove "support" for loading keyring from filesystem (#857)

2019-09-27 Thread Panu Matilainen
Closed #857. -- 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/857#event-2667743446___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Remove "support" for loading keyring from filesystem (#857)

2019-09-27 Thread Panu Matilainen
Oh. We're not removing something that's in active use, I simply had no idea people actually use that, I've never heard so much as a single word of anybody using it until now. Closing and back to drawing board, but clearly proposing removal was an effective way to gain information. Thanks for

Re: [Rpm-maint] [rpm-software-management/rpm] Avoid modifying header on export (#870)

2019-09-27 Thread Panu Matilainen
pmatilai commented on this pull request. > @@ -68,12 +68,6 @@ static const int typeSizes[16] = { 0 }; -enum headerSorted_e { -HEADERSORT_NONE= 0,/* Not sorted */ -HEADERSORT_OFFSET = 1,/* Sorted by offset (on-disk format) */ -HEADERSORT_INDEX = 2,/*