#6 fix patching to fix build errors on rhel
Merged 11 months ago by catanzaro. Opened 11 months ago by loise.
Unknown source rawhide  into  rawhide

file modified
+7 -7
@@ -78,17 +78,17 @@

  %prep

  %setup -q -b 1 -a 2

  

- %patch 0  -p1 -b .enable-spr

- %patch 1  -p1 -b .enable-valid

+ %patch0  -p1 -b .enable-spr

+ %patch1  -p1 -b .enable-valid

  

  pushd ft2demos-%{version}

- %patch 2  -p1 -b .more-demos

+ %patch2  -p1 -b .more-demos

  popd

  

- %patch 3 -p1 -b .libtool

- %patch 4 -p1 -b .multilib

- %patch 5 -p1 -b .internal-outline

- %patch 6 -p1 -b .debughook

+ %patch3 -p1 -b .libtool

+ %patch4 -p1 -b .multilib

+ %patch5 -p1 -b .internal-outline

+ %patch6 -p1 -b .debughook

  

  %build

  

with the separation of "patch" and number by a space char the patch applying fails under rhel (9), revert

Pull-Request has been merged by catanzaro

11 months ago
Metadata