From 00eedab31f52cf9735733cc8fba014892f3eb1b21553a8ff453c2859ba93ba3d Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 19 Aug 2024 14:01:11 +0000 Subject: [PATCH] - Make the 32bit version of libudev.so available again (bsc#1228223) OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1552 --- baselibs.conf | 1 + systemd.changes | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/baselibs.conf b/baselibs.conf index 256766db..cc5261f4 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -8,3 +8,4 @@ systemd -/usr/lib/cryptsetup libsystemd0 libudev1 +systemd-devel diff --git a/systemd.changes b/systemd.changes index 71ee75d3..ea9c4343 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Aug 19 13:58:08 UTC 2024 - Franck Bui + +- Make the 32bit version of libudev.so available again (bsc#1228223) + + The symlink for building 32bit applications was mistakenly dropped when the + content of libudev-devel was merged into systemd-devel. + + Provide the 32bit flavor of systemd-devel again, which should restore the plug + and play support in Wine for 32bit windows applications. + ------------------------------------------------------------------- Fri Aug 2 10:29:26 UTC 2024 - Antonio Feijoo