Fri, 19 Apr 2024 21:44:01 UTC | login

Information for build dbus-broker-28-3.fc33

ID194165
Package Namedbus-broker
Version28
Release3.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/dbus-broker.git#138e24c02057a0fcef3db5b8af0b2b2f33eef3c2
SummaryLinux D-Bus Message Broker
Descriptiondbus-broker is an implementation of a message bus as defined by the D-Bus specification. Its aim is to provide high performance and reliability, while keeping compatibility to the D-Bus reference implementation. It is exclusively written for Linux systems, and makes use of many modern features provided by recent Linux kernel releases.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 08 Apr 2021 18:32:38 UTC
CompletedThu, 08 Apr 2021 19:12:12 UTC
Taskbuild (f33, /rpms/dbus-broker.git:138e24c02057a0fcef3db5b8af0b2b2f33eef3c2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/dbus-broker.git#138e24c02057a0fcef3db5b8af0b2b2f33eef3c2'}}
Tags
f33
f37
f38
RPMs
src
dbus-broker-28-3.fc33.src.rpm (info) (download)
riscv64
dbus-broker-28-3.fc33.riscv64.rpm (info) (download)
dbus-broker-debuginfo-28-3.fc33.riscv64.rpm (info) (download)
dbus-broker-debugsource-28-3.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Mar 18 2021 David Rheinsberg <david.rheinsberg@gmail.com> - 28-3 - Apply another fix for incorrect at_console range assertion. * Thu Mar 18 2021 David Rheinsberg <david.rheinsberg@gmail.com> - 28-2 - Apply fix for incorrect at_console range assertion. * Thu Mar 18 2021 David Rheinsberg <david.rheinsberg@gmail.com> - 28-1 - Update to upstream v28. - Drop unused c-util based bundling annotations. * Wed Feb 17 2021 David Rheinsberg <david.rheinsberg@gmail.com> - 27-2 - Apply activation-tracking bugfixes from upstream. * Mon Feb 15 2021 David Rheinsberg <david.rheinsberg@gmail.com> - 27-1 - Update to upstream v27. * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jan 20 2021 David Rheinsberg <david.rheinsberg@gmail.com> - 26-1 - Update to upstream v26. * Wed Jan 06 2021 Jeff Law <law@redhat.com> - 24-2 - Bump NVR to force rebuild with gcc-11 * Fri Sep 04 2020 David Rheinsberg <david.rheinsberg@gmail.com> - 24-1 - Update to upstream v24. Only minor changes to the diagnostic messages as well as audit-events. * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 23-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon May 11 2020 Adam Williamson <awilliam@redhat.com> - 23-2 - Fix missing % in macro invocations in %post * Mon May 11 2020 David Rheinsberg <david.rheinsberg@gmail.com> - 23-1 - Update to upstream v23. * Mon May 04 2020 David Rheinsberg <david.rheinsberg@gmail.com> - 22-3 - Drop dbus-daemon -> dbus-broker live system conversion. New setups will automatically pick up dbus-broker as default implementation. If you upgrade from pre-F30, you will not get any auto upgrade anymore. Deinstalling the dbus-daemon package will, however, automatically pick up dbus-broker. * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 21-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 21-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jul 14 2019 Neal Gompa <ngompa13@gmail.com> - 21-5 - Fix reference to dbus_user_id macro in scriptlet * Wed Jul 10 2019 Jonathan Brielmaier <jbrielmaier@suse.de> - 21-4 - Make creation of dbus user/group more robust, fixes #1717925 * Thu May 09 2019 Tom Gundersen <teg@jklm.no> - 21-2 - Gracefully handle missing FDs in received messages, #1706883 - Minor bugfixes * Fri May 03 2019 Tom Gundersen <teg@jklm.no> - 21-1 - Don't fail on EACCESS when reading config, fixes #1704920 * Thu May 02 2019 Tom Gundersen <teg@jklm.no> - 21-1 - Minor bugfixes related to config reload for #1704488 * Wed Apr 17 2019 Tom Gundersen <teg@jklm.no> - 20-4 - Fix assert due to failing reload #1700514 * Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 20-3 - Rebuild with Meson fix for #1699099 * Thu Apr 11 2019 Tom Gundersen <teg@jklm.no> - 20-2 - Fix the c_assert macro * Wed Apr 10 2019 Tom Gundersen <teg@jklm.no> - 20-1 - Improve handling of broken or deprecated configuration - Avoid at_console workaround if possible * Tue Apr 09 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 19-2 - Add a temporary generator to fix switching from dbus-daemon to dbus-broker (#1674045) * Thu Mar 28 2019 Tom Gundersen <teg@jklm.no> - 19-1 - Minor bug fixes