[systemd/f20] Change libgudev1 to only require systemd-libs

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Sun Oct 26 22:41:25 UTC 2014


commit e6e8047a7307c50fd3eab34631c50bc2aca0685f
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Sun Oct 26 17:40:44 2014 -0400

    Change libgudev1 to only require systemd-libs

 systemd.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index 6ec2f46..b45e31e 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -16,7 +16,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        208
-Release:        24%{?gitcommit:.git%{gitcommit}}%{?dist}
+Release:        25%{?gitcommit:.git%{gitcommit}}%{?dist}
 # For a breakdown of the licensing, see README
 License:        LGPLv2+ and MIT and GPLv2+
 Summary:        A System and Service Manager
@@ -684,7 +684,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
@@ -1210,6 +1210,10 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
 %{_datadir}/systemd/gatewayd
 
 %changelog
+* Sun Oct 26 2014 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 208-25
+- Change libgudev1 to only require systemd-libs (#727499), there's
+  no need to require full systemd stack.
+
 * Wed Oct 01 2014 Kay Sievers <kay at redhat.com> - 208-24
 - revert "don't reset selinux context during CHANGE events"
 


More information about the scm-commits mailing list