Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2012-04-17 07:46:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2012-03-27 
08:57:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2012-04-17 
07:46:27.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 16 11:18:13 CEST 2012 - [email protected]
+
+- mount /dev/pts after devtmpfs (bnc #755845)
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-4.0.2.tar.bz2

New:
----
  linuxrc-4.0.3.tar.bz2

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.RIzzMc/_old  2012-04-17 07:46:28.000000000 +0200
+++ /var/tmp/diff_new_pack.RIzzMc/_new  2012-04-17 07:46:28.000000000 +0200
@@ -24,9 +24,9 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        4.0.2
+Version:        4.0.3
 Release:        0
-Source:         linuxrc-4.0.2.tar.bz2
+Source:         linuxrc-4.0.3.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ linuxrc-4.0.2.tar.bz2 -> linuxrc-4.0.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.0.2/VERSION new/linuxrc-4.0.3/VERSION
--- old/linuxrc-4.0.2/VERSION   2012-03-26 15:25:47.000000000 +0200
+++ new/linuxrc-4.0.3/VERSION   2012-04-16 12:12:53.000000000 +0200
@@ -1 +1 @@
-4.0.2
+4.0.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.0.2/changelog new/linuxrc-4.0.3/changelog
--- old/linuxrc-4.0.2/changelog 2012-03-26 15:25:49.000000000 +0200
+++ new/linuxrc-4.0.3/changelog 2012-04-16 12:12:55.000000000 +0200
@@ -1,4 +1,8 @@
-2012-03-26:    HEAD
+2012-04-16:    HEAD
+       - create /dev/pts dir
+       - mount /dev/pts after devtmpfs (bnc #755845)
+
+2012-03-26:    4.0.2
        - fight compiler warnings
        - mount devtmpfs to /dev
        - scan whole block dev for filesystem also when there are partitions 
(bnc #753574)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.0.2/linuxrc.c new/linuxrc-4.0.3/linuxrc.c
--- old/linuxrc-4.0.2/linuxrc.c 2012-03-26 15:25:13.000000000 +0200
+++ new/linuxrc-4.0.3/linuxrc.c 2012-04-16 11:49:33.000000000 +0200
@@ -859,7 +859,10 @@
   LXRC_WAIT
 
   if(config.devtmpfs) {
+    umount("/dev/pts");
     mount("devtmpfs", "/dev", "devtmpfs", 0, 0);
+    mkdir("/dev/pts", 0755);
+    mount("devpts", "/dev/pts", "devpts", 0, 0);
   }
 
   if(config.staticdevices) {

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

Reply via email to