diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,5 +1,4 @@ libc.so.6 libcap.so.2 libdbus-1.so.3 -libpthread.so.0 libsystemd.so.0 diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -1,4 +1,5 @@ libc.so.6:__assert_fail +libc.so.6:__errno_location libc.so.6:__fprintf_chk libc.so.6:__isoc99_sscanf libc.so.6:__libc_start_main @@ -10,6 +11,7 @@ libc.so.6:chdir libc.so.6:chroot libc.so.6:clock_gettime +libc.so.6:close libc.so.6:closedir libc.so.6:eventfd libc.so.6:eventfd_read @@ -33,6 +35,8 @@ libc.so.6:optind libc.so.6:poll libc.so.6:prctl +libc.so.6:pthread_create +libc.so.6:pthread_join libc.so.6:pthread_sigmask libc.so.6:readdir64 libc.so.6:sched_get_priority_max @@ -100,9 +104,5 @@ libdbus-1.so.3:dbus_message_unref libdbus-1.so.3:dbus_set_error_from_message libdbus-1.so.3:dbus_shutdown -libpthread.so.0:__errno_location -libpthread.so.0:close -libpthread.so.0:pthread_create -libpthread.so.0:pthread_join libsystemd.so.0:sd_notify libsystemd.so.0:sd_notifyf diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : rtkit version : 0.13 -release : 1 +release : 2 source : - https://github.com/heftig/rtkit/releases/download/v0.13/rtkit-0.13.tar.xz : a157144cd95cf6d25200e74b74a8f01e4fe51fd421bb63c1f00d471394b640ab license : @@ -24,4 +24,8 @@ %ninja_install install -Dm00644 $pkgfiles/rtkit-daemon.service $installdir/%libdir%/systemd/system/rtkit-daemon.service + # Cut down on the amount of journal log spam + install -dm00755 $installdir/%libdir%/systemd/system/rtkit-daemon.service.d/ + echo -e "[Service]\nLogLevelMax=warning\n" > $installdir/%libdir%/systemd/system/rtkit-daemon.service.d/log.conf + # set up system user install -Dm00644 $pkgfiles/rtkit.sysusers $installdir/%libdir%/sysusers.d/rtkit.conf diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -3,8 +3,8 @@ rtkit https://github.com/heftig/rtkit - Reilly Brogan - reilly@reillybrogan.com + Rune Morling + ermo@serpentos.com GPL-3.0-or-later MIT @@ -24,6 +24,7 @@ /usr/bin/rtkitctl /usr/lib64/rtkit/rtkit-daemon /usr/lib64/systemd/system/rtkit-daemon.service + /usr/lib64/systemd/system/rtkit-daemon.service.d/log.conf /usr/lib64/sysusers.d/rtkit.conf /usr/share/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml /usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service @@ -33,12 +34,12 @@ - - 2021-06-30 + + 2023-07-07 0.13 Packaging update - Reilly Brogan - reilly@reillybrogan.com + Rune Morling + ermo@serpentos.com \ No newline at end of file