Re: [Rpm-maint] [rpm-software-management/rpm] Add armv8* arch variants to rpmrc.in (#425)

2018-04-04 Thread Bernhard Rosenkraenzer
@n3npq At least in the arm world it's somewhat less insane: uname -m shows what it should, armv7 vs armv8 vs aarch64 etc. is 100% consistent across all processors regardless of manufacturer and marketing names. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Rpm-maint] [PATCH] Add RPMTAG_IDENTITY calculation as tag extension

2018-04-04 Thread Vladimir D. Seleznev
On Wed, Apr 04, 2018 at 09:18:35AM -0400, Jeff Johnson wrote: > > > > On Apr 4, 2018, at 5:47 AM, Panu Matilainen wrote: > > > > On 04/04/2018 11:01 AM, Panu Matilainen wrote: > > [...] > >>> +static int identityTag(Header h, rpmtd td, headerGetFlags hgflags) > >>> +{ >

Re: [Rpm-maint] [PATCH 1/2] Allow adding tag RPMTAG_AUTOINSTALLED to headers of package being installed

2018-04-04 Thread Aleksei Nikiforov
Hi Since patch 2 is no longer needed, could you please provide a feedback about patch 1? It'd be great if this patch could be merged. 28.03.2018 14:58, Aleksei Nikiforov пишет: Signed-off-by: Aleksei Nikiforov --- lib/rpmte.c | 8 1 file changed, 8

Re: [Rpm-maint] [PATCH] Add RPMTAG_IDENTITY calculation as tag extension

2018-04-04 Thread Jeff Johnson
> On Apr 4, 2018, at 5:47 AM, Panu Matilainen wrote: > > On 04/04/2018 11:01 AM, Panu Matilainen wrote: > [...] >>> +static int identityTag(Header h, rpmtd td, headerGetFlags hgflags) >>> +{ >>> +int rc = 1; >>> +unsigned int bsize; >>> +void * hb; >>> +

Re: [Rpm-maint] [rpm-software-management/rpm] generic rpminterp plugin interface for interpreters (#190)

2018-04-04 Thread Per Øyvind Karlsen
@n3npq , you being the original author of where this originates from, would you mind review the implementation, while also share some insights and thoughts on the matter? :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [PATCH] Add RPMTAG_IDENTITY calculation as tag extension

2018-04-04 Thread Panu Matilainen
On 04/04/2018 11:01 AM, Panu Matilainen wrote: [...] +static int identityTag(Header h, rpmtd td, headerGetFlags hgflags) +{ +    int rc = 1; +    unsigned int bsize; +    void * hb; +    DIGEST_CTX ctx; +    char * identity = NULL; + +    struct rpmtd_s ttd; +    Header ih = headerNew(); +   

Re: [Rpm-maint] [rpm-software-management/rpm] Add armv8* arch variants to rpmrc.in (#425)

2018-04-04 Thread Bernhard Rosenkraenzer
berolinux commented on this pull request. > @@ -80,6 +80,10 @@ optflags: armv6hl -O2 -g -march=armv6 -mfloat-abi=hard > -mfpu=vfp optflags: armv7l -O2 -g -march=armv7 optflags: armv7hl -O2 -g -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 optflags: armv7hnl -O2 -g -march=armv7-a