From 1612c97813a8c6970bad9c2c417a603eaa280628 Mon Sep 17 00:00:00 2001 From: Sayan Paul Date: Tue, 18 Jul 2023 06:05:47 +0000 Subject: [PATCH] remove if --- greenboot.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/greenboot.spec b/greenboot.spec index c2099cf..c077414 100644 --- a/greenboot.spec +++ b/greenboot.spec @@ -158,11 +158,11 @@ Requires: jq %prep %forgeautosetup -%if 1%{?with_packit} +# %if 1%{?with_packit} tar xvf %{SOURCE1} # %else # %autosetup -n %{archivename} -D -T -a 1 -%endif +# %endif %if ! 0%{?with_bundled} %cargo_prep %else