Release 254.5-1mamba
This commit is contained in:
parent
abb35d90c3
commit
ef735f1c60
46
systemd.spec
46
systemd.spec
@ -26,7 +26,7 @@
|
||||
|
||||
Name: systemd
|
||||
Epoch: 2
|
||||
Version: 254.4
|
||||
Version: 254.5
|
||||
Release: 1mamba
|
||||
Summary: A system and service manager compatible with SysV and LSB init scripts
|
||||
Group: System/Configuration
|
||||
@ -101,12 +101,13 @@ BuildRequires: libxcrypt-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: docbook-xsl >= 1.79.2-3mamba
|
||||
BuildRequires: kmod >= 28-3mamba
|
||||
BuildRequires: vala-tools
|
||||
BuildRequires: iptables-devel >= 1.8.3
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja
|
||||
BuildRequires: iptables-devel >= 1.8.3
|
||||
BuildRequires: docbook-xsl >= 1.79.2-3mamba
|
||||
BuildRequires: python3dist(jinja2)
|
||||
BuildRequires: vala-tools
|
||||
Conflicts: sysvinit
|
||||
Conflicts: initscripts-sysv5
|
||||
Requires: libkmod >= 29-2mamba
|
||||
@ -119,10 +120,12 @@ Provides: /sbin/halt
|
||||
Provides: /sbin/poweroff
|
||||
Provides: /sbin/reboot
|
||||
Provides: /sbin/shutdown
|
||||
Provides: /usr/sbin/shutdown
|
||||
Requires: liblockdev
|
||||
Requires(post): pwdutils
|
||||
Requires: libsystemd = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: udev = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires(pre): filesystem >= 2.3-10mamba
|
||||
Requires(post): pwdutils
|
||||
Provides: systemd-core
|
||||
Obsoletes: systemd-core <= 2:248-4mamba
|
||||
|
||||
@ -248,7 +251,7 @@ export LC_ALL="en_US.UTF-8"
|
||||
-Dtty-gid=4 \
|
||||
-Dman=true \
|
||||
-Dusers-gid=100 \
|
||||
-Dsplit-bin=true \
|
||||
-Dsplit-bin=false \
|
||||
-Dsysvinit-path=%{_initrddir} \
|
||||
-Drc-local=%{_initrddir}/rc.local \
|
||||
-Ddebug-shell=/bin/sh \
|
||||
@ -528,7 +531,7 @@ fi
|
||||
|
||||
%post -n udev
|
||||
if [ $1 -ge 1 ]; then
|
||||
udevadm hwdb --update
|
||||
systemd-hwdb update
|
||||
udevadm trigger -a change
|
||||
fi
|
||||
|
||||
@ -646,14 +649,14 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%{_sysconfdir}/xdg/systemd/user
|
||||
%{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
|
||||
%{_initrddir}/README
|
||||
%{_sbindir}/halt
|
||||
%{_sbindir}/init
|
||||
%{_sbindir}/mount.ddi
|
||||
%{_sbindir}/poweroff
|
||||
%{_sbindir}/reboot
|
||||
%{_sbindir}/runlevel
|
||||
%{_sbindir}/shutdown
|
||||
%{_sbindir}/telinit
|
||||
%{_bindir}/halt
|
||||
%{_bindir}/init
|
||||
%{_bindir}/mount.ddi
|
||||
%{_bindir}/poweroff
|
||||
%{_bindir}/reboot
|
||||
%{_bindir}/runlevel
|
||||
%{_bindir}/shutdown
|
||||
%{_bindir}/telinit
|
||||
%{_prefix}/lib/pam.d/systemd-user
|
||||
%{_bindir}/busctl
|
||||
#%{_bindir}/bootctl
|
||||
@ -673,7 +676,7 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%{_bindir}/systemctl
|
||||
%{_bindir}/userdbctl
|
||||
%{_bindir}/systemd-*
|
||||
%{_sbindir}/resolvconf
|
||||
%{_bindir}/resolvconf
|
||||
%{_datadir}/bash-completion/completions/*
|
||||
%exclude %{_datadir}/bash-completion/completions/udevadm
|
||||
%dir %{_prefix}/lib/kernel
|
||||
@ -806,7 +809,7 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%{_sysconfdir}/udev/udev.conf
|
||||
%{_sysconfdir}/udev/iocost.conf
|
||||
%{_sysconfdir}/modprobe.d/udev.conf
|
||||
#%{_sbindir}/udevd
|
||||
#%{_bindir}/udevd
|
||||
%{_bindir}/udevadm
|
||||
%{_datadir}/bash-completion/completions/udevadm
|
||||
%{_prefix}/lib/systemd/systemd-udevd
|
||||
@ -843,6 +846,15 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%{_libdir}/pkgconfig/libudev.pc
|
||||
|
||||
%changelog
|
||||
* Thu Sep 28 2023 Automatic Build System <autodist@mambasoft.it> 254.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 254.4-3mamba
|
||||
- provide /usr/sbin/shutdown required by openmamba-lsb-core
|
||||
|
||||
* Sun Sep 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 254.4-2mamba
|
||||
- rebuilt with split-bin=false
|
||||
|
||||
* Wed Sep 20 2023 Automatic Build System <autodist@mambasoft.it> 254.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user