Re: [Rpm-maint] [rpm-software-management/rpm] Add armv5tl support (#179)

2017-03-20 Thread ニール・ゴンパ
@ignatenkobrain `armv5tl` is the base armv5 architecture without any extensions. There's not much "real" hardware using "just" this, but it provides maximal compatibility across the 32-bit ARM ecosystem today, as it's a soft-float arch with just the common subset of instructions supported by

[Rpm-maint] [PATCH] build/files.c: Only check build-ids for executable files in the main package.

2017-03-20 Thread Mark Wielaard
From: Mark Wielaard generateBuildIDs should mimic what find-debuginfo.sh does. Only check build-ids for executable files in non-debuginfo packages. This moves the isDbg check up so the is executeble check can be done when the file is part of the main package. This fixes the

[Rpm-maint] [PATCH] tests/rpmbuildid.at: Make file sed regexp more strict to extract BuildID.

2017-03-20 Thread Mark Wielaard
From: Mark Wielaard Like commit f0a5819 for rpmbuild.at. In the case of rpmbuildid.at the sed expression looked to work, but only matched by accident. Make the sed regexp more strict by only matching a hex-string. And properly "escape" [ and ] which inside an AT_CHECK should be