[kde-settings] Fixed the dependency on systemd

Martin Briza mbriza at fedoraproject.org
Mon Apr 15 11:23:15 UTC 2013


commit 140a6e7384bd38fc49b459ebb5b0fc2c7bbfc597
Author: Martin Briza <mbriza at redhat.com>
Date:   Mon Apr 15 13:22:55 2013 +0200

    Fixed the dependency on systemd

 kde-settings.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/kde-settings.spec b/kde-settings.spec
index de00134..2f1f5ad 100644
--- a/kde-settings.spec
+++ b/kde-settings.spec
@@ -5,7 +5,7 @@
 Summary: Config files for kde
 Name:    kde-settings
 Version: 19
-Release: %{rel}%{?dist}.1
+Release: %{rel}%{?dist}.2
 
 License: MIT
 Url:     http://fedorahosted.org/kde-settings
@@ -50,7 +50,8 @@ Requires: redhat-logos >= 69.0.0
 %endif
 Requires: xorg-x11-xinit
 # To avoid not starting KDM if the wrapper is ever removed
-Requires: /lib/systemd/systemd-multi-seat-x
+# Requires: /lib/systemd/systemd-multi-seat-x
+Requires: systemd
 Requires(pre): coreutils
 Requires(post): coreutils grep sed
 Requires(post): kde4-macros(api) = %{_kde4_macros_api}
@@ -224,6 +225,9 @@ perl -pi -e "s,^View0_URL=.*,View0_URL=file:///usr/share/doc/HTML/index.html," %
 
 
 %changelog
+* Mon Apr 15 2013 Martin Briza <mbriza at redhat.com> 19-17.2
+- so depending on /lib/systemd/systemd-multi-seat-x is considered a broken dependency - kdm depends on systemd instead
+
 * Sat Apr 13 2013 Rex Dieter <rdieter at fedoraproject.org> 19-17.1
 - use %%_tmpfilesdir macro
 


More information about the scm-commits mailing list