re-import sources as agreed with the maintainer
This commit is contained in:
parent
049a8375f6
commit
8e9d45eb87
26
.gitignore
vendored
26
.gitignore
vendored
@ -1,2 +1,26 @@
|
|||||||
SOURCES/cifs-utils-7.0.tar.bz2
|
cifs-utils-4.5.tar.bz2
|
||||||
|
cifs-utils-4.6.tar.bz2
|
||||||
|
/cifs-utils-4.7.tar.bz2
|
||||||
|
/cifs-utils-4.8.tar.bz2
|
||||||
|
/cifs-utils-4.8.1.tar.bz2
|
||||||
|
/cifs-utils-4.9.tar.bz2
|
||||||
|
/cifs-utils-5.0.tar.bz2
|
||||||
|
/cifs-utils-5.1.tar.bz2
|
||||||
|
/cifs-utils-5.2.tar.bz2
|
||||||
|
/cifs-utils-5.3.tar.bz2
|
||||||
|
/cifs-utils-5.4.tar.bz2
|
||||||
|
/cifs-utils-5.5.tar.bz2
|
||||||
|
/cifs-utils-5.6.tar.bz2
|
||||||
|
/cifs-utils-5.7.tar.bz2
|
||||||
|
/cifs-utils-5.8.tar.bz2
|
||||||
|
/cifs-utils-5.9.tar.bz2
|
||||||
|
/cifs-utils-6.0.tar.bz2
|
||||||
|
/cifs-utils-6.1.tar.bz2
|
||||||
|
/cifs-utils-6.2.tar.bz2
|
||||||
|
/cifs-utils-6.3.tar.bz2
|
||||||
|
/cifs-utils-6.4.tar.bz2
|
||||||
|
/cifs-utils-6.5.tar.bz2
|
||||||
|
/cifs-utils-6.6.tar.bz2
|
||||||
|
/cifs-utils-6.7.tar.bz2
|
||||||
|
/cifs-utils-6.8.tar.bz2
|
||||||
/cifs-utils-7.0.tar.bz2
|
/cifs-utils-7.0.tar.bz2
|
||||||
|
28
cifs-utils-rst2man-3.patch
Normal file
28
cifs-utils-rst2man-3.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From 9ef872e140e04864d6e8b42f75ba184357b79a05 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Alexander Bokovoy <ab@samba.org>
|
||||||
|
Date: Tue, 17 Jul 2018 08:22:23 +0300
|
||||||
|
Subject: [PATCH] configure.ac: support using both rst2man and rst2man-3
|
||||||
|
|
||||||
|
Python3 version of rst2man is called rst2man-3.
|
||||||
|
|
||||||
|
Signed-off-by: Alexander Bokovoy <ab@samba.org>
|
||||||
|
---
|
||||||
|
configure.ac | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index b0bc2b9..26d60ea 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -252,7 +252,7 @@ fi
|
||||||
|
|
||||||
|
# if docs are not disabled, check if rst2man is available
|
||||||
|
if test $enable_man != "no"; then
|
||||||
|
- AC_CHECK_PROG(have_rst2man, rst2man, yes, no)
|
||||||
|
+ AC_CHECK_PROGS(have_rst2man, rst2man-3 rst2man, no)
|
||||||
|
if test $have_rst2man = "no"; then
|
||||||
|
if test $enable_man = "yes"; then
|
||||||
|
AC_MSG_ERROR([rst2man not found: cannot generate man pages, consider installing perl.])
|
||||||
|
--
|
||||||
|
2.17.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user