From 53cd77523ed684f5e9da89cb4bc6c3a9a98996c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 2 Feb 2023 13:09:43 +0100 Subject: [PATCH] Revert one patch that is causing selinux troubles --- systemd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 80d6316..a1ef68b 100644 --- a/systemd.spec +++ b/systemd.spec @@ -31,7 +31,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd %if %{without inplace} Version: 250.10 -Release: 1%{?dist} +Release: 2%{?dist} %else # determine the build information from local checkout Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/') @@ -1020,6 +1020,9 @@ fi %files standalone-sysusers -f .file-list-standalone-sysusers %changelog +* Thu Feb 2 2023 Zbigniew Jedrzejewski-Szmek - 250.10-2 +- Revert one patch that is causing selinux troubles (#2166509 reported in F37) + * Wed Feb 1 2023 Zbigniew Jedrzejewski-Szmek - 250.10-1 - Various small fixes (compilation fixes with new kernel headers, gcc, -D_FORTIFY_SOURCE=3, allow swap endianness change, fixes to output and logs,