From 6bcb2e1ed508a32cb67a5a54e832d6e25d107c07 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Mar 22 2021 14:20:30 +0000 Subject: Apply patch amanda-3.1.1-xattrs.patch patch_name: amanda-3.1.1-xattrs.patch present_in_specfile: true location_in_specfile: 1 --- diff --git a/example/amanda.conf.in b/example/amanda.conf.in index 168dd93..5afc094 100644 --- a/example/amanda.conf.in +++ b/example/amanda.conf.in @@ -696,6 +696,7 @@ define interface local { define application-tool app_amgtar { comment "amgtar" plugin "amgtar" + property "XATTRS" "YES" #property "GNUTAR-PATH" "/path/to/gtar" #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir" #default from gnutar_list_dir setting in amanda-client.conf diff --git a/example/template.d/amanda-S3.conf.in b/example/template.d/amanda-S3.conf.in index 8c0d43b..796191a 100644 --- a/example/template.d/amanda-S3.conf.in +++ b/example/template.d/amanda-S3.conf.in @@ -42,6 +42,7 @@ define dumptype global { define application-tool app_amgtar { comment "amgtar" plugin "amgtar" + property "XATTRS" "YES" #property "GNUTAR-PATH" "/path/to/gtar" #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir" } diff --git a/example/template.d/amanda-harddisk.conf.in b/example/template.d/amanda-harddisk.conf.in index 3abbc16..67d05b4 100644 --- a/example/template.d/amanda-harddisk.conf.in +++ b/example/template.d/amanda-harddisk.conf.in @@ -33,6 +33,7 @@ define dumptype global { define application-tool app_amgtar { comment "amgtar" plugin "amgtar" + property "XATTRS" "YES" #property "GNUTAR-PATH" "/path/to/gtar" #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir" } diff --git a/example/template.d/amanda-single-tape.conf.in b/example/template.d/amanda-single-tape.conf.in index c4fde14..b82dd99 100644 --- a/example/template.d/amanda-single-tape.conf.in +++ b/example/template.d/amanda-single-tape.conf.in @@ -39,6 +39,7 @@ define dumptype global { define application-tool app_amgtar { comment "amgtar" plugin "amgtar" + property "XATTRS" "YES" #property "GNUTAR-PATH" "/path/to/gtar" #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir" } diff --git a/example/template.d/amanda-tape-changer.conf.in b/example/template.d/amanda-tape-changer.conf.in index d4a9831..5e4ad04 100644 --- a/example/template.d/amanda-tape-changer.conf.in +++ b/example/template.d/amanda-tape-changer.conf.in @@ -39,6 +39,7 @@ define dumptype global { define application-tool app_amgtar { comment "amgtar" plugin "amgtar" + property "XATTRS" "YES" #property "GNUTAR-PATH" "/path/to/gtar" #property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir" }