Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2018-03-24 16:09:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postfix (Old)
 and      /work/SRC/openSUSE:Factory/.postfix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfix"

Sat Mar 24 16:09:58 2018 rev:155 rq:590357 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2018-03-20 
21:51:04.873728220 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes     2018-03-24 
16:10:02.319050527 +0100
@@ -1,0 +2,6 @@
+Thu Mar 22 14:20:20 UTC 2018 - vark...@suse.com
+
+- bsc#1082514 autoyast: postfix gets not set myhostname properly -
+  set to localhost
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postfix.spec ++++++
--- /var/tmp/diff_new_pack.NPcVUC/_old  2018-03-24 16:10:04.174983622 +0100
+++ /var/tmp/diff_new_pack.NPcVUC/_new  2018-03-24 16:10:04.174983622 +0100
@@ -12,9 +12,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define pf_docdir            %{_docdir}/%{name}-doc
 %define pf_config_directory  %{_sysconfdir}/%{name}
 %define pf_daemon_directory  %{_prefix}/lib/%{name}/bin/
@@ -59,7 +60,7 @@
 Summary:        A fast, secure, and flexible mailer
 License:        IPL-1.0 OR EPL-2.0
 Group:          Productivity/Networking/Email/Servers
-URL:            http://www.postfix.org
+Url:            http://www.postfix.org
 Source0:        
http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-%{version}.tar.gz
 Source2:        %{name}-SuSE.tar.gz
 Source3:        %{name}-mysql.tar.bz2
@@ -106,8 +107,8 @@
 BuildRequires:  libnsl-devel
 %endif
 %if 0%{?suse_version} >= 1330
-Requires:       group(%{mail_group})
 Requires:       system-user-nobody
+Requires:       group(%{mail_group})
 Requires(pre):  group(%{mail_group})
 %endif
 

++++++ postfix-SuSE.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/config.postfix 
new/postfix-SuSE/config.postfix
--- old/postfix-SuSE/config.postfix     2018-02-13 11:39:19.736002799 +0100
+++ new/postfix-SuSE/config.postfix     2018-03-22 15:24:20.220102158 +0100
@@ -1327,7 +1327,7 @@
 
 # Do not try to get a valid hostname as per boo#934060
 if [ -z "$POSTFIX_MYHOSTNAME" ]; then
-  FQHOSTNAME=
+  FQHOSTNAME=$( hostname -f )
 else
   FQHOSTNAME=$POSTFIX_MYHOSTNAME
 fi


Reply via email to