Applying patch with -p1 for docker-py

Leftover from review 799708.

Partial-Bug: #1934397

Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
Change-Id: Ibff2750390d1b5585b35632e9dea97c727f5131e
This commit is contained in:
Thiago Brito 2021-07-12 13:15:23 -04:00
parent 490f07afc4
commit efb459cf14
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
From a0c3f898cabd79b07cc6cc52245de712ee7b46bd Mon Sep 17 00:00:00 2001
0c3f898cabd79b07cc6cc52245de712ee7b46bd Mon Sep 17 00:00:00 2001
From: John Kung <john.kung@windriver.com>
Date: Wed, 7 Aug 2019 15:01:11 -0400
Subject: [PATCH 1/1] Update-spec-include-stx-patches
@ -27,11 +27,10 @@ index 92420e3..9a05819 100644
-%autosetup -n %{srcname}-%{version} -p 1
+%setup -q -n %{srcname}-%{version}
+%patch2 -p1
+%patch3 -p2
+%patch3 -p1
+
rm -fr docker.egg-info
%build
--
1.8.3.1