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-02 15:04:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-01 07:05:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 2014-07-02 15:04:06.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jun 30 14:37:06 CEST 2014 - aschnell@suse.de + +- enable btrfs quota if snapshots are enabled (prototype for + fate#312751) +- version 3.1.33 + +------------------------------------------------------------------- Old: ---- yast2-storage-3.1.32.tar.bz2 New: ---- yast2-storage-3.1.33.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-storage.spec ++++++ --- /var/tmp/diff_new_pack.l7rpyW/_old 2014-07-02 15:04:06.000000000 +0200 +++ /var/tmp/diff_new_pack.l7rpyW/_new 2014-07-02 15:04:06.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage -Version: 3.1.32 +Version: 3.1.33 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-storage-3.1.32.tar.bz2 -> yast2-storage-3.1.33.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.32/package/yast2-storage.changes new/yast2-storage-3.1.33/package/yast2-storage.changes --- old/yast2-storage-3.1.32/package/yast2-storage.changes 2014-06-26 17:04:24.000000000 +0200 +++ new/yast2-storage-3.1.33/package/yast2-storage.changes 2014-07-01 08:09:49.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Jun 30 14:37:06 CEST 2014 - aschnell@suse.de + +- enable btrfs quota if snapshots are enabled (prototype for + fate#312751) +- version 3.1.33 + +------------------------------------------------------------------- Thu Jun 26 16:36:42 CEST 2014 - aschnell@suse.de - disable timeline of snapshots for root fs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.32/package/yast2-storage.spec new/yast2-storage-3.1.33/package/yast2-storage.spec --- old/yast2-storage-3.1.32/package/yast2-storage.spec 2014-06-26 17:04:24.000000000 +0200 +++ new/yast2-storage-3.1.33/package/yast2-storage.spec 2014-07-01 08:09:49.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage -Version: 3.1.32 +Version: 3.1.33 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.32/src/modules/StorageUtils.rb new/yast2-storage-3.1.33/src/modules/StorageUtils.rb --- old/yast2-storage-3.1.32/src/modules/StorageUtils.rb 2014-06-26 17:04:24.000000000 +0200 +++ new/yast2-storage-3.1.33/src/modules/StorageUtils.rb 2014-07-01 08:09:49.000000000 +0200 @@ -52,6 +52,11 @@ "NUMBER_CLEANUP=yes NUMBER_LIMIT=10 NUMBER_LIMIT_IMPORTANT=10 " << "TIMELINE_CREATE=no") SCR.Write(path(".sysconfig.yast2.USE_SNAPPER"), "yes") + + SCR.Execute(path(".target.bash"), "/sbin/btrfs quota enable /") + SCR.Execute(path(".target.bash"), "/sbin/btrfs qgroup create 1/0 /") + SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus set-config QGROUP=1/0") + SCR.Write(path(".sysconfig.yast2"), nil) else log.error("configuring snapper for root fs failed") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.32/test/storage_utils_configure_snapper_test.rb new/yast2-storage-3.1.33/test/storage_utils_configure_snapper_test.rb --- old/yast2-storage-3.1.32/test/storage_utils_configure_snapper_test.rb 2014-06-26 17:04:24.000000000 +0200 +++ new/yast2-storage-3.1.33/test/storage_utils_configure_snapper_test.rb 2014-07-01 08:09:49.000000000 +0200 @@ -22,7 +22,7 @@ Yast::Storage.stub(:GetEntryForMountpoint).with("/").once.and_return(data) Yast::SCR.stub(:Execute).and_return(1) - Yast::SCR.should_receive(:Execute).exactly(2).times.and_return(0) + Yast::SCR.should_receive(:Execute).exactly(5).times.and_return(0) Yast::SCR.stub(:Write).and_return(1) Yast::SCR.should_receive(:Write).exactly(2).times.and_return(0) -- 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