|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
Name: systemd
|
|
|
|
|
Url: https://systemd.io
|
|
|
|
|
Version: 252
|
|
|
|
|
Release: 46%{?dist}.inferit.1
|
|
|
|
|
Release: 46%{?dist}.2
|
|
|
|
|
# For a breakdown of the licensing, see README
|
|
|
|
|
License: LGPLv2+ and MIT and GPLv2+
|
|
|
|
|
Summary: System and Service Manager
|
|
|
|
@ -1132,10 +1132,6 @@ Patch1040: 1040-efi-don-t-pull-kernel-cmdline-from-SMBIOS-in-a-confi.patch
|
|
|
|
|
Patch1041: 1041-Fix-detection-of-TDX-confidential-VM-on-Azure-platfo.patch
|
|
|
|
|
Patch1042: 1042-ukify-Skip-test-on-architectures-without-UEFI.patch
|
|
|
|
|
|
|
|
|
|
# MSVSphere
|
|
|
|
|
# Added support of Inferit Eclipse accelerometer
|
|
|
|
|
Patch5000: 5000-Added-support-of-Inferit-Eclipse-accelerometer.patch
|
|
|
|
|
|
|
|
|
|
# Downstream-only patches (9000–9999)
|
|
|
|
|
|
|
|
|
|
%ifarch %{ix86} x86_64 aarch64
|
|
|
|
@ -1587,7 +1583,7 @@ CONFIGURE_OPTS=(
|
|
|
|
|
-Dnetworkd=false
|
|
|
|
|
-Dsupport-url=https://access.redhat.com/support
|
|
|
|
|
# https://issues.redhat.com/browse/RHEL-16810
|
|
|
|
|
-Dsbat-distro-url=mailto:secalert@msvsphere-os.ru
|
|
|
|
|
-Dsbat-distro-url=mailto:secalert@redhat.com
|
|
|
|
|
-Ddefault-net-naming-scheme=rhel-9.0
|
|
|
|
|
-Dukify=true
|
|
|
|
|
)
|
|
|
|
@ -1843,6 +1839,13 @@ fi
|
|
|
|
|
|
|
|
|
|
%systemd_postun_with_restart systemd-timedated.service systemd-hostnamed.service systemd-journald.service systemd-localed.service
|
|
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
|
if [ $1 -eq 1 ]; then
|
|
|
|
|
# Initial installation
|
|
|
|
|
# HACK: apparently there are RPM dependency loops which prevent us from using semodule in %%post so insert policy module again
|
|
|
|
|
%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/%{selinuxtype}/%{modulename}.pp.bz2
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%post libs
|
|
|
|
|
%{?ldconfig}
|
|
|
|
|
|
|
|
|
@ -2025,11 +2028,11 @@ systemd-hwdb update &>/dev/null || :
|
|
|
|
|
%{_prefix}/lib/dracut/modules.d/70rhel-net-naming-sysattrs/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Oct 30 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 252-46.inferit.1
|
|
|
|
|
- Added support of Inferit Eclipse accelerometer
|
|
|
|
|
* Tue Sep 10 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-46.2
|
|
|
|
|
- add %%posttrans scriptlet to make sure our SELinux policy module is actually installed (RHEL-46339)
|
|
|
|
|
|
|
|
|
|
* Sat Oct 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> 252-46.inferit
|
|
|
|
|
- Change email
|
|
|
|
|
* Tue Sep 03 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-46.1
|
|
|
|
|
- version bump (RHEL-56019)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 30 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-46
|
|
|
|
|
- ukify: Skip test on architectures without UEFI (RHEL-56019)
|
|
|
|
|