[Rpm-maint] [rpm-software-management/rpm] rpm2archive: Support uncompressed output (#1530)

2021-02-05 Thread Colin Walters
See https://github.com/coreos/rpm-ostree/issues/2458 Basically it'd be inefficient for rpm-ostree to use rpm2archive today because it always compresses the output which we'd need to immediately uncompress again. I looked at patch for this but got slightly lost in learning the ins of popt arg

Re: [Rpm-maint] [rpm-software-management/rpm] Make Lua a hard requirement for rpm (#1527)

2021-02-05 Thread Michael Schroeder
@mlschroe commented on this pull request. > @@ -5,8 +5,8 @@ EXTRA_DIST = \ AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include -I. -libluaext_la_CPPFLAGS = $(AM_CPPFLAGS) -DWITH_POSIX @LUA_CFLAGS@ -libluaext_la_LIBADD = @LUA_LIBS@ +libluaext_la_CPPFLAGS =

Re: [Rpm-maint] [rpm-software-management/rpm] Fix test cases failing on systems with tape drives (#1529)

2021-02-05 Thread Panu Matilainen
Merged #1529 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/1529#event-4296435027___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Fix test cases failing on systems with tape drives (#1529)

2021-02-05 Thread Panu Matilainen
One of the more amusing bugs of recent times, seems good for a late Friday afternoon :grinning: -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] Fix test cases failing on systems with tape drives (#1529)

2021-02-05 Thread Florian Festi
If $TAPE is set tar uses the tape drive instead of stdout as default. The rpm2archive test assumed that tar will just use stdout no matter what. Force this behaviour per command line option. Resolves: rhbz#1902844 You can view, comment on, or merge this pull request online at:

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: Add ability to run lua scripts directly (#1273)

2021-02-05 Thread Miro HronĨok
In the meantime, I've opened https://pagure.io/rpmdevtools/pull-request/79 as suggested by @xsuchy -- 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] Add dbus-announce plugin (#1255)

2021-02-05 Thread Florian Festi
@ffesti commented on this pull request. > +return RPMRC_OK; +} + +static rpmRC dbus_announce_tsm_pre(rpmPlugin plugin, rpmts ts) +{ +int rc; + +rc = open_dbus(plugin, ts); +if (rc != RPMRC_OK) + return rc; +return send_ts_message(plugin, "StartTransaction", ts,

Re: [Rpm-maint] [rpm-software-management/rpm] Adjust language to current zeitgeist (#1528)

2021-02-05 Thread Panu Matilainen
Merged #1528 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/1528#event-4295202097___ Rpm-maint mailing list

[Rpm-maint] [rpm-software-management/rpm] Adjust language to current zeitgeist (#1528)

2021-02-05 Thread Florian Festi
You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/1528 -- Commit Summary -- * Remove undesired use of the color white * Use main database instead of master database -- File Changes -- M build/parsePreamble.c (12)