Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2014-12-03 22:52:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-11-28 
08:47:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2014-12-03 
22:52:19.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec  1 09:40:51 CET 2014 - [email protected]
+
+- use correct mount command location
+- 5.0.29
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-5.0.28.tar.xz

New:
----
  linuxrc-5.0.29.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.eTpZIX/_old  2014-12-03 22:52:20.000000000 +0100
+++ /var/tmp/diff_new_pack.eTpZIX/_new  2014-12-03 22:52:20.000000000 +0100
@@ -25,7 +25,7 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        5.0.28
+Version:        5.0.29
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ linuxrc-5.0.28.tar.xz -> linuxrc-5.0.29.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.28/VERSION new/linuxrc-5.0.29/VERSION
--- old/linuxrc-5.0.28/VERSION  2014-11-26 13:10:00.000000000 +0100
+++ new/linuxrc-5.0.29/VERSION  2014-12-01 09:38:39.000000000 +0100
@@ -1 +1 @@
-5.0.28
+5.0.29
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.28/changelog new/linuxrc-5.0.29/changelog
--- old/linuxrc-5.0.28/changelog        2014-11-26 13:10:00.000000000 +0100
+++ new/linuxrc-5.0.29/changelog        2014-12-01 09:38:39.000000000 +0100
@@ -1,3 +1,6 @@
+2014-12-01:    5.0.29
+       - use correct mount command location
+
 2014-11-26:    5.0.28
        - set explicit route to gateway (if outside subnet) (bnc #906771)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.28/util.c new/linuxrc-5.0.29/util.c
--- old/linuxrc-5.0.28/util.c   2014-11-26 13:10:00.000000000 +0100
+++ new/linuxrc-5.0.29/util.c   2014-12-01 09:38:39.000000000 +0100
@@ -2862,7 +2862,7 @@
   }
 
   if(config.ntfs_3g && type && !strcmp(type, "ntfs")) {
-    asprintf(&cmd, "/bin/mount -t ntfs-3g%s %s %s", (flags & MS_RDONLY) ? " 
-oro" : "", dev, dir);
+    asprintf(&cmd, "mount -t ntfs-3g%s %s %s", (flags & MS_RDONLY) ? " -oro" : 
"", dev, dir);
     err = system(cmd);
     free(cmd);
   }

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

Reply via email to