Hello community,

here is the log from the commit of package exim for openSUSE:Factory checked in 
at 2013-01-10 13:02:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exim (Old)
 and      /work/SRC/openSUSE:Factory/.exim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exim", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/exim/exim.changes        2012-10-27 
07:38:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.exim.new/exim.changes   2013-01-10 
13:02:23.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan  9 19:02:27 UTC 2013 - [email protected]
+
+- Execute the run_permissions macro on pre-11.4 systems and else the
+  set_permission one if available; (bnc#764120).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ exim.spec ++++++
--- /var/tmp/diff_new_pack.nz5ZB4/_old  2013-01-10 13:02:24.000000000 +0100
+++ /var/tmp/diff_new_pack.nz5ZB4/_new  2013-01-10 13:02:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exim
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -319,7 +319,11 @@
 install -D -m 0644 $RPM_SOURCE_DIR/apparmor.usr.sbin.exim 
$RPM_BUILD_ROOT/etc/apparmor/profiles/extras/usr.sbin.exim
 
 %post
+%if 0%{?suse_version} < 1131
 %run_permissions
+%else
+%set_permissions /usr/sbin/exim
+%endif
 if ! test -s etc/exim/exim.conf; then
        if test -s etc/exim.conf; then
                mv etc/exim.conf etc/exim/

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

Reply via email to