Release 247-1mamba
This commit is contained in:
parent
9a565047e6
commit
0b821cb489
21
systemd.spec
21
systemd.spec
@ -26,8 +26,8 @@
|
|||||||
|
|
||||||
Name: systemd
|
Name: systemd
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 246
|
Version: 247
|
||||||
Release: 2mamba
|
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
|
||||||
@ -221,6 +221,7 @@ This package include development files for building software using udev librarie
|
|||||||
sed -i "s|@bindir@|/bin|g" src/core/macros.systemd.in
|
sed -i "s|@bindir@|/bin|g" src/core/macros.systemd.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#:<< _EOF
|
||||||
# LANG Workaround for meson error
|
# LANG Workaround for meson error
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
@ -402,6 +403,7 @@ exit 0
|
|||||||
%post -n udev
|
%post -n udev
|
||||||
if [ $1 -ge 1 ]; then
|
if [ $1 -ge 1 ]; then
|
||||||
udevadm hwdb --update
|
udevadm hwdb --update
|
||||||
|
udevadm trigger -a change
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ "`grep " vc/" /etc/inittab 2>/dev/null`" ] && {
|
[ "`grep " vc/" /etc/inittab 2>/dev/null`" ] && {
|
||||||
@ -472,7 +474,6 @@ fi
|
|||||||
%dir %{_sysconfdir}/kernel/install.d
|
%dir %{_sysconfdir}/kernel/install.d
|
||||||
%dir %{_sysconfdir}/systemd
|
%dir %{_sysconfdir}/systemd
|
||||||
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
|
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
|
||||||
%config(noreplace) %{_sysconfdir}/systemd/homed.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/systemd/journal-remote.conf
|
%config(noreplace) %{_sysconfdir}/systemd/journal-remote.conf
|
||||||
%config(noreplace) %{_sysconfdir}/systemd/journal-upload.conf
|
%config(noreplace) %{_sysconfdir}/systemd/journal-upload.conf
|
||||||
%config(noreplace) %{_sysconfdir}/systemd/journald.conf
|
%config(noreplace) %{_sysconfdir}/systemd/journald.conf
|
||||||
@ -485,12 +486,11 @@ 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
|
||||||
#%dir %{_sysconfdir}/systemd/system/multi-user.target.wants
|
|
||||||
#%dir %{_sysconfdir}/systemd/system/getty.target.wants
|
|
||||||
%dir %{_sysconfdir}/systemd/user
|
%dir %{_sysconfdir}/systemd/user
|
||||||
%config(noreplace) %{_sysconfdir}/systemd/user.conf
|
%config(noreplace) %{_sysconfdir}/systemd/user.conf
|
||||||
|
%config(noreplace) %{_sysconfdir}/homed.conf
|
||||||
|
%config(noreplace) %{_sysconfdir}/oomd.conf
|
||||||
%{_sysconfdir}/mtab
|
%{_sysconfdir}/mtab
|
||||||
%{_sysconfdir}/pam.d/systemd-user
|
|
||||||
%dir %{_sysconfdir}/binfmt.d
|
%dir %{_sysconfdir}/binfmt.d
|
||||||
%dir %{_sysconfdir}/modules-load.d
|
%dir %{_sysconfdir}/modules-load.d
|
||||||
%dir %{_sysconfdir}/repart.d
|
%dir %{_sysconfdir}/repart.d
|
||||||
@ -499,6 +499,7 @@ fi
|
|||||||
%dir %{_sysconfdir}/xdg/systemd
|
%dir %{_sysconfdir}/xdg/systemd
|
||||||
%{_sysconfdir}/xdg/systemd/user
|
%{_sysconfdir}/xdg/systemd/user
|
||||||
%{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
|
%{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
|
||||||
|
%{_prefix}/lib/pam.d/systemd-user
|
||||||
%{_bindir}/busctl
|
%{_bindir}/busctl
|
||||||
%{_bindir}/bootctl
|
%{_bindir}/bootctl
|
||||||
%{_bindir}/coredumpctl
|
%{_bindir}/coredumpctl
|
||||||
@ -506,6 +507,7 @@ fi
|
|||||||
%{_bindir}/kernel-install
|
%{_bindir}/kernel-install
|
||||||
%{_bindir}/localectl
|
%{_bindir}/localectl
|
||||||
%{_bindir}/resolvectl
|
%{_bindir}/resolvectl
|
||||||
|
%{_bindir}/systemd-dissect
|
||||||
%{_bindir}/systemd-mount
|
%{_bindir}/systemd-mount
|
||||||
%{_bindir}/systemd-umount
|
%{_bindir}/systemd-umount
|
||||||
%{_bindir}/systemd-path
|
%{_bindir}/systemd-path
|
||||||
@ -516,6 +518,7 @@ fi
|
|||||||
/bin/loginctl
|
/bin/loginctl
|
||||||
/bin/machinectl
|
/bin/machinectl
|
||||||
/bin/networkctl
|
/bin/networkctl
|
||||||
|
/bin/oomctl
|
||||||
/bin/portablectl
|
/bin/portablectl
|
||||||
/bin/systemctl
|
/bin/systemctl
|
||||||
/bin/userdbctl
|
/bin/userdbctl
|
||||||
@ -601,6 +604,7 @@ fi
|
|||||||
%{_mandir}/man1/loginctl.1*
|
%{_mandir}/man1/loginctl.1*
|
||||||
%{_mandir}/man1/machinectl.1*
|
%{_mandir}/man1/machinectl.1*
|
||||||
%{_mandir}/man1/networkctl.1*
|
%{_mandir}/man1/networkctl.1*
|
||||||
|
%{_mandir}/man1/oomctl.1*
|
||||||
%{_mandir}/man1/portablectl.1*
|
%{_mandir}/man1/portablectl.1*
|
||||||
%{_mandir}/man1/resolvconf.1*
|
%{_mandir}/man1/resolvconf.1*
|
||||||
%{_mandir}/man1/resolvectl.1*
|
%{_mandir}/man1/resolvectl.1*
|
||||||
@ -630,7 +634,7 @@ fi
|
|||||||
/%{_lib}/security/pam_systemd.*
|
/%{_lib}/security/pam_systemd.*
|
||||||
/%{_lib}/security/pam_systemd_home.so
|
/%{_lib}/security/pam_systemd_home.so
|
||||||
/%{_lib}/libnss_*.so.*
|
/%{_lib}/libnss_*.so.*
|
||||||
%doc LICENSE.LGPL2.1
|
#%doc LICENSE.LGPL2.1
|
||||||
|
|
||||||
%files -n libsystemd-devel
|
%files -n libsystemd-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -688,6 +692,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/libudev.pc
|
%{_libdir}/pkgconfig/libudev.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 247-1mamba
|
||||||
|
- update to 247
|
||||||
|
|
||||||
* Thu Oct 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 246-2mamba
|
* Thu Oct 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 246-2mamba
|
||||||
- make sure systemd-timesyncd is enabled
|
- make sure systemd-timesyncd is enabled
|
||||||
- provide empty directories {/etc,/usr/lib}/repart.d and /etc/udev/hwdb.d/
|
- provide empty directories {/etc,/usr/lib}/repart.d and /etc/udev/hwdb.d/
|
||||||
|
Loading…
Reference in New Issue
Block a user