Release 245-1mamba

This commit is contained in:
Automatic Build System 2023-12-30 11:39:11 +01:00
parent 4855ae3cdf
commit 5bd20971dd

View File

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