Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11003297
D14224.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D14224.diff
View Options
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 @@
<Name>rtkit</Name>
<Homepage>https://github.com/heftig/rtkit</Homepage>
<Packager>
- <Name>Reilly Brogan</Name>
- <Email>reilly@reillybrogan.com</Email>
+ <Name>Rune Morling</Name>
+ <Email>ermo@serpentos.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<License>MIT</License>
@@ -24,6 +24,7 @@
<Path fileType="executable">/usr/bin/rtkitctl</Path>
<Path fileType="library">/usr/lib64/rtkit/rtkit-daemon</Path>
<Path fileType="library">/usr/lib64/systemd/system/rtkit-daemon.service</Path>
+ <Path fileType="library">/usr/lib64/systemd/system/rtkit-daemon.service.d/log.conf</Path>
<Path fileType="library">/usr/lib64/sysusers.d/rtkit.conf</Path>
<Path fileType="data">/usr/share/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml</Path>
<Path fileType="data">/usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service</Path>
@@ -33,12 +34,12 @@
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2021-06-30</Date>
+ <Update release="2">
+ <Date>2023-07-07</Date>
<Version>0.13</Version>
<Comment>Packaging update</Comment>
- <Name>Reilly Brogan</Name>
- <Email>reilly@reillybrogan.com</Email>
+ <Name>Rune Morling</Name>
+ <Email>ermo@serpentos.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 1, 1:08 PM (1 w, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866523
Default Alt Text
D14224.diff (3 KB)
Attached To
Mode
D14224: rtkit-daemon: Cut down on the amount of log spam
Attached
Detach File
Event Timeline
Log In to Comment