Hello community,

here is the log from the commit of package postgrey for openSUSE:Factory 
checked in at 2013-10-11 09:01:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-08-11 
11:27:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.postgrey.new/postgrey.changes   2013-10-11 
09:01:33.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 12:45:24 UTC 2013 - o...@botter.cc
+
+- fix postgre-1.34-config.path to include change of name and
+  location of whitelist_recipients 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postgrey.spec ++++++
--- /var/tmp/diff_new_pack.0plCcA/_old  2013-10-11 09:01:35.000000000 +0200
+++ /var/tmp/diff_new_pack.0plCcA/_new  2013-10-11 09:01:35.000000000 +0200
@@ -101,7 +101,7 @@
 install -D -m 644 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 %if 0%{?suse_version} > 1140
 # systemd service file
-install -D -m 644 %{SOURCE6} %{buildroot}/lib/systemd/system/%{name}.service
+install -D -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
 %endif
 # queue directory
 install -d %{buildroot}/%{_localstatedir}/lib/%{name}
@@ -139,7 +139,7 @@
 %doc %{_mandir}/man?/*
 %doc Changes COPYING README README.SUSE examples %{name}_daily_greylist.crontab
 %if 0%{?suse_version} > 1140
-/lib/systemd/system/%{name}.service
+%{_unitdir}/%{name}.service
 %endif
 
 %changelog

++++++ postgrey-1.34-config.patch ++++++
--- /var/tmp/diff_new_pack.0plCcA/_old  2013-10-11 09:01:35.000000000 +0200
+++ /var/tmp/diff_new_pack.0plCcA/_new  2013-10-11 09:01:35.000000000 +0200
@@ -48,7 +48,7 @@
  
  sub cidr_parse($)
  {
-@@ -610,8 +610,8 @@ sub main()
+@@ -610,10 +610,10 @@ sub main()
              greylist_action  => $opt{'greylist-action'} || 'DEFER_IF_PERMIT',
              greylist_text    => $opt{'greylist-text'} || 'Greylisted, see 
http://postgrey.schweikert.ch/help/%r.html',
              whitelist_clients_files    => $opt{'whitelist-clients'} ||
@@ -57,8 +57,11 @@
 +                [ "$CONFIG_DIR/whitelist_clients" ,
 +                  "$CONFIG_DIR/whitelist_clients.local" ],
              whitelist_recipients_files => $opt{'whitelist-recipients'} ||
-                 [ "$CONFIG_DIR/postgrey_whitelist_recipients" ],
+-                [ "$CONFIG_DIR/postgrey_whitelist_recipients" ],
++                [ "$CONFIG_DIR/whitelist_recipients" ],
              privacy => defined $opt{'privacy'},
+             hostname => defined $opt{hostname} ? $opt{hostname} : hostname,
+             exim => defined $opt{'exim'},
 @@ -796,7 +796,7 @@ B<postgrey> [I<options>...]
       --pidfile=PATH      put daemon pid into this file
       --user=USER         run as USER (default: postgrey)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to