Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2013-08-12 10:16:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sendmail (Old)
 and      /work/SRC/openSUSE:Factory/.sendmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sendmail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes        2013-07-16 
16:23:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2013-08-12 
10:16:49.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug  8 08:50:50 UTC 2013 - wer...@suse.de
+
+- Use /etc/os-release instead of /etc/SuSE-release (bnc#833953) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
uucp.spec: same change
++++++ sendmail-8.14.7.dif ++++++
--- /var/tmp/diff_new_pack.bccxB7/_old  2013-08-12 10:16:52.000000000 +0200
+++ /var/tmp/diff_new_pack.bccxB7/_new  2013-08-12 10:16:52.000000000 +0200
@@ -652,7 +652,7 @@
 +dnl
 +LOCAL_CONFIG
 --- cf/sh/makeinfo.sh
-+++ cf/sh/makeinfo.sh  2006-08-10 09:32:28.000000000 +0000
++++ cf/sh/makeinfo.sh  2013-08-08 11:49:02.393938949 +0000
 @@ -22,7 +22,7 @@ do
        then
                p="."
@@ -671,7 +671,7 @@
        then
                usehostname=1
                if [ $usewhoami -ne 0 ]
-@@ -48,11 +48,17 @@ fi
+@@ -48,11 +48,20 @@ fi
  
  if [ $usehostname -ne 0 ]
  then
@@ -683,7 +683,10 @@
        host=`uname -n`
  fi
  echo '#####' built by $user@$host on `date`
-+if [ -r /etc/SuSE-release ] ; then
++if [ -r /etc/os-release ] ; then
++      . /etc/os-release
++      echo '#####' on $PRETTY_NAME
++elif [ -r /etc/SuSE-release ] ; then
 +      read line < /etc/SuSE-release
 +      echo '#####' on $line
 +fi
@@ -738,7 +741,7 @@
  exit(0);
 -
 --- contrib/etrn.pl
-+++ contrib/etrn.pl    2013-04-23 07:44:50.785438984 +0000
++++ contrib/etrn.pl    2013-04-23 07:44:51.000000000 +0000
 @@ -1,4 +1,4 @@
 -#!/usr/perl5/bin/perl -w
 +#!/usr/bin/perl -w
@@ -840,7 +843,7 @@
        {
                chomp;
 --- devtools/M4/UNIX/manpage.m4
-+++ devtools/M4/UNIX/manpage.m4        2013-04-23 07:47:24.541939641 +0000
++++ devtools/M4/UNIX/manpage.m4        2013-04-23 07:47:25.000000000 +0000
 @@ -69,7 +69,7 @@ ifdef(`confNO_MAN_INSTALL', `divert(-1)'
  define(`bldMAN_INSTALL_CMD',
  `ifdef(`confDONT_INSTALL_CATMAN', `dnl',
@@ -4181,7 +4184,7 @@
 +#
 +#<user>
 --- suse/update.sendmail
-+++ suse/update.sendmail       2013-04-23 07:48:30.673939715 +0000
++++ suse/update.sendmail       2013-04-23 07:48:31.000000000 +0000
 @@ -0,0 +1,550 @@
 +#!/bin/bash
 +# Copyright (c) 1997-2012 SuSE GmbH Nuernberg, Germany.

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

Reply via email to