From daec126300441273c506eddc0e19a0280d2a8fe1 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Oct 07 2024 11:27:14 +0000 Subject: Fix %else which should be %endif --- diff --git a/systemd.spec b/systemd.spec index c77823e..59513b6 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1208,7 +1208,7 @@ fi %posttrans networkd %if %{undefined facebook} %systemd_posttrans_with_restart systemd-networkd.service -%else +%endif %post resolved [ $1 -eq 1 ] || exit 0