[packages/systemd] - started update to 198 - added bash-completion-udev package - new TODO
baggins
baggins at pld-linux.org
Mon Mar 11 14:06:16 CET 2013
commit 864041a0c9b7b7dd1f923d786f58811cc0e5d16f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Mar 11 14:05:41 2013 +0100
- started update to 198
- added bash-completion-udev package
- new TODO
systemd.spec | 36 ++++++++++++++++++++++++++++++++----
1 file changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index c6206f4..75518ce 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -4,6 +4,10 @@
# - initrd needs love (does not build and is probably completly unusable in current form)
# - merge rpm macros provided by systemd with ours
#
+# - check removed syslog.target
+# - add systemd-journal, systemd-journal-gateway groups and systemd-journal-gateway user
+# - package new files
+#
# Conditional build:
%bcond_without audit # without audit support
%bcond_without cryptsetup # without cryptsetup support
@@ -40,13 +44,13 @@ Summary: A System and Service Manager
Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa
Name: systemd
# Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
-Version: 197
-Release: 5
+Version: 198
+Release: 0.1
Epoch: 1
License: GPL v2+
Group: Base
Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
-# Source0-md5: 56a860dceadfafe59f40141eb5223743
+# Source0-md5: 26a75e2a310f8c1c1ea9ec26ddb171c5
Source1: %{name}-sysv-convert
Source2: %{name}_booted.c
Source3: network.service
@@ -565,6 +569,20 @@ A userspace implementation of devfs - static binary for initrd.
Implementacja devfs w przestrzeni użytkownika - statyczna binarka dla
initrd.
+%package -n bash-completion-udev
+Summary: bash-completion for udev
+Summary(pl.UTF-8): Bashowe dopełnianie składni dla udev
+Group: Applications/Shells
+Requires: udev = %{epoch}:%{version}
+Requires: bash-completion
+
+%description -n bash-completion-udev
+bash-completion for udev.
+
+%description -n bash-completion-udev -l pl.UTF-8
+Bashowe dopełnianie składni dla udev.
+
+
%package -n python-systemd
Summary: Systemd Python bindings
Summary(pl.UTF-8): Wiązania do Systemd dla Pythona
@@ -1337,7 +1355,13 @@ fi
%files -n bash-completion-systemd
%defattr(644,root,root,755)
-/etc/bash_completion.d/systemd-bash-completion.sh
+%{_datadir}/bash-completion/completions/hostnamectl
+%{_datadir}/bash-completion/completions/journalctl
+%{_datadir}/bash-completion/completions/localectl
+%{_datadir}/bash-completion/completions/loginctl
+%{_datadir}/bash-completion/completions/systemctl
+%{_datadir}/bash-completion/completions/systemd-coredumpctl
+%{_datadir}/bash-completion/completions/timedatectl
%files -n udev
%defattr(644,root,root,755)
@@ -1479,6 +1503,10 @@ fi
%attr(755,root,root) %{_libdir}/initrd/udev/mtd_probe
%endif
+%files -n bash-completion-udev
+%defattr(644,root,root,755)
+%{_datadir}/bash-completion/completions/udevadm
+
%files -n python-systemd
%defattr(644,root,root,755)
%dir %{py_sitedir}/systemd
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/864041a0c9b7b7dd1f923d786f58811cc0e5d16f
More information about the pld-cvs-commit
mailing list