[kde-settings] Return to the usual X server invocation in case there's no systemd provided wrapper

Martin Briza mbriza at fedoraproject.org
Wed Apr 24 13:53:14 UTC 2013


commit 9095d44a9c0fbf02cd3c3f2876cb657aed81106c
Author: Martin Briza <mbriza at redhat.com>
Date:   Wed Apr 24 15:52:40 2013 +0200

    Return to the usual X server invocation in case there's no systemd provided wrapper

 .gitignore        |    1 +
 kde-settings.spec |    8 ++++----
 sources           |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b75d99a..dfe08ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /kde-settings-19-16.tar.xz
 /kde-settings-19-17.tar.xz
 /kde-settings-19-18.tar.xz
+/kde-settings-19-19.tar.xz
diff --git a/kde-settings.spec b/kde-settings.spec
index 98b6a83..3648373 100644
--- a/kde-settings.spec
+++ b/kde-settings.spec
@@ -1,5 +1,5 @@
 
-%global rel 18
+%global rel 19
 %global system_kde_theme_ver 18.91
 
 Summary: Config files for kde
@@ -49,9 +49,6 @@ Requires: system-kdm-theme >= %{system_kde_theme_ver}
 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: systemd
 Requires(pre): coreutils
 Requires(post): coreutils grep sed
 Requires(post): kde4-macros(api) = %{_kde4_macros_api}
@@ -225,6 +222,9 @@ perl -pi -e "s,^View0_URL=.*,View0_URL=file:///usr/share/doc/HTML/index.html," %
 
 
 %changelog
+* Wed Apr 24 2013 Martin Briza <mbriza at redhat.com> 19-19
+- Return to the usual X server invocation in case there's no systemd provided wrapper
+
 * Wed Apr 24 2013 Daniel Vrátil <dvratil at redhat.com> 19-18
 - remove Mugshot from Konqueror bookmarks (#951279)
 
diff --git a/sources b/sources
index 2dac72e..49dbc04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ce9c64ca1cd37457e3d50f71e961a4a  kde-settings-19-18.tar.xz
+d668f608684114812894ba2c50f6bca2  kde-settings-19-19.tar.xz


More information about the scm-commits mailing list