From 6770ee3c6d0af12d1c1a6cef6c03fbf815b83a55 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 20 Feb 2023 22:28:06 -0500 Subject: [PATCH] remove group write permission from 98-default-mac-none.link The 99-default.link has 644 perms so let's do the same for 98-default-mac-none.link. This was tripping up a test in the Fedora CoreOS test framework [1]. https://github.com/coreos/fedora-coreos-tracker/issues/1427 --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 16b7972..b43c856 100644 --- a/systemd.spec +++ b/systemd.spec @@ -755,7 +755,7 @@ install -Dm0644 -t %{buildroot}%{system_unit_dir}/system.slice.d/ %{SOURCE15} install -Dm0644 -t %{buildroot}%{user_unit_dir}/slice.d/ %{SOURCE15} # https://bugzilla.redhat.com/show_bug.cgi?id=2107754 -install -Dm0664 -t %{buildroot}%{_prefix}/lib/systemd/network/ %{SOURCE25} +install -Dm0644 -t %{buildroot}%{_prefix}/lib/systemd/network/ %{SOURCE25} sed -i 's|#!/usr/bin/env python3|#!%{__python3}|' %{buildroot}/usr/lib/systemd/tests/run-unit-tests.py