From: Jan Rękorajski Date: Thu, 9 Feb 2012 12:28:57 +0000 (+0000) Subject: - 3.2.3 X-Git-Tag: auto/th/amanda-3_2_3-3~3 X-Git-Url: https://git.pld-linux.org/?p=packages%2Famanda.git;a=commitdiff_plain;h=1ea83f414d389c54569a789fe711079216c9ddf5 - 3.2.3 Changed files: amanda-amstar-exclude.patch -> 1.2 amanda.spec -> 1.218 --- diff --git a/amanda-amstar-exclude.patch b/amanda-amstar-exclude.patch index 088a95d..6cc274c 100644 --- a/amanda-amstar-exclude.patch +++ b/amanda-amstar-exclude.patch @@ -15,9 +15,9 @@ {"directory" , 1, NULL, 21}, {"command-options" , 1, NULL, 22}, + {"exclude-file" , 1, NULL, 23}, + {"acl" , 1, NULL, 24}, { NULL, 0, NULL, 0} }; - @@ -320,6 +322,10 @@ case 22: argument.command_options = g_slist_append(argument.command_options, @@ -26,9 +26,9 @@ + argument.dle.exclude_file = + append_sl(argument.dle.exclude_file, optarg); + break; - case ':': - case '?': - break; + case 24: if (optarg && strcasecmp(optarg, "NO") == 0) + star_acl = 0; + else if (optarg && strcasecmp(optarg, "YES") == 0) @@ -417,10 +423,6 @@ argument->dle.include_list->nb_element >= 0) { fprintf(stdout, "ERROR include-list not supported for backup\n"); diff --git a/amanda.spec b/amanda.spec index 60e8f91..13ec171 100644 --- a/amanda.spec +++ b/amanda.spec @@ -9,12 +9,12 @@ Summary: A network-capable tape backup solution Summary(pl.UTF-8): Sieciowo zorientowany system tworzenia kopii zapasowych Name: amanda -Version: 3.2.2 -Release: 3 +Version: 3.2.3 +Release: 1 License: BSD Group: Networking/Utilities Source0: http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz -# Source0-md5: 4d5a5efcdcf01947a89323cd62d8fb6e +# Source0-md5: d01944e068f3446ef0078ec208a43cd6 Source1: %{name}-srv.crontab Source2: %{name}.inetd Source3: %{name}idx.inetd