Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2013-05-16 10:39:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glibc (Old)
 and      /work/SRC/openSUSE:Factory/.glibc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glibc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes    2013-03-05 
06:43:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes       
2013-05-16 10:39:12.000000000 +0200
@@ -1,0 +2,10 @@
+Tue May  7 10:00:00 UTC 2013 - sch...@suse.de
+
+- Fix check for XEN build in glibc_post_upgrade
+
+-------------------------------------------------------------------
+Sun Apr 14 02:41:52 UTC 2013 - crrodrig...@opensuse.org
+
+- Do not order nscd after syslog.target  
+
+-------------------------------------------------------------------
glibc-utils.changes: same change
--- /work/SRC/openSUSE:Factory/glibc/glibc.changes      2013-04-17 
07:12:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2013-05-16 
10:39:12.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May  7 10:00:00 UTC 2013 - sch...@suse.de
+
+- Fix check for XEN build in glibc_post_upgrade
+
+-------------------------------------------------------------------

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

Other differences:
------------------
glibc-utils.spec: same change
glibc.spec: same change

++++++ glibc_post_upgrade.c ++++++
--- /var/tmp/diff_new_pack.xziiEJ/_old  2013-05-16 10:39:14.000000000 +0200
+++ /var/tmp/diff_new_pack.xziiEJ/_new  2013-05-16 10:39:14.000000000 +0200
@@ -140,8 +140,8 @@
      timeout and leave /etc/initrunlvl.  */
   if (readlink ("/proc/1/exe", initpath, 256) <= 0 ||
       readlink ("/proc/1/root", initpath, 256) <= 0 ||
+      access ("/.buildenv", F_OK) == 0 || /* XEN build */
       stat ("/proc/1/root", &init_root) < 0 ||
-      stat ("/.buildenv", &init_root) < 0 || /* XEN build */
       stat ("/", &root) < 0 ||
       init_root.st_dev != root.st_dev || init_root.st_ino != root.st_ino)
     _exit (0);

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

Reply via email to