Author: baggins                      Date: Thu Feb  9 12:29:02 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 3.2.3

---- Files affected:
packages/amanda:
   amanda-amstar-exclude.patch (1.1 -> 1.2) , amanda.spec (1.217 -> 1.218) 

---- Diffs:

================================================================
Index: packages/amanda/amanda-amstar-exclude.patch
diff -u packages/amanda/amanda-amstar-exclude.patch:1.1 
packages/amanda/amanda-amstar-exclude.patch:1.2
--- packages/amanda/amanda-amstar-exclude.patch:1.1     Sat Nov 27 00:21:43 2010
+++ packages/amanda/amanda-amstar-exclude.patch Thu Feb  9 13:28:57 2012
@@ -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");

================================================================
Index: packages/amanda/amanda.spec
diff -u packages/amanda/amanda.spec:1.217 packages/amanda/amanda.spec:1.218
--- packages/amanda/amanda.spec:1.217   Wed Aug 31 09:01:02 2011
+++ packages/amanda/amanda.spec Thu Feb  9 13:28:57 2012
@@ -10,12 +10,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
@@ -674,6 +674,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.218  2012/02/09 12:28:57  baggins
+- 3.2.3
+
 Revision 1.217  2011/08/31 07:01:02  arekm
 - release 3
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/amanda/amanda-amstar-exclude.patch?r1=1.1&r2=1.2&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/amanda/amanda.spec?r1=1.217&r2=1.218&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to