Release 234-1mamba

This commit is contained in:
Automatic Build System 2023-12-30 11:37:42 +01:00
parent b7944c1bbf
commit c02c91b952

View File

@ -25,8 +25,8 @@
Name: systemd Name: systemd
Epoch: 2 Epoch: 2
Version: 232 Version: 234
Release: 8mamba 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
Vendor: openmamba Vendor: openmamba
@ -229,7 +229,6 @@ This package include development files for building software using udev librarie
%patch16 -p1 %patch16 -p1
%build %build
#:<< _EOF
./autogen.sh ./autogen.sh
%configure \ %configure \
--with-rootprefix= \ --with-rootprefix= \
@ -478,7 +477,7 @@ fi
%config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf %config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf
%dir %{_sysconfdir}/systemd/network %dir %{_sysconfdir}/systemd/network
%dir %{_sysconfdir}/systemd/system %dir %{_sysconfdir}/systemd/system
%{_sysconfdir}/systemd/system/ctrl-alt-del.target #%{_sysconfdir}/systemd/system/ctrl-alt-del.target
%dir %{_sysconfdir}/systemd/system/multi-user.target.wants %dir %{_sysconfdir}/systemd/system/multi-user.target.wants
%{_sysconfdir}/systemd/system/multi-user.target.wants/*.target %{_sysconfdir}/systemd/system/multi-user.target.wants/*.target
%{_sysconfdir}/systemd/system/multi-user.target.wants/systemd-networkd.service %{_sysconfdir}/systemd/system/multi-user.target.wants/systemd-networkd.service
@ -491,7 +490,8 @@ fi
%dir %{_sysconfdir}/systemd/user %dir %{_sysconfdir}/systemd/user
%config(noreplace) %{_sysconfdir}/systemd/user.conf %config(noreplace) %{_sysconfdir}/systemd/user.conf
%{_sysconfdir}/mtab %{_sysconfdir}/mtab
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.*.conf %{_sysconfdir}/systemd/system/dbus-org.freedesktop.*.service
%{_datadir}/dbus-1/system.d/org.freedesktop.*.conf
%{_sysconfdir}/pam.d/systemd-user %{_sysconfdir}/pam.d/systemd-user
%dir %{_sysconfdir}/binfmt.d %dir %{_sysconfdir}/binfmt.d
%dir %{_sysconfdir}/modules-load.d %dir %{_sysconfdir}/modules-load.d
@ -507,6 +507,7 @@ fi
%{_bindir}/kernel-install %{_bindir}/kernel-install
%{_bindir}/localectl %{_bindir}/localectl
%{_bindir}/systemd-mount %{_bindir}/systemd-mount
%{_bindir}/systemd-umount
%{_bindir}/systemd-path %{_bindir}/systemd-path
%{_bindir}/systemd-run %{_bindir}/systemd-run
%{_bindir}/timedatectl %{_bindir}/timedatectl
@ -555,6 +556,7 @@ fi
/lib/systemd/* /lib/systemd/*
%exclude /lib/systemd/systemd-udevd %exclude /lib/systemd/systemd-udevd
/lib/udev/rules.d/99-systemd.rules /lib/udev/rules.d/99-systemd.rules
%{_prefix}/lib/environment.d/99-environment.conf
%{_prefix}/lib/tmpfiles.d/*.conf %{_prefix}/lib/tmpfiles.d/*.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
@ -574,6 +576,7 @@ fi
%dir %{_datadir}/zsh/site-functions %dir %{_datadir}/zsh/site-functions
%{_datadir}/zsh/site-functions/* %{_datadir}/zsh/site-functions/*
%{_datadir}/polkit-1/actions/org.freedesktop.*.policy %{_datadir}/polkit-1/actions/org.freedesktop.*.policy
%{_datadir}/polkit-1/rules.d/systemd-networkd.rules
%{_localstatedir}/log/README %{_localstatedir}/log/README
%dir %{_localstatedir}/log/journal %dir %{_localstatedir}/log/journal
%dir %{_localstatedir}/log/journal/remote %dir %{_localstatedir}/log/journal/remote
@ -603,6 +606,7 @@ fi
%{_mandir}/man8/nss-resolve.8* %{_mandir}/man8/nss-resolve.8*
%{_mandir}/man8/pam_systemd.8* %{_mandir}/man8/pam_systemd.8*
%{_mandir}/man8/systemd-*.8* %{_mandir}/man8/systemd-*.8*
%{_mandir}/man8/30-systemd-environment-d-generator.8*
#%files tools #%files tools
#%defattr(-,root,root) #%defattr(-,root,root)
@ -691,6 +695,9 @@ fi
%{_libdir}/pkgconfig/libudev.pc %{_libdir}/pkgconfig/libudev.pc
%changelog %changelog
* Mon Aug 14 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 234-1mamba
- update to 234
* Sat Dec 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 232-8mamba * Sat Dec 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 232-8mamba
- patch to disable restrict_address_families causing protocol not supported errors on boot - patch to disable restrict_address_families causing protocol not supported errors on boot