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

2018-04-10 Thread Jeff Johnson
> On Apr 10, 2018, at 10:11 AM, Aleksei Nikiforov > wrote: > > Hi > > 06.04.2018 18:06, Jeff Johnson пишет: >>> On Apr 6, 2018, at 8:49 AM, Aleksei Nikiforov >>> wrote: >>> >>> Hi >>> >>> 06.04.2018 15:39, Jeff Johnson пишет: >> ...

Re: [Rpm-maint] [rpm-software-management/rpm] Fix %arm macro to include newer processor types (#428)

2018-04-10 Thread Bernhard Rosenkraenzer
Merged into #425 (but leaving the pull request open for now in case 425 doesn't get merged for other reasons) -- 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] Fix %arm macro to include newer processor types (#428)

2018-04-10 Thread ニール・ゴンパ
@berolinux Can you just include this in #425? -- 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/428#issuecomment-380200773___

Re: [Rpm-maint] [rpm-software-management/rpm] Fix %arm macro to include newer processor types (#428)

2018-04-10 Thread Bernhard Rosenkraenzer
Cc @Conan-Kudo -- 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/428#issuecomment-380200296___ Rpm-maint mailing list

[Rpm-maint] [rpm-software-management/rpm] Fix %arm macro to include newer processor types (#428)

2018-04-10 Thread Bernhard Rosenkraenzer
Signed-off-by: Bernhard Rosenkränzer You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/428 -- Commit Summary -- * Fix %arm macro to include newer processor types -- File Changes -- M macros.in (2) --

Re: [Rpm-maint] [rpm-software-management/rpm] Improve ARM detection (#427)

2018-04-10 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/427#pullrequestreview-110948521___

Re: [Rpm-maint] [rpm-software-management/rpm] Improve ARM detection (#427)

2018-04-10 Thread ニール・ゴンパ
Looks good to me too. -- 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/427#issuecomment-380193197___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Improve ARM detection (#427)

2018-04-10 Thread Bernhard Rosenkraenzer
Cc @Conan-Kudo -- 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/427#issuecomment-380139813___ Rpm-maint mailing list

[Rpm-maint] [rpm-software-management/rpm] Improve ARM detection (#427)

2018-04-10 Thread Bernhard Rosenkraenzer
Unify detection of all armv* architecture subtypes, add support for armv8hcnl (+crypto extensions) detection Signed-off-by: Bernhard Rosenkränzer You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/427 -- Commit

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

2018-04-10 Thread Aleksei Nikiforov
Hi 06.04.2018 18:06, Jeff Johnson пишет: On Apr 6, 2018, at 8:49 AM, Aleksei Nikiforov wrote: Hi 06.04.2018 15:39, Jeff Johnson пишет: ... Hack? I am not suggesting patching lib/rpminstall.c to add AUTOINSTALL. I am suggesting that you write a custom

Re: [Rpm-maint] [rpm-software-management/rpm] work with lua 5.3 without compat mode (#169)

2018-04-10 Thread daurnimator
@daurnimator pushed 4 commits. 69dc569 rpmio/rpmlua.c: Use lua_rawlen instead of deprecated luaL_getn 2fb6dc4 rpmio/rpmlua.c: lua_pushglobaltable provided by lua-compat-5.3 ebb545a luaext/userconfig.c: Remove useless file 22d5899 rpmio/rpmlua.c: LUA_PATH global hasn't been used since lua 5.0

Re: [Rpm-maint] [rpm-software-management/rpm] work with lua 5.3 without compat mode (#169)

2018-04-10 Thread daurnimator
PR updated with full solution (using lua-compat-5.3) that works with 5.1 and 5.3 on my computer. -- 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] work with lua 5.3 without compat mode (#169)

2018-04-10 Thread daurnimator
@daurnimator pushed 3 commits. 9c590a2 Squashed 'luaext/compat-5.3/' content from commit bc91f4091 8b7f1dc Use lua-compat-5.3 for backwards compatibility with lua 5.1 2f0130e lib/rpmliblua.c: lua 5.1 compat without compat-5.3 -- You are receiving this because you are subscribed to this

Re: [Rpm-maint] [rpm-software-management/rpm] work with lua 5.3 without compat mode (#169)

2018-04-10 Thread daurnimator
Btw, there were a few open questions around the further PRs. e.g. what is the split between rpm and rpmio: the lua library is *mostly* in rpmio, however the `rpmvercmp` (exposed as `rpm.vercmp` in lua) is not in rpmio -- You are receiving this because you are subscribed to this thread.