rebuilt with rpm 1:4.20.0-2mamba for fixing missing user and group provides [release 257.1-2mamba;Tue Dec 31 2024]
This commit is contained in:
parent
d13bfbbb0a
commit
c2553aedb4
16
systemd.spec
16
systemd.spec
@ -26,7 +26,7 @@
|
||||
|
||||
Name: systemd
|
||||
Epoch: 2
|
||||
Version: 256.9
|
||||
Version: 257.1
|
||||
Release: 2mamba
|
||||
Summary: A system and service manager compatible with SysV and LSB init scripts
|
||||
Group: System/Configuration
|
||||
@ -58,6 +58,7 @@ BuildRequires: libcap-devel
|
||||
BuildRequires: libcryptsetup-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libfdisk-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
@ -71,6 +72,7 @@ BuildRequires: libselinux-devel
|
||||
BuildRequires: libxcrypt-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: rpm >= 1:4.20.0-2mamba
|
||||
BuildRequires: docbook-xsl >= 1.79.2-3mamba
|
||||
BuildRequires: kmod >= 28-3mamba
|
||||
BuildRequires: iptables-devel >= 1.8.3
|
||||
@ -186,7 +188,6 @@ Udev allows Linux users to have a dynamic /dev directory and it provides the abi
|
||||
It also replaces hotplug and runs entirely in userspace.
|
||||
This package include development files for building software using udev libraries.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -578,6 +579,7 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/kernel/install.d
|
||||
%{_sysconfdir}/profile.d/70-systemd-shell-extra.sh
|
||||
%dir %{_sysconfdir}/systemd
|
||||
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
|
||||
%config(noreplace) %{_sysconfdir}/systemd/journal-remote.conf
|
||||
@ -619,6 +621,7 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%{_bindir}/runlevel
|
||||
%{_bindir}/shutdown
|
||||
%{_bindir}/telinit
|
||||
%{_bindir}/updatectl
|
||||
%{_prefix}/lib/pam.d/systemd-user
|
||||
%{_prefix}/lib/pam.d/systemd-run0
|
||||
%{_bindir}/busctl
|
||||
@ -644,9 +647,9 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%{_datadir}/bash-completion/completions/*
|
||||
%exclude %{_datadir}/bash-completion/completions/udevadm
|
||||
%dir %{_prefix}/lib/kernel
|
||||
%{_prefix}/lib/kernel/*.conf
|
||||
%dir %{_prefix}/lib/kernel/install.d
|
||||
%{_prefix}/lib/kernel/install.d/*.install
|
||||
%{_prefix}/lib/kernel/install.conf
|
||||
%dir %{_prefix}/lib/binfmt.d
|
||||
%dir %{_prefix}/lib/modules-load.d
|
||||
%dir %{_prefix}/lib/pcrlock.d
|
||||
@ -729,6 +732,7 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%{_mandir}/man1/systemd.1*
|
||||
%{_mandir}/man1/timedatectl.1*
|
||||
%{_mandir}/man1/ukify.1*
|
||||
%{_mandir}/man1/updatectl.1*
|
||||
%{_mandir}/man1/userdbctl.1*
|
||||
%{_mandir}/man5/*.5*
|
||||
%{_mandir}/man7/*.7*
|
||||
@ -822,6 +826,12 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%{_libdir}/pkgconfig/libudev.pc
|
||||
|
||||
%changelog
|
||||
* Tue Dec 31 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 257.1-2mamba
|
||||
- rebuilt with rpm 1:4.20.0-2mamba for fixing missing user and group provides
|
||||
|
||||
* Mon Dec 30 2024 Automatic Build System <autodist@openmamba.org> 257.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 256.9-2mamba
|
||||
- udev: add requires(pre) for systemd and added other pre and post requirements for bootstrap installation
|
||||
- own /run/utmp, /var/log/{lastlog,wtmp,btmp} formerly from initscripts
|
||||
|
Loading…
Reference in New Issue
Block a user