[arch-commits] Commit in linux-lts/trunk (PKGBUILD sphinx-workaround.patch)
Jan Steffens
heftig at archlinux.org
Wed Apr 8 08:53:58 UTC 2020
Date: Wednesday, April 8, 2020 @ 08:53:58
Author: heftig
Revision: 379796
5.4.31-1
Added:
linux-lts/trunk/sphinx-workaround.patch
Modified:
linux-lts/trunk/PKGBUILD
-------------------------+
PKGBUILD | 8 +++++---
sphinx-workaround.patch | 15 +++++++++++++++
2 files changed, 20 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-08 08:50:46 UTC (rev 379795)
+++ PKGBUILD 2020-04-08 08:53:58 UTC (rev 379796)
@@ -1,7 +1,7 @@
# Maintainer: Andreas Radke <andyrtr at archlinux.org>
pkgbase=linux-lts
-pkgver=5.4.30
+pkgver=5.4.31
pkgrel=1
pkgdesc='LTS Linux'
url="https://www.kernel.org/"
@@ -17,6 +17,7 @@
https://www.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.{xz,sign}
config # the main kernel config file
0001-add-sysctl-and-CONFIG-for-unprivileged_userns_clone.patch
+ sphinx-workaround.patch
)
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
@@ -23,10 +24,11 @@
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
# https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('11dd78f701bce619d90d3b2ee597601716c48087e159c890c1decd7b90349def'
+sha256sums=('a11083f8f809887f6a0f8d4467532385b99418f17998fe6e837807491c276eeb'
'SKIP'
'0c318ec33c82b4ea41117b4d0ab464775e13dc6e8b20aea6c655eb4887eafa0e'
- 'a13581d3c6dc595206e4fe7fcf6b542e7a1bdbe96101f0f010fc5be49f99baf2')
+ 'a13581d3c6dc595206e4fe7fcf6b542e7a1bdbe96101f0f010fc5be49f99baf2'
+ 'b7c814c8183e4645947a6dcc3cbf80431de8a8fd4e895b780f9a5fd92f82cb8e')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
Added: sphinx-workaround.patch
===================================================================
--- sphinx-workaround.patch (rev 0)
+++ sphinx-workaround.patch 2020-04-08 08:53:58 UTC (rev 379796)
@@ -0,0 +1,15 @@
+diff --git i/Documentation/conf.py w/Documentation/conf.py
+index a8fe845832bc..2dae2e830c26 100644
+--- i/Documentation/conf.py
++++ w/Documentation/conf.py
+@@ -36,8 +36,8 @@ needs_sphinx = '1.3'
+ # Add any Sphinx extension module names here, as strings. They can be
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+ # ones.
+-extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'cdomain',
+- 'kfigure', 'sphinx.ext.ifconfig', 'automarkup']
++extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include',
++ 'kfigure', 'sphinx.ext.ifconfig']
+
+ # The name of the math extension changed on Sphinx 1.4
+ if (major == 1 and minor > 3) or (major > 1):
More information about the arch-commits
mailing list