Skip to content

Commit

Permalink
dbus: Bump libselinux from 3.5 to 3.6 to avoid conflicts (#24604)
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <[email protected]>
  • Loading branch information
jwillikers and uilianries authored Nov 26, 2024
1 parent d167a8d commit dc3c064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/dbus/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def requirements(self):
if self.options.get_safe("with_systemd"):
self.requires("libsystemd/253.6")
if self.options.get_safe("with_selinux"):
self.requires("libselinux/3.5")
self.requires("libselinux/3.6")
if self.options.get_safe("with_x11"):
# X11 is only linked into an executable and should not be propagated as a library dependency.
# It should still be provided in a VirtualRunEnv context, though,
Expand Down

0 comments on commit dc3c064

Please sign in to comment.