[Rpm-maint] [rpm-software-management/rpm] Add dbus-announce plugin (#1255)
Florian Festi
notifications at github.com
Tue Feb 16 07:42:19 UTC 2021
@ffesti commented on this pull request.
> + state->logging = 1;
+
+ /* ...don't log test transactions */
+ if (rpmtsFlags(ts) & (RPMTRANS_FLAG_TEST|RPMTRANS_FLAG_BUILD_PROBS))
+ state->logging = 0;
+
+ /* ...don't log chroot transactions */
+ if (!rstreq(rpmtsRootDir(ts), "/"))
+ state->logging = 0;
+
+ /* Don't open */
+ if (!state->logging || state->bus)
+ return RPMRC_OK;
+
+ if (lstat("/run/systemd/system/", &st) == 0) {
+ if (S_ISDIR(st.st_mode)) {
Fixed.
--
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/1255#discussion_r576606032
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210215/6573c130/attachment.html>
More information about the Rpm-maint
mailing list