Skip to content
Snippets Groups Projects
Commit dbaab770 authored by importbot's avatar importbot
Browse files

import systemd-256-4.el10

parent 62710e61
No related branches found
Tags imports/c10s/systemd-256-4.el10
No related merge requests found
......@@ -48,7 +48,7 @@ Url: https://systemd.io
# Allow users to specify the version and release when building the rpm by
# setting the %%version_override and %%release_override macros.
Version: %{?version_override}%{!?version_override:256}
Release: 3%{?dist}
Release: 4%{?dist}
%global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)
......@@ -716,7 +716,7 @@ CONFIGURE_OPTS=(
-Dtimesyncd=false
-Dcreate-log-dirs=false
-Dnsresourced=false
-Dfirstboot=false
-Dfirstboot=true
-Dvmspawn=disabled
-Dstoragetm=false
-Dhtml=disabled
......@@ -725,7 +725,6 @@ CONFIGURE_OPTS=(
-Ddns-over-tls=openssl
-Dntp-servers=
-Dsupport-url=https://access.redhat.com/support
-Dwww-target=https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/10
-Dlibidn=disabled
-Dgnutls=disabled
-Ddefault-compression=zstd
......@@ -907,10 +906,6 @@ systemd-machine-id-setup &>/dev/null || :
[ $1 -eq 1 ] || exit 0
# create /var/log/journal only on initial installation,
# and only if it's writable (it won't be in rpm-ostree).
[ -w %{_localstatedir} ] && mkdir -p %{_localstatedir}/log/journal
[ -w %{_localstatedir} ] && journalctl --update-catalog || :
systemd-sysusers || :
systemd-tmpfiles --create &>/dev/null || :
......@@ -1097,6 +1092,10 @@ rm -f .file-list-*
rm -f %{name}.lang
%changelog
* Tue Jul 16 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-4
- reenable systemd-firstboot (RHEL-48822)
- don't create /var/log/journal (RHEL-40924)
* Mon Jul 08 2024 systemd maintenance team <systemd-maint@redhat.com> - 256-3
- taint: remove unmerged-bin (RHEL-46277)
- presets: remove resolved (RHEL-46576)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment