use lz4 compression in systemd instead of zstd (#2546)
This commit is contained in:
parent
fcf295cb93
commit
b6ddd31fdc
|
@ -1,7 +1,7 @@
|
|||
Summary: Bootstrap version of systemd. Workaround for systemd circular dependency.
|
||||
Name: systemd-bootstrap
|
||||
Version: 250.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+ AND GPLv2+ AND MIT
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -93,6 +93,7 @@ meson --prefix %{_prefix} \
|
|||
-Dlibcurl=false \
|
||||
-Dpolkit=true \
|
||||
-Dlz4=true \
|
||||
-Dzstd=false \
|
||||
-Ddbuspolicydir=%{_sysconfdir}/dbus-1/system.d \
|
||||
-Ddbussessionservicedir=%{_datadir}/dbus-1/services \
|
||||
-Ddbussystemservicedir=%{_datadir}/dbus-1/system-services \
|
||||
|
@ -226,6 +227,9 @@ systemctl preset-all
|
|||
%{_datadir}/pkgconfig/udev.pc
|
||||
|
||||
%changelog
|
||||
* Thu Mar 17 2022 Andrew Phelps <anphel@microsoft.com> - 250.3-2
|
||||
- Disable zstd configuration to ensure lz4 compression is used for journal files and coredumps
|
||||
|
||||
* Mon Jan 24 2022 Henry Beberman <henry.beberman@microsoft.com> - 250.3-1
|
||||
- Update to systemd-stable version 250.3
|
||||
- Explicitly disable systemd-homed
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Systemd-250
|
||||
Name: systemd
|
||||
Version: 250.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+ AND GPLv2+ AND MIT
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -117,6 +117,7 @@ meson --prefix %{_prefix} \
|
|||
-Dlibcryptsetup=true \
|
||||
-Dgcrypt=true \
|
||||
-Dlz4=true \
|
||||
-Dzstd=false \
|
||||
-Ddbuspolicydir=%{_sysconfdir}/dbus-1/system.d \
|
||||
-Ddbussessionservicedir=%{_datadir}/dbus-1/services \
|
||||
-Ddbussystemservicedir=%{_datadir}/dbus-1/system-services \
|
||||
|
@ -257,6 +258,9 @@ systemctl preset-all
|
|||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
* Thu Mar 17 2022 Andrew Phelps <anphel@microsoft.com> - 250.3-2
|
||||
- Disable zstd configuration to ensure lz4 compression is used for journal files and coredumps
|
||||
|
||||
* Mon Jan 24 2022 Henry Beberman <henry.beberman@microsoft.com> - 250.3-1
|
||||
- Update to systemd-stable version 250.3
|
||||
- Explicitly disable systemd-homed
|
||||
|
|
|
@ -530,10 +530,10 @@ sqlite-devel-3.36.0-2.cm2.aarch64.rpm
|
|||
sqlite-libs-3.36.0-2.cm2.aarch64.rpm
|
||||
swig-4.0.2-3.cm2.aarch64.rpm
|
||||
swig-debuginfo-4.0.2-3.cm2.aarch64.rpm
|
||||
systemd-bootstrap-250.3-1.cm2.aarch64.rpm
|
||||
systemd-bootstrap-debuginfo-250.3-1.cm2.aarch64.rpm
|
||||
systemd-bootstrap-devel-250.3-1.cm2.aarch64.rpm
|
||||
systemd-bootstrap-rpm-macros-250.3-1.cm2.noarch.rpm
|
||||
systemd-bootstrap-250.3-2.cm2.aarch64.rpm
|
||||
systemd-bootstrap-debuginfo-250.3-2.cm2.aarch64.rpm
|
||||
systemd-bootstrap-devel-250.3-2.cm2.aarch64.rpm
|
||||
systemd-bootstrap-rpm-macros-250.3-2.cm2.noarch.rpm
|
||||
tar-1.34-1.cm2.aarch64.rpm
|
||||
tar-debuginfo-1.34-1.cm2.aarch64.rpm
|
||||
tdnf-2.1.0-8.cm2.aarch64.rpm
|
||||
|
|
|
@ -530,10 +530,10 @@ sqlite-devel-3.36.0-2.cm2.x86_64.rpm
|
|||
sqlite-libs-3.36.0-2.cm2.x86_64.rpm
|
||||
swig-4.0.2-3.cm2.x86_64.rpm
|
||||
swig-debuginfo-4.0.2-3.cm2.x86_64.rpm
|
||||
systemd-bootstrap-250.3-1.cm2.x86_64.rpm
|
||||
systemd-bootstrap-debuginfo-250.3-1.cm2.x86_64.rpm
|
||||
systemd-bootstrap-devel-250.3-1.cm2.x86_64.rpm
|
||||
systemd-bootstrap-rpm-macros-250.3-1.cm2.noarch.rpm
|
||||
systemd-bootstrap-250.3-2.cm2.x86_64.rpm
|
||||
systemd-bootstrap-debuginfo-250.3-2.cm2.x86_64.rpm
|
||||
systemd-bootstrap-devel-250.3-2.cm2.x86_64.rpm
|
||||
systemd-bootstrap-rpm-macros-250.3-2.cm2.noarch.rpm
|
||||
tar-1.34-1.cm2.x86_64.rpm
|
||||
tar-debuginfo-1.34-1.cm2.x86_64.rpm
|
||||
tdnf-2.1.0-8.cm2.x86_64.rpm
|
||||
|
|
Loading…
Reference in New Issue