Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2016-04-05 10:41:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2016-03-18 
21:37:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2016-04-05 
10:41:21.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Mar 31 08:30:18 UTC 2016 - [email protected]
+
+- Do not limit number of inodes in tmpfs overlay (bsc#951015)
+- 5.0.76
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-5.0.75.tar.xz

New:
----
  linuxrc-5.0.76.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.HTGyDv/_old  2016-04-05 10:41:22.000000000 +0200
+++ /var/tmp/diff_new_pack.HTGyDv/_new  2016-04-05 10:41:22.000000000 +0200
@@ -25,7 +25,7 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        5.0.75
+Version:        5.0.76
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ linuxrc-5.0.75.tar.xz -> linuxrc-5.0.76.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.75/VERSION new/linuxrc-5.0.76/VERSION
--- old/linuxrc-5.0.75/VERSION  2016-03-14 11:40:28.000000000 +0100
+++ new/linuxrc-5.0.76/VERSION  2016-03-31 10:27:44.000000000 +0200
@@ -1 +1 @@
-5.0.75
+5.0.76
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.75/changelog new/linuxrc-5.0.76/changelog
--- old/linuxrc-5.0.75/changelog        2016-03-14 11:40:28.000000000 +0100
+++ new/linuxrc-5.0.76/changelog        2016-03-31 10:27:44.000000000 +0200
@@ -1,3 +1,6 @@
+2015-10-15:    5.0.76
+       - Do not limit number of inodes in tmpfs overlay (bsc #951015)
+
 2016-03-10:    5.0.75
        - fix network url handling (fate #318899)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.75/linuxrc.c new/linuxrc-5.0.76/linuxrc.c
--- old/linuxrc-5.0.75/linuxrc.c        2016-03-14 11:40:28.000000000 +0100
+++ new/linuxrc-5.0.76/linuxrc.c        2016-03-31 10:27:44.000000000 +0200
@@ -421,7 +421,7 @@
     return;
   }
 
-  i = mount("tmpfs", newroot, "tmpfs", 0, "size=100%");
+  i = mount("tmpfs", newroot, "tmpfs", 0, "size=100%,nr_inodes=0");
   if(i) {
     perror(newroot);
     return;


Reply via email to