[Rpm-maint] [rpm-software-management/rpm] pythondistdeps.py: Ensure that dist data used has py_version data (#80)

2016-08-20 Thread ニール・ゴンパ
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1368673 Reported-and-tested-by: Igor Gnatenko You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/80 -- Commit Summary -- * pythondistdeps.py: Ensure that dist data used ha

Re: [Rpm-maint] [rpm-software-management/rpm] pythondistdeps.py: Ensure that dist data used has py_version data (#80)

2016-08-20 Thread Igor Gnatenko
++ -- 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/80#issuecomment-241205005___ Rpm-maint mailing list Rpm-maint@lists.rpm.org ht

Re: [Rpm-maint] [rpm-software-management/rpm] RISCV support (#79)

2016-08-20 Thread Igor Gnatenko
Closed #79. -- 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/79#event-762071120___ Rpm-maint mailing list Rpm-maint@lists.rpm.org

Re: [Rpm-maint] [rpm-software-management/rpm] RISCV support (#79)

2016-08-20 Thread Igor Gnatenko
@rwmjones just feel free to send Pull Request on GitHub so it will be easier to review. -- 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/79#issuecomment-241202357___

[Rpm-maint] [PATCH v3 1/2] RISCV 64-bit (riscv64) support.

2016-08-20 Thread Richard W.M. Jones
Based on Mark Salter's aarch64 support patch (commit 8e1ca16c58). Signed-off-by: Richard W.M. Jones --- installplatform | 6 ++ rpmrc.in| 16 2 files changed, 22 insertions(+) diff --git a/installplatform b/installplatform index ebade42..12339fc 100755 --- a/instal

[Rpm-maint] [PATCH v3 0/2] RISCV 64-bit (riscv64) support.

2016-08-20 Thread Richard W.M. Jones
v2 -> v3: - The RISC-V Linux kernel can now be built to return `uname -m' as either "riscv" or "riscv64". This fixes RPM so it can cope with either form. - Retested. Rich. ___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.or

[Rpm-maint] [PATCH v3 2/2] rpmrc: Convert uname.machine == "riscv" to "riscv32"/"riscv64"/"riscv128".

2016-08-20 Thread Richard W.M. Jones
On RISC-V, the kernel can return uname.machine == "riscv" (for all bit sizes). I say "can" return, because that is the default, but it is also possible to compile the kernel specially so it returns "riscv64" etc. GNU is using "riscv64". This commit converts the kernel uname machine type "riscv"

Re: [Rpm-maint] [rpm-software-management/rpm] RISCV support (#79)

2016-08-20 Thread rwmjones
I asked riscv-linux to change the default uname.machine string returned by the kernel, which requires modifications to these patches. Therefore please DO NOT merge this version. I will post an updated version on the mailing list when I've got it working. -- You are receiving this because you