From 5a58c66355411d4c8ccd1827f6da3690ca22b5e0 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Fri, 5 Feb 2021 18:12:57 -0500 Subject: [PATCH] Switch to %autosetup --- ignition.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ignition.spec b/ignition.spec index 02ebb58..1de9251 100644 --- a/ignition.spec +++ b/ignition.spec @@ -443,9 +443,7 @@ building binaries to sign by Fedora release engineering and include on the Ignition project's Github releases page. %prep -# unpack source0 and apply patches -%setup -q -%patch0 -p1 +%autosetup -p1 %build # Set up PWD as a proper import path for go @@ -610,6 +608,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} * Fri Feb 05 2021 Benjamin Gilbert - 2.9.0-4 - Drop Git commit hash from Release - Correctly enable IMDS patch +- Switch to %%autosetup - Set ExclusiveArch from %%go_arches * Tue Jan 26 2021 Fedora Release Engineering - 2.9.0-3.git1d56dc8