btrfs-progs/ROSA-Skip-validation-which-is-unavailable-offline.patch
Mikhail Novosyolov 1d4d10c83e v4.19. Changes:
* updated to v4.19
* symlink: /usr/bin/btrfs --> /usr/sbin/btrfs
* new build dependencies for new features, e.g. zstd compression
* dropped btrfs-progs-recognize-fsck.btrfs-like-btrfsck.patch because that problem is fixed upstream
* new btrfs-* utilities, some old were depreceated
* new upstream udev rule for friendly naming of RAID devices
* new packages libbtrfsutil and libbtrfsutil-devel (it's a new upstream library)
* ROSA-Skip-validation-which-is-unavailable-offline.patch: turned off validating documentation because it's unavailable offline
* bash-completetion was upstreamized, now we use it from upstream
2018-11-24 10:43:38 +03:00

25 lines
729 B
Diff

From a575695a4ea38675af3c14b41e6279f8be5a0d43 Mon Sep 17 00:00:00 2001
From: Mikhail Novosyolov <m.novosyolov@rosalinux.ru>
Date: Sat, 24 Nov 2018 01:06:32 +0300
Subject: [PATCH] Skip validation which is unavailable offline
---
Documentation/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/Makefile.in b/Documentation/Makefile.in
index afc16980..32398660 100644
--- a/Documentation/Makefile.in
+++ b/Documentation/Makefile.in
@@ -64,7 +64,7 @@ endif
MANPAGE_XSL = manpage-normal.xsl
XMLTO = @XMLTO@
XMLTO_EXTRA =
-XMLTO_EXTRA = -m manpage-bold-literal.xsl
+XMLTO_EXTRA = --skip-validation -m manpage-bold-literal.xsl
INSTALL = @INSTALL@
RM = @RM@
RMDIR = @RMDIR@
--
2.17.1