Hello community,

here is the log from the commit of package postgrey for openSUSE:Factory 
checked in at 2016-05-23 16:39:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgrey (Old)
 and      /work/SRC/openSUSE:Factory/.postgrey.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgrey"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgrey/postgrey.changes        2016-05-17 
17:16:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.postgrey.new/postgrey.changes   2016-05-23 
16:39:07.000000000 +0200
@@ -1,0 +2,7 @@
+Fri May 20 00:58:55 UTC 2016 - [email protected]
+
+- revert process name changes from 1.35, startproc will return 7
+  * add postgrey_process_name.patch
+  * enable for openSUSE < 1210 (SLE_11)
+
+-------------------------------------------------------------------

New:
----
  postgrey_process_name.patch

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

Other differences:
------------------
++++++ postgrey.spec ++++++
--- /var/tmp/diff_new_pack.qHbSED/_old  2016-05-23 16:39:08.000000000 +0200
+++ /var/tmp/diff_new_pack.qHbSED/_new  2016-05-23 16:39:08.000000000 +0200
@@ -39,6 +39,11 @@
 Patch1:         %{name}-groupid.patch
 # PATCH-FIX-OPENSUSE -- patch SOURCE5 to run under openSUSE
 Patch2:         postgrey_clients_dump.patch
+%if 0%{?suse_version} < 1210
+# PATCH-FIX-OPENSUSE -- revert process name changes from 1.35
+# startproc will return 7 without
+Patch3:         postgrey_process_name.patch
+%endif
 BuildRequires:  postfix
 Requires:       perl >= 5.6.0
 Requires:       perl-BerkeleyDB
@@ -54,8 +59,8 @@
 BuildRequires:  systemd
 %systemd_requires
 %endif
-%endif
 Requires(post): %fillup_prereq
+%endif
 
 %description
 Postgrey is a Postfix policy server implementing greylisting. When a
@@ -78,6 +83,9 @@
 %patch0
 %patch1
 %patch2
+%if 0%{?suse_version} < 1210
+%patch3
+%endif
 cp %{SOURCE3} README.SUSE
 
 %build

++++++ postgrey_process_name.patch ++++++
Index: postgrey
===================================================================
--- postgrey.orig
+++ postgrey
@@ -613,7 +613,7 @@ sub main()
     # create Net::Server object and run it
     my $server = bless {
         server => {
-            commandline      => [ 'postgrey', @ARGV_saved ],
+            commandline      => [ $0, @ARGV_saved ],
             port             => [ $opt{inet} ? $opt{inet} : $opt{unix}."|unix" 
],
             proto            => $opt{inet} ? 'tcp' : 'unix',
             socketmode       => $opt{socketmode} || '0666',

Reply via email to