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.
This commit is contained in:
parent
10dd4f5215
commit
379417434d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user