Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2014-10-05 20:31:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sendmail (Old)
 and      /work/SRC/openSUSE:Factory/.sendmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sendmail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sendmail/uucp.changes    2013-11-20 
11:28:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sendmail.new/uucp.changes       2014-10-05 
20:31:38.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 10 12:22:47 UTC 2014 - [email protected]
+
+- don't set LOCKDIR. uucp will properly use it's spool dir for system lock
+  files then. Serial lock files are handled by lockdev anyways (bnc#760079)
+- add a line of debug output in case serial locking failed
+
+-------------------------------------------------------------------

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

Other differences:
------------------
uucp.spec: same change
++++++ uucp-1.07-lockdev.patch ++++++
--- /var/tmp/diff_new_pack.LBtW2D/_old  2014-10-05 20:31:40.000000000 +0200
+++ /var/tmp/diff_new_pack.LBtW2D/_new  2014-10-05 20:31:40.000000000 +0200
@@ -13,7 +13,7 @@
  /* Get definitions for both O_NONBLOCK and O_NDELAY.  */
  #ifndef O_NDELAY
  #ifdef FNDELAY
-@@ -623,6 +627,18 @@ fsserial_lockfile (flok, qconn)
+@@ -623,6 +627,20 @@ fsserial_lockfile (flok, qconn)
        z = zalc;
        }
  #else /* ! HAVE_QNX_LOCKFILES */
@@ -25,6 +25,8 @@
 +        rc = ttylock(qsysdep->zdevice);
 +      else
 +        rc = ttyunlock(qsysdep->zdevice);
++      if (rc)
++        ulog (LOG_ERROR, "tty%slock (%s): %s", flok?"":"un", 
qsysdep->zdevice, strerror (-rc));
 +      fret = (rc == 0 ? TRUE : FALSE);
 +      return fret;
 +      }
@@ -32,7 +34,7 @@
  #if ! HAVE_SVR4_LOCKFILES
        {
        const char *zbase;
-@@ -660,6 +676,7 @@ fsserial_lockfile (flok, qconn)
+@@ -660,6 +678,7 @@ fsserial_lockfile (flok, qconn)
        z = zalc;
        }
  #endif /* HAVE_SVR4_LOCKFILES */

++++++ uucp-1.07.dif ++++++
--- /var/tmp/diff_new_pack.LBtW2D/_old  2014-10-05 20:31:40.000000000 +0200
+++ /var/tmp/diff_new_pack.LBtW2D/_new  2014-10-05 20:31:40.000000000 +0200
@@ -254,15 +254,7 @@
  #define HAVE_PS_MULTIPLE 0
  #endif
  #if 0
-@@ -298,6 +308,7 @@
-    placed in /usr/spool/locks.  On the NeXT they are placed in
-    /usr/spool/uucp/LCK.  */
- /* #define LOCKDIR "/usr/spool/uucp" */
-+#define LOCKDIR "/var/lock"
- /* #define LOCKDIR "/etc/locks" */
- /* #define LOCKDIR "/usr/spool/locks" */
- /* #define LOCKDIR "/usr/spool/uucp/LCK" */
-@@ -420,7 +431,7 @@
+@@ -420,7 +430,7 @@
     the executable.  Leaving them out will decrease the executable
     size.  Leaving them in will make it easier to determine which
     version you are running.  */
@@ -271,7 +263,7 @@
  
  /* DEBUG controls how much debugging information is compiled into the
     code.  If DEBUG is defined as 0, no sanity checks will be done and
-@@ -466,8 +477,8 @@
+@@ -466,8 +476,8 @@
     When looking something up (a system, a port, etc.) the new style
     configuration files will be read first, followed by the V2
     configuration files, followed by the HDB configuration files.  */
@@ -282,7 +274,7 @@
  
  /* Exactly one of the following macros must be set to 1.  The exact
     format of the spool directories is explained in unix/spool.c.
-@@ -572,16 +583,16 @@
+@@ -572,16 +582,16 @@
  /* The name of the default spool directory.  If HAVE_TAYLOR_CONFIG is
     set to 1, this may be overridden by the ``spool'' command in the
     configuration file.  */
@@ -303,7 +295,7 @@
  
  /* The default command path.  This is a space separated list of
     directories.  Remote command executions requested by uux are looked
-@@ -589,7 +600,7 @@
+@@ -589,7 +599,7 @@
     command path may be overridden for a particular system.  For most
     systems, you should just make sure that the programs rmail and
     rnews can be found using this path.  */
@@ -312,7 +304,7 @@
  
  /* The default amount of free space to require for systems that do not
     specify an amount with the ``free-space'' command.  This is only
-@@ -628,7 +639,7 @@
+@@ -628,7 +638,7 @@
        ``remote-receive'')
     the command will be rejected.  By default, any argument is
     permitted. */
@@ -321,7 +313,7 @@
  
  /* If you set FSYNC_ON_CLOSE to 1, all output files will be forced out
     to disk using the fsync system call when they are closed.  This can
-@@ -644,23 +655,23 @@
+@@ -644,23 +654,23 @@
  /* The default log file when using HAVE_TAYLOR_LOGGING.  When using
     HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile''
     command in the configuration file.  */
@@ -351,7 +343,7 @@
  
  #endif /* HAVE_TAYLOR_LOGGING */
  
-@@ -669,17 +680,17 @@
+@@ -669,17 +679,17 @@
  /* The default log file when using HAVE_V2_LOGGING.  When using
     HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile''
     command in the configuration file.  */
@@ -372,7 +364,7 @@
  
  #endif /* HAVE_V2_LOGGING */
  
-@@ -692,16 +703,16 @@
+@@ -692,16 +702,16 @@
     be replaced by the system name (if there is no appropriate system,
     "ANY" will be used).  No other '%' character may appear in the
     string.  */

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

Reply via email to