diff --git a/patches/adcli/0016-make-Samba-data-tool-configurable.patch b/patches/adcli/0016-make-Samba-data-tool-configurable.patch index a93f618db7bc54dbdf9972d2289d7406b66a4f75..0e557a5832c0c0e328eccde859dba65a8da85b27 100644 --- a/patches/adcli/0016-make-Samba-data-tool-configurable.patch +++ b/patches/adcli/0016-make-Samba-data-tool-configurable.patch @@ -11,7 +11,6 @@ https://gitlab.freedesktop.org/realmd/adcli/issues/6 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> --- - .gitignore | 1 + configure.ac | 13 ++++++++++++ doc/adcli.xml | 21 ++++++++++++++++++- doc/samba_data_tool_path.xml.in | 1 + @@ -21,18 +20,6 @@ Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> 7 files changed, 95 insertions(+), 8 deletions(-) create mode 100644 doc/samba_data_tool_path.xml.in -diff --git a/.gitignore b/.gitignore -index b49a065..c64f4e7 100644 ---- a/.gitignore -+++ b/.gitignore -@@ -46,6 +46,7 @@ Makefile.in - /doc/adcli.8 - /doc/html/ - /doc/version.xml -+/doc/samba_data_tool_path.xml - - /po/POTFILES - /po/stamp-po diff --git a/configure.ac b/configure.ac index fe86638..68877c7 100644 --- a/configure.ac