From facd063cdbb25e525deb6661335105b21b6889d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 22 Apr 2022 11:16:14 +0200 Subject: [PATCH] Remove debug messages (rhbz#2040278) --- remove-debug-messages.patch | 22 ++++++++++++++++++++++ rtkit.spec | 16 +++++++++------- 2 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 remove-debug-messages.patch diff --git a/remove-debug-messages.patch b/remove-debug-messages.patch new file mode 100644 index 0000000..07710a2 --- /dev/null +++ b/remove-debug-messages.patch @@ -0,0 +1,22 @@ +diff --git rtkit-0.11/rtkit-daemon.c~ rtkit-0.11/rtkit-daemon.c +index fdff7f63dc..5f108d842d 100644 +--- rtkit-0.11/rtkit-daemon.c~ ++++ rtkit-0.11/rtkit-daemon.c +@@ -1485,17 +1485,6 @@ static DBusHandlerResult dbus_handler(DBusConnection *c, DBusMessage *m, void *u + } else + return DBUS_HANDLER_RESULT_NOT_YET_HANDLED; + +- syslog(LOG_DEBUG, "Supervising %u threads of %u processes of %u users.\n", +- n_total_threads, +- n_total_processes, +- n_users); +- +- sd_notifyf(0, +- "STATUS=Supervising %u threads of %u processes of %u users.", +- n_total_threads, +- n_total_processes, +- n_users); +- + finish: + if (r) { + assert_se(dbus_connection_send(c, r, NULL)); diff --git a/rtkit.spec b/rtkit.spec index ed9b28e..2c8bd1a 100644 --- a/rtkit.spec +++ b/rtkit.spec @@ -14,16 +14,18 @@ BuildRequires: libcap-devel BuildRequires: polkit-devel BuildRequires: autoconf automake libtool Source0: http://0pointer.de/public/%{name}-%{version}.tar.xz -Patch1: rtkit-mq_getattr.patch -Patch2: 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch -Patch3: rtkit-controlgroup.patch +Patch: rtkit-mq_getattr.patch +Patch: 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch +Patch: rtkit-controlgroup.patch # Temporarily disable -Werror=format-security since it breaks the build -Patch4: format-security.patch +Patch: format-security.patch -Patch5: 0001-Fix-borked-error-check.patch -Patch6: 0001-systemd-update-sd-daemon.-ch.patch -Patch7: 0002-Remove-bundled-copy-of-sd-daemon.-ch.patch +Patch: 0001-Fix-borked-error-check.patch +Patch: 0001-systemd-update-sd-daemon.-ch.patch +Patch: 0002-Remove-bundled-copy-of-sd-daemon.-ch.patch + +Patch: remove-debug-messages.patch %description RealtimeKit is a D-Bus system service that changes the