Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2012-05-30 11:34:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-18 
12:34:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2012-05-30 
11:34:59.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 30 11:29:46 CEST 2012 - [email protected]
+
+- give tmpfs a finite size
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-4.0.4.tar.bz2

New:
----
  linuxrc-4.0.5.tar.bz2

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.mihnI0/_old  2012-05-30 11:35:01.000000000 +0200
+++ /var/tmp/diff_new_pack.mihnI0/_new  2012-05-30 11:35:01.000000000 +0200
@@ -24,9 +24,9 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        4.0.4
+Version:        4.0.5
 Release:        0
-Source:         linuxrc-4.0.4.tar.bz2
+Source:         linuxrc-4.0.5.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ linuxrc-4.0.4.tar.bz2 -> linuxrc-4.0.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.0.4/VERSION new/linuxrc-4.0.5/VERSION
--- old/linuxrc-4.0.4/VERSION   2012-04-17 15:52:16.000000000 +0200
+++ new/linuxrc-4.0.5/VERSION   2012-05-30 11:29:40.000000000 +0200
@@ -1 +1 @@
-4.0.4
+4.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.0.4/changelog new/linuxrc-4.0.5/changelog
--- old/linuxrc-4.0.4/changelog 2012-04-17 15:52:17.000000000 +0200
+++ new/linuxrc-4.0.5/changelog 2012-05-30 11:29:41.000000000 +0200
@@ -1,4 +1,7 @@
-2012-04-17:    HEAD
+2012-05-30:    HEAD
+       - give tmpfs a finite size
+
+2012-04-17:    4.0.4
        - adjust rescue system setup
        - move prepare_rescue script
        - add api to run scripts at various places
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.0.4/linuxrc.c new/linuxrc-4.0.5/linuxrc.c
--- old/linuxrc-4.0.4/linuxrc.c 2012-04-17 11:18:44.000000000 +0200
+++ new/linuxrc-4.0.5/linuxrc.c 2012-05-30 11:28:11.000000000 +0200
@@ -452,7 +452,7 @@
     return;
   }
 
-  i = mount("tmpfs", newroot, "tmpfs", 0, "size=0,nr_inodes=0");
+  i = mount("tmpfs", newroot, "tmpfs", 0, "size=100%");
   if(i) {
     perror(newroot);
     return;

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

Reply via email to