systemd: Enable audit integration. (#5716)

This commit is contained in:
Chris Gunn 2023-06-22 15:55:44 -07:00 коммит произвёл GitHub
Родитель bfb0f0b6ea
Коммит 5af4abf5a8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Systemd-250
Name: systemd
Version: 250.3
Release: 15%{?dist}
Release: 16%{?dist}
License: LGPLv2+ AND GPLv2+ AND MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -25,6 +25,7 @@ Patch3: CVE-2022-3821.patch
Patch4: CVE-2022-45873.patch
Patch5: backport-helper-util-macros.patch
Patch6: CVE-2022-4415.patch
BuildRequires: audit-devel
BuildRequires: cryptsetup-devel
BuildRequires: docbook-dtd-xml
BuildRequires: docbook-style-xsl
@ -138,6 +139,7 @@ meson --prefix %{_prefix} \
-Dsysvinit-path=%{_sysconfdir}/rc.d/init.d \
-Drc-local=%{_sysconfdir}/rc.d/rc.local \
-Dselinux=true \
-Daudit=true \
$PWD build &&
cd build &&
%ninja_build
@ -279,6 +281,9 @@ fi
%files lang -f %{name}.lang
%changelog
* Tue Jun 20 2023 Chris Gunn <chrisgun@microsoft.com> - 250.3-16
- Enable audit integration
* Fri Mar 03 2023 Dan Streetman <ddstreet@microsoft.com> - 250.3-15
- Build with libtss to enable tpm2 support