diff --git a/systemd.spec b/systemd.spec index 62d8f11..bb8e665 100644 --- a/systemd.spec +++ b/systemd.spec @@ -26,7 +26,7 @@ Name: systemd Epoch: 2 -Version: 244 +Version: 245 Release: 1mamba Summary: A system and service manager compatible with SysV and LSB init scripts Group: System/Configuration @@ -550,12 +550,14 @@ fi %{_bindir}/systemd-path %{_bindir}/systemd-run %{_bindir}/timedatectl +/bin/homectl /bin/journalctl /bin/loginctl /bin/machinectl /bin/networkctl /bin/portablectl /bin/systemctl +/bin/userdbctl /bin/systemd-ask-password /bin/systemd-escape /bin/systemd-firstboot @@ -563,6 +565,7 @@ fi /bin/systemd-inhibit /bin/systemd-machine-id-setup /bin/systemd-notify +/bin/systemd-repart /bin/systemd-tmpfiles /bin/systemd-tty-ask-password-agent /bin/systemd-sysusers @@ -602,7 +605,7 @@ fi /lib/modprobe.d/systemd.conf %{_prefix}/lib/tmpfiles.d/*.conf %{_datadir}/dbus-1/system.d/org.freedesktop.*.conf -#%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service +%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service %{_datadir}/dbus-1/system-services/org.freedesktop.*.service %dir %{_datadir}/factory %dir %{_datadir}/factory/etc @@ -629,6 +632,7 @@ fi %{_mandir}/man1/bootctl.1* %{_mandir}/man1/busctl.1* %{_mandir}/man1/coredumpctl.1* +%{_mandir}/man1/homectl.1* %{_mandir}/man1/hostnamectl.1* %{_mandir}/man1/journalctl.1* %{_mandir}/man1/localectl.1* @@ -642,6 +646,7 @@ fi %{_mandir}/man1/systemd-* %{_mandir}/man1/systemd.1* %{_mandir}/man1/timedatectl.1* +%{_mandir}/man1/userdbctl.1* %{_mandir}/man5/*.5* %{_mandir}/man7/*.7* %{_mandir}/man8/kernel-install.8* @@ -653,6 +658,7 @@ fi %{_mandir}/man8/nss-systemd.8* %{_mandir}/man8/nss-resolve.8* %{_mandir}/man8/pam_systemd.8* +%{_mandir}/man8/pam_systemd_home.8* %{_mandir}/man8/systemd-*.8* %{_mandir}/man8/30-systemd-environment-d-generator.8* @@ -660,6 +666,7 @@ fi %defattr(-,root,root) /%{_lib}/libsystemd.so.* /%{_lib}/security/pam_systemd.* +/%{_lib}/security/pam_systemd_home.so /%{_lib}/libnss_*.so.* %doc LICENSE.LGPL2.1 @@ -716,6 +723,9 @@ fi %{_libdir}/pkgconfig/libudev.pc %changelog +* Sat Mar 07 2020 Automatic Build System 245-1mamba +- automatic version update by autodist + * Wed Dec 11 2019 Automatic Build System 244-1mamba - automatic version update by autodist