From 6f078f2594b431e5e7b4ffd4bd89c2930fa2da56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 26 Oct 2014 17:40:44 -0400 Subject: [PATCH] Change libgudev1 to only require systemd-libs --- systemd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.