xpmem package: add patches for building on FC 35 with kernel 5.16.18-200 (#29945)

This commit is contained in:
iarspider 2022-06-01 00:55:51 +02:00 committed by GitHub
parent f3af38ba9b
commit b88cc77f16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,12 @@ class Xpmem(AutotoolsPackage):
# Added RHEL 8.3 kernel support # Added RHEL 8.3 kernel support
# Here 2.6.5-36 referes to 2.6.5 version and 36th commit id # Here 2.6.5-36 referes to 2.6.5 version and 36th commit id
patch('xpmem_v2.6.5-36.patch', when="@2.6.5-36", level=1) patch('xpmem_v2.6.5-36.patch', when="@2.6.5-36", level=1)
patch('https://github.com/hjelmn/xpmem/commit/cbd6e5bd3d2a1d3823c335ddcd3c57b94474f578.patch?full_index=1',
sha256='75299398b6c15546479bfbb8aa972431f58637fe2f0328196a26738bd7148140',
when="@2.6.5-36", level=1)
patch('https://github.com/hjelmn/xpmem/commit/7d346aaf1fdfc24d38cebb4ad107b7f5c43769e9.patch?full_index=1',
sha256='6be8c5f33d55c611924d8412253740f6f4b738e6d98e32981fa300d2ccbe99cc',
when="@2.6.5-36", level=1)
depends_on('autoconf', type='build') depends_on('autoconf', type='build')
depends_on('automake', type='build') depends_on('automake', type='build')