Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2012-07-19 18:00:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2012-07-14 
13:16:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes     2012-07-19 
18:00:31.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 13:14:37 UTC 2012 - fcro...@suse.com
+
+- Move systemd-analyse to a subpackage, to remove any python
+  dependencies from systemd main package (bnc#772039).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.KVn5wF/_old  2012-07-19 18:00:41.000000000 +0200
+++ /var/tmp/diff_new_pack.KVn5wF/_new  2012-07-19 18:00:41.000000000 +0200
@@ -16,8 +16,6 @@
 #
 
 
-#don't require python, use recommends (bnc#716939)
-
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        44
@@ -54,7 +52,6 @@
 Requires:       systemd-presets-branding
 Requires:       udev >= 172
 Requires:       util-linux >= 2.21
-Recommends:     dbus-1-python
 Conflicts:      filesystem < 11.5
 Conflicts:      mkinitrd < 2.7.0
 Source0:        
http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
@@ -132,6 +129,21 @@
 %description sysvinit
 Drop-in replacement of System V init tools.
 
+%package analyze
+Summary:        Tool for processing systemd profiling information
+Group:          System/Base
+Requires:       %{name} = %{version}
+Requires:       dbus-1-python
+Requires:       python-cairo
+# for the systemd-analyze split:
+Conflicts:      systemd < 44-10
+
+%description analyze
+'systemd-analyze blame' lists which systemd unit needed how much time to finish
+initialization at boot.
+'systemd-analyze plot' renders an SVG visualizing the parallel start of units
+at boot.
+
 %prep
 %setup -q
 %patch1 -p1
@@ -311,7 +323,6 @@
 /bin/systemd-machine-id-setup
 /usr/bin/systemd-nspawn
 /usr/bin/systemd-stdio-bridge
-%attr(0755,root,root) /usr/bin/systemd-analyze
 %{_sbindir}/systemd-sysv-convert
 %{_libdir}/libsystemd-daemon.so.*
 %{_libdir}/libsystemd-login.so.*
@@ -431,4 +442,7 @@
 %{_mandir}/man8/telinit.8*
 %{_mandir}/man8/runlevel.8*
 
+%files analyze
+%attr(0755,root,root) /usr/bin/systemd-analyze
+
 %changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to