From 6f078f2594b431e5e7b4ffd4bd89c2930fa2da56 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Nov 02 2014 18:42:16 +0000 Subject: Change libgudev1 to only require systemd-libs --- diff --git a/systemd.spec b/systemd.spec index e07c2db..9418900 100644 --- a/systemd.spec +++ b/systemd.spec @@ -770,7 +770,7 @@ systemd APIs Summary: Libraries for adding libudev support to applications that use glib Conflicts: filesystem < 3 License: LGPLv2+ -Requires: %{name} = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} %description -n libgudev1 This package contains the libraries that make it easier to use libudev @@ -1409,6 +1409,10 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd %{_datadir}/systemd/gatewayd %changelog +* Sun Nov 02 2014 Zbigniew Jędrzejewski-Szmek - 216-6 +- Change libgudev1 to only require systemd-libs (#727499), there's + no need to require full systemd stack. + * Thu Oct 16 2014 Zbigniew Jędrzejewski-Szmek - 216-5 - Tentative fix for #1099299.