Release 254-1mamba
This commit is contained in:
parent
3600504533
commit
9e396ca893
14
systemd.spec
14
systemd.spec
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
Name: systemd
|
Name: systemd
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 253.7
|
Version: 254
|
||||||
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
|
||||||
@ -636,6 +636,7 @@ systemctl daemon-reload &>/dev/null || :
|
|||||||
%{_initrddir}/README
|
%{_initrddir}/README
|
||||||
%{_sbindir}/halt
|
%{_sbindir}/halt
|
||||||
%{_sbindir}/init
|
%{_sbindir}/init
|
||||||
|
%{_sbindir}/mount.ddi
|
||||||
%{_sbindir}/poweroff
|
%{_sbindir}/poweroff
|
||||||
%{_sbindir}/reboot
|
%{_sbindir}/reboot
|
||||||
%{_sbindir}/runlevel
|
%{_sbindir}/runlevel
|
||||||
@ -643,7 +644,7 @@ systemctl daemon-reload &>/dev/null || :
|
|||||||
%{_sbindir}/telinit
|
%{_sbindir}/telinit
|
||||||
%{_prefix}/lib/pam.d/systemd-user
|
%{_prefix}/lib/pam.d/systemd-user
|
||||||
%{_bindir}/busctl
|
%{_bindir}/busctl
|
||||||
%{_bindir}/bootctl
|
#%{_bindir}/bootctl
|
||||||
%{_bindir}/coredumpctl
|
%{_bindir}/coredumpctl
|
||||||
%{_bindir}/hostnamectl
|
%{_bindir}/hostnamectl
|
||||||
%{_bindir}/kernel-install
|
%{_bindir}/kernel-install
|
||||||
@ -702,6 +703,7 @@ systemctl daemon-reload &>/dev/null || :
|
|||||||
%dir %{_datadir}/factory/etc/pam.d
|
%dir %{_datadir}/factory/etc/pam.d
|
||||||
%{_datadir}/factory/etc/pam.d/other
|
%{_datadir}/factory/etc/pam.d/other
|
||||||
%{_datadir}/factory/etc/pam.d/system-auth
|
%{_datadir}/factory/etc/pam.d/system-auth
|
||||||
|
%{_datadir}/factory/etc/vconsole.conf
|
||||||
%{_datadir}/pkgconfig/systemd.pc
|
%{_datadir}/pkgconfig/systemd.pc
|
||||||
%dir %{_datadir}/systemd
|
%dir %{_datadir}/systemd
|
||||||
%{_datadir}/systemd/kbd-model-map
|
%{_datadir}/systemd/kbd-model-map
|
||||||
@ -716,7 +718,7 @@ systemctl daemon-reload &>/dev/null || :
|
|||||||
%dir %{_localstatedir}/log/journal
|
%dir %{_localstatedir}/log/journal
|
||||||
%dir %{_localstatedir}/log/journal/remote
|
%dir %{_localstatedir}/log/journal/remote
|
||||||
%dir %{_localstatedir}/lib/systemd
|
%dir %{_localstatedir}/lib/systemd
|
||||||
%{_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/homectl.1*
|
||||||
@ -725,6 +727,7 @@ systemctl daemon-reload &>/dev/null || :
|
|||||||
%{_mandir}/man1/localectl.1*
|
%{_mandir}/man1/localectl.1*
|
||||||
%{_mandir}/man1/loginctl.1*
|
%{_mandir}/man1/loginctl.1*
|
||||||
%{_mandir}/man1/machinectl.1*
|
%{_mandir}/man1/machinectl.1*
|
||||||
|
%{_mandir}/man1/mount.ddi.1*
|
||||||
%{_mandir}/man1/networkctl.1*
|
%{_mandir}/man1/networkctl.1*
|
||||||
%{_mandir}/man1/oomctl.1*
|
%{_mandir}/man1/oomctl.1*
|
||||||
%{_mandir}/man1/portablectl.1*
|
%{_mandir}/man1/portablectl.1*
|
||||||
@ -789,6 +792,7 @@ systemctl daemon-reload &>/dev/null || :
|
|||||||
%dir %{_sysconfdir}/udev/hwdb.d
|
%dir %{_sysconfdir}/udev/hwdb.d
|
||||||
%dir %{_sysconfdir}/udev/rules.d
|
%dir %{_sysconfdir}/udev/rules.d
|
||||||
%{_sysconfdir}/udev/udev.conf
|
%{_sysconfdir}/udev/udev.conf
|
||||||
|
%{_sysconfdir}/udev/iocost.conf
|
||||||
%{_sysconfdir}/modprobe.d/udev.conf
|
%{_sysconfdir}/modprobe.d/udev.conf
|
||||||
#%{_sbindir}/udevd
|
#%{_sbindir}/udevd
|
||||||
%{_bindir}/udevadm
|
%{_bindir}/udevadm
|
||||||
@ -800,6 +804,7 @@ systemctl daemon-reload &>/dev/null || :
|
|||||||
%{_prefix}/lib/udev/check-cdrom.sh
|
%{_prefix}/lib/udev/check-cdrom.sh
|
||||||
%{_prefix}/lib/udev/dmi_memory_id
|
%{_prefix}/lib/udev/dmi_memory_id
|
||||||
%{_prefix}/lib/udev/fido_id
|
%{_prefix}/lib/udev/fido_id
|
||||||
|
%{_prefix}/lib/udev/iocost
|
||||||
%dir %{_prefix}/lib/udev/hwdb.d
|
%dir %{_prefix}/lib/udev/hwdb.d
|
||||||
%{_prefix}/lib/udev/hwdb.d/README
|
%{_prefix}/lib/udev/hwdb.d/README
|
||||||
%{_prefix}/lib/udev/hwdb.d/*.hwdb
|
%{_prefix}/lib/udev/hwdb.d/*.hwdb
|
||||||
@ -826,6 +831,9 @@ systemctl daemon-reload &>/dev/null || :
|
|||||||
%{_libdir}/pkgconfig/libudev.pc
|
%{_libdir}/pkgconfig/libudev.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 01 2023 Automatic Build System <autodist@mambasoft.it> 254-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jul 18 2023 Automatic Build System <autodist@mambasoft.it> 253.7-1mamba
|
* Tue Jul 18 2023 Automatic Build System <autodist@mambasoft.it> 253.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user