commit yast2-storage for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-storage for openSUSE:Factory checked in at 2014-07-01 07:05:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old) and /work/SRC/openSUSE:Factory/.yast2-storage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-storage" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes 2014-06-18 10:59:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 2014-07-01 07:05:22.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Jun 26 16:36:42 CEST 2014 - aschnell@suse.de + +- disable timeline of snapshots for root fs +- version 3.1.32 + +------------------------------------------------------------------- Old: ---- yast2-storage-3.1.31.tar.bz2 New: ---- yast2-storage-3.1.32.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-storage.spec ++++++ --- /var/tmp/diff_new_pack.CMvZJB/_old 2014-07-01 07:05:23.000000000 +0200 +++ /var/tmp/diff_new_pack.CMvZJB/_new 2014-07-01 07:05:23.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage -Version: 3.1.31 +Version: 3.1.32 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-storage-3.1.31.tar.bz2 -> yast2-storage-3.1.32.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.31/package/yast2-storage.changes new/yast2-storage-3.1.32/package/yast2-storage.changes --- old/yast2-storage-3.1.31/package/yast2-storage.changes 2014-06-13 07:42:54.000000000 +0200 +++ new/yast2-storage-3.1.32/package/yast2-storage.changes 2014-06-26 17:04:24.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jun 26 16:36:42 CEST 2014 - aschnell@suse.de + +- disable timeline of snapshots for root fs +- version 3.1.32 + +------------------------------------------------------------------- Tue Jun 10 23:15:17 CEST 2014 - dvaleev@suse.com - Change PReP partition naming to avoid confusion between msdos and diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.31/package/yast2-storage.spec new/yast2-storage-3.1.32/package/yast2-storage.spec --- old/yast2-storage-3.1.31/package/yast2-storage.spec 2014-06-13 07:42:54.000000000 +0200 +++ new/yast2-storage-3.1.32/package/yast2-storage.spec 2014-06-26 17:04:24.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage -Version: 3.1.31 +Version: 3.1.32 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.31/src/modules/StorageUtils.rb new/yast2-storage-3.1.32/src/modules/StorageUtils.rb --- old/yast2-storage-3.1.31/src/modules/StorageUtils.rb 2014-06-13 07:42:54.000000000 +0200 +++ new/yast2-storage-3.1.32/src/modules/StorageUtils.rb 2014-06-26 17:04:24.000000000 +0200 @@ -49,7 +49,8 @@ if SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus create-config " << "--fstype=btrfs --add-fstab /") == 0 SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus set-config " << - "NUMBER_CLEANUP=yes NUMBER_LIMIT=10 NUMBER_LIMIT_IMPORTANT=10") + "NUMBER_CLEANUP=yes NUMBER_LIMIT=10 NUMBER_LIMIT_IMPORTANT=10 " << + "TIMELINE_CREATE=no") SCR.Write(path(".sysconfig.yast2.USE_SNAPPER"), "yes") SCR.Write(path(".sysconfig.yast2"), nil) else -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de