Hello community,

here is the log from the commit of package parted for openSUSE:Factory checked 
in at 2014-01-24 21:42:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/parted (Old)
 and      /work/SRC/openSUSE:Factory/.parted.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "parted"

Changes:
--------
--- /work/SRC/openSUSE:Factory/parted/parted.changes    2014-01-23 
15:51:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.parted.new/parted.changes       2014-01-24 
21:42:21.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Jan 22 16:15:13 UTC 2014 - pu...@suse.com
+
+- Do not fail when shrinking the partition in non-interactive mode.  
+- modified patches:
+  * parted-resize-command.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ parted-resize-command.patch ++++++
--- /var/tmp/diff_new_pack.EfItwr/_old  2014-01-24 21:42:22.000000000 +0100
+++ /var/tmp/diff_new_pack.EfItwr/_new  2014-01-24 21:42:22.000000000 +0100
@@ -76,7 +76,7 @@
 +                                          start, end))
 +                goto error_destroy_constraint;
 +        /* warn when shrinking partition - might lose data */
-+        if (part->geom.end < oldend)
++        if (!opt_script_mode && (part->geom.end < oldend))
 +                if (ped_exception_throw (
 +                            PED_EXCEPTION_WARNING,
 +                            PED_EXCEPTION_YES_NO,


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

Reply via email to