From a8c59f4520a786d4da7ecccc231d73b3e94f1b29 Mon Sep 17 00:00:00 2001 From: autodist Date: Sat, 30 Dec 2023 11:35:28 +0100 Subject: [PATCH] Release 215-1mamba --- systemd.spec | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/systemd.spec b/systemd.spec index 97773dd..89f3621 100644 --- a/systemd.spec +++ b/systemd.spec @@ -19,8 +19,8 @@ %define group_systemd_timesync 64 Name: systemd Epoch: 2 -Version: 214 -Release: 3mamba +Version: 215 +Release: 1mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration Vendor: openmamba @@ -388,17 +388,19 @@ fi %files core -f %{name}.lang %defattr(-,root,root) %dir %{_sysconfdir}/systemd -%config %{_sysconfdir}/systemd/bootchart.conf -%config %{_sysconfdir}/systemd/journald.conf -%config %{_sysconfdir}/systemd/logind.conf -%config %{_sysconfdir}/systemd/resolved.conf -%config %{_sysconfdir}/systemd/timesyncd.conf +%config(noreplace) %{_sysconfdir}/systemd/bootchart.conf +%config(noreplace) %{_sysconfdir}/systemd/coredump.conf +%config(noreplace) %{_sysconfdir}/systemd/journald.conf +%config(noreplace) %{_sysconfdir}/systemd/logind.conf +%config(noreplace) %{_sysconfdir}/systemd/resolved.conf +%config(noreplace) %{_sysconfdir}/systemd/system.conf +%config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf %dir %{_sysconfdir}/systemd/system -%config %{_sysconfdir}/systemd/system.conf %dir %{_sysconfdir}/systemd/system/multi-user.target.wants %{_sysconfdir}/systemd/system/multi-user.target.wants/remote-fs.target %{_sysconfdir}/systemd/system/multi-user.target.wants/systemd-networkd.service %{_sysconfdir}/systemd/system/multi-user.target.wants/systemd-resolved.service +%{_sysconfdir}/systemd/system/multi-user.target.wants/systemd-timesyncd.service %{_sysconfdir}/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service %dir %{_sysconfdir}/systemd/system/getty.target.wants %{_sysconfdir}/systemd/system/getty.target.wants/getty@tty1.service @@ -414,10 +416,12 @@ fi %{_sysconfdir}/xdg/systemd/user %{_bindir}/busctl %{_bindir}/bootctl +%{_bindir}/coredumpctl %{_bindir}/hostnamectl %{_bindir}/kernel-install %{_bindir}/localectl %{_bindir}/systemd-coredumpctl +%{_bindir}/systemd-path %{_bindir}/systemd-run %{_bindir}/timedatectl /bin/journalctl @@ -430,6 +434,7 @@ fi /bin/systemd-notify /bin/systemd-tmpfiles /bin/systemd-tty-ask-password-agent +/bin/systemd-sysusers %{_bindir}/systemd-cat %{_bindir}/systemd-cgtop %{_bindir}/systemd-delta @@ -452,6 +457,8 @@ fi %dir %{_prefix}/lib/tmpfiles.d %dir %{_prefix}/lib/systemd %{_prefix}/lib/systemd/* +%dir %{_prefix}/lib/sysusers.d +%{_prefix}/lib/sysusers.d/*.conf %dir /lib/systemd /lib/systemd/* %exclude /lib/systemd/systemd-udevd @@ -474,6 +481,7 @@ fi %dir %{_localstatedir}/lib/systemd %{_mandir}/man1/bootctl.1* %{_mandir}/man1/busctl.1* +%{_mandir}/man1/coredumpctl.1* %{_mandir}/man1/hostnamectl.1* %{_mandir}/man1/journalctl.1* %{_mandir}/man1/localectl.1* @@ -593,6 +601,9 @@ fi %{_datadir}/pkgconfig/udev.pc %changelog +* Thu Jul 10 2014 Automatic Build System 215-1mamba +- automatic version update by autodist + * Sat Jul 05 2014 Silvan Calarco 214-3mamba - add systemd-timesync user and group