packages: systemd/systemd.spec - systemd-analyze to subpackage; python as d...
glen
glen at pld-linux.org
Tue Mar 20 20:25:52 CET 2012
Author: glen Date: Tue Mar 20 19:25:52 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- systemd-analyze to subpackage; python as dependency is no longer pulled
---- Files affected:
packages/systemd:
systemd.spec (1.131 -> 1.132)
---- Diffs:
================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.131 packages/systemd/systemd.spec:1.132
--- packages/systemd/systemd.spec:1.131 Sun Mar 18 10:28:24 2012
+++ packages/systemd/systemd.spec Tue Mar 20 20:25:47 2012
@@ -18,7 +18,7 @@
Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa
Name: systemd
Version: 44
-Release: 2
+Release: 3
License: GPL v2+
Group: Base
Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
@@ -82,14 +82,11 @@
Requires: udev-core >= 1:175-5
Requires: udev-libs >= 1:172
Requires: virtual(module-tools)
+Suggests: %{name}-no-compat-tmpfiles
Suggests: ConsoleKit
Suggests: fsck >= 2.20
Suggests: kmod >= 5
Suggests: nss_myhostname
-# python modules required by systemd-analyze
-Suggests: %{name}-no-compat-tmpfiles
-Suggests: python-dbus
-Suggests: python-modules
Suggests: service(klogd)
Suggests: service(syslog)
Provides: udev-acl
@@ -190,6 +187,20 @@
%description gtk -l pl.UTF-8
Graficzny interfejs do systemd.
+%package analyze
+Summary: Tool for processing systemd profiling information
+Group: Base
+Requires: %{name} = %{version}-%{release}
+Requires: python-dbus
+Requires: python-modules
+Requires: python-pycairo
+Conflicts: %{name} < 44-3
+
+%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.
+
%package libs
Summary: Shared systemd libraries
Summary(pl.UTF-8): Biblioteki współdzielone systemd
@@ -519,7 +530,6 @@
%attr(755,root,root) /bin/systemd-machine-id-setup
%attr(755,root,root) /bin/systemd-notify
%attr(755,root,root) /bin/systemd-tty-ask-password-agent
-%attr(755,root,root) %{_bindir}/systemd-analyze
%attr(755,root,root) %{_bindir}/systemd-cat
%attr(755,root,root) %{_bindir}/systemd-cgtop
%attr(755,root,root) %{_bindir}/systemd-cgls
@@ -702,6 +712,10 @@
%{_mandir}/man1/systemadm.1*
%endif
+%files analyze
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/systemd-analyze
+
%files libs
%defattr(644,root,root,755)
%attr(755,root,root) /%{_lib}/libsystemd-daemon.so.*.*.*
@@ -773,6 +787,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.132 2012/03/20 19:25:47 glen
+- systemd-analyze to subpackage; python as dependency is no longer pulled
+
Revision 1.131 2012/03/18 09:28:24 glen
- add /var/lib/systemd/coredump dir:
[17271.546636] systemd-journal[1464]: segfault at ac30a5a8 ip 08056547 sp bf997b20 error 4 in systemd-journald (deleted)[8048000+21000]
================================================================
---- CVS-web:
http://cvs.pld-linux.org//packages/systemd/systemd.spec?r1=1.131&r2=1.132&f=u
More information about the pld-cvs-commit
mailing list