From 379417434d5f75af537c6bb9984a5edb105b7391 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 3 Jun 2016 13:12:33 -0700 Subject: [PATCH] don't produce a backup file for patch2 --no-backup-if-mismatch seems to be default on master but not f24 at present, and this breaks the f24 build (because the .orig file gets installed but not packaged). Committing to master and f24 to keep them in sync. --- cloud-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-utils.spec b/cloud-utils.spec index 337dac2..04e8d5a 100644 --- a/cloud-utils.spec +++ b/cloud-utils.spec @@ -73,7 +73,7 @@ package to grow the root partition on first boot. %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 +%patch2 -p1 --no-backup-if-mismatch %build