Hello community,

here is the log from the commit of package amanda for openSUSE:Factory checked 
in at 2014-09-17 21:24:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amanda (Old)
 and      /work/SRC/openSUSE:Factory/.amanda.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amanda"

Changes:
--------
--- /work/SRC/openSUSE:Factory/amanda/amanda.changes    2014-07-21 
22:35:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.amanda.new/amanda.changes       2014-09-17 
21:25:16.000000000 +0200
@@ -1,0 +2,42 @@
+Tue Sep 16 20:21:58 UTC 2014 - [email protected]
+
+- wrap %post permissions routines in conditionals for SLES
+
+-------------------------------------------------------------------
+Mon Sep 15 16:15:42 UTC 2014 - [email protected]
+
+- update to 3.3.6 
+    * ambsdtar
+        new application that use BSD tar to do the backup.
+
+  3.3.5 release notes
+    * faster 'verify' command.
+        fix parsing of config override arguments.
+    * amsamba
+        Add REGEX-MATCH property.
+    * amvault
+        Print progress status.
+    * ndmp device
+        INDIRECT property default to yes.
+
+  3.3.4 release notes
+    * amreport
+        new --format argument
+        new 'json' and 'json_raw' format.
+    * amanda.conf
+        new REPORT-FORMAT option.
+    * amtape
+        new 'verify' command.
+    * amadmin
+        new 'force-level-1' command.
+    * ampgsql
+        Add VERBOSE property.
+    * S3 device
+        handle DURABLE_REDUCED_AVAILABILITY for google storage.
+
+  See ChangeLog for a full listing of changes:
+    /usr/share/doc/packages/amanda/ChangeLog    
+
+- removed amanda-gets.patch, applied upstream
+
+-------------------------------------------------------------------

Old:
----
  amanda-3.3.3.tar.bz2
  amanda-gets.patch

New:
----
  amanda-3.3.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ amanda.spec ++++++
--- /var/tmp/diff_new_pack.qcMzQk/_old  2014-09-17 21:25:18.000000000 +0200
+++ /var/tmp/diff_new_pack.qcMzQk/_new  2014-09-17 21:25:18.000000000 +0200
@@ -24,7 +24,7 @@
 %endif
 
 Name:           amanda
-Version:        3.3.3
+Version:        3.3.6
 Release:        0
 
 PreReq:         pwdutils permissions
@@ -57,7 +57,7 @@
 License:        GPL-3.0+
 Group:          Productivity/Archiving/Backup
 
-Source:         %{name}-%{version}.tar.bz2
+Source:         %{name}-%{version}.tar.gz
 #amanda-SuSE.tar.bz2 contain init scripts, config examples
 Source1:        %{name}-SuSE.tar.bz2
 Source2:        amanda-howto-collection.pdf.tar.bz2
@@ -65,7 +65,6 @@
 Patch3:         amanda-2.6.1p1-shellbang.patch
 Patch4:         amanda-2.6.1p1-return_val.patch
 Patch6:         amanda-2.6.1p1-avoid-perl-provides.patch
-Patch8:         amanda-gets.patch
 Patch9:         amanda-3.3.2-returnvalues.patch
 Patch10:        amanda-automake_add_missing.patch
 Patch11:        amanda-3.3.3-noundefbool.patch
@@ -82,7 +81,6 @@
 %patch3
 %patch4
 %patch6 -p1
-%patch8 -p1
 %patch9 -p1
 %patch10 
 %patch11
@@ -176,9 +174,16 @@
 %endif
 
 %post
+%if 0%{?set_permissions:1}
 %set_permissions /usr/sbin/amcheck /usr/lib/amanda/calcsize 
/usr/lib/amanda/rundump /usr/lib/amanda/planner /usr/lib/amanda/runtar 
/usr/lib/amanda/dumper /usr/lib/amanda/killpgrp
+%else
+%run_permissions
+%endif
+
+%if 0%{?suse_version} >= 1120
 %verifyscript
 %verify_permissions -f /usr/lib/amanda/suidlist
+%endif
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to