vtrefny pushed to blivet-gui (f22). "Kickstart mode: update partition view after mountpoint change (vtrefny) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 25 07:18:55 UTC 2015


From c20b70a5729e66c46c8e9d5e9f6c0abc36e62310 Mon Sep 17 00:00:00 2001
From: Vojtech Trefny <vtrefny at redhat.com>
Date: Mon, 25 May 2015 09:18:45 +0200
Subject: Kickstart mode: update partition view after mountpoint change
 (vtrefny)

- Do not display disks without disklabel in AddDialog (vtrefny)
- Do not allow adding new LV to an incomplete VG (vtrefny)
- Do not allow to create an extended partition on GPT disks (vtrefny)
- Allow using of free space inside extended partitions for LVM (vtrefny)
- Fix pylint unused variable warning for Gtk signal handling (vtrefny)
- Use sys.exit instead of blivetgui.quit in certain situations (vtrefny)
- AddDialog: Do not use 'size' as name for variable (vtrefny)
- AddDialog: fix size selection for btrfs disks (vtrefny)
- Catch BlockDev.CryptoError while decrypting luks (vtrefny)

diff --git a/.gitignore b/.gitignore
index fbdd0b3..d60ca57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /blivet-gui-0.2.2.tar.gz
 /blivet-gui-0.2.4.tar.gz
 /blivet-gui-0.2.5.tar.gz
+/blivet-gui-0.2.6.tar.gz
diff --git a/blivet-gui.spec b/blivet-gui.spec
index 656dfc2..b2f61aa 100644
--- a/blivet-gui.spec
+++ b/blivet-gui.spec
@@ -1,6 +1,6 @@
 Summary: Tool for data storage configuration
 Name: blivet-gui
-Version: 0.2.5
+Version: 0.2.6
 Release: 1%{?dist}
 Source0: http://github.com/rhinstaller/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
 License: GPLv2+
@@ -52,6 +52,18 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/blivet-gui.desktop
 %{_bindir}/blivet-gui_pkexec
 
 %changelog
+* Mon May 25 2015 Vojtech Trefny <vtrefny at redhat.com> - 0.2.6-1
+- Kickstart mode: update partition view after mountpoint change (vtrefny)
+- Do not display disks without disklabel in AddDialog (vtrefny)
+- Do not allow adding new LV to an incomplete VG (vtrefny)
+- Do not allow to create an extended partition on GPT disks (vtrefny)
+- Allow using of free space inside extended partitions for LVM (vtrefny)
+- Fix pylint unused variable warning for Gtk signal handling (vtrefny)
+- Use sys.exit instead of blivetgui.quit in certain situations (vtrefny)
+- AddDialog: Do not use 'size' as name for variable (vtrefny)
+- AddDialog: fix size selection for btrfs disks (vtrefny)
+- Catch BlockDev.CryptoError while decrypting luks (vtrefny)
+
 * Tue May 05 2015 Vojtech Trefny <vtrefny at redhat.com> - 0.2.5-1
 - Do not (de)activate non-existing options in menus/toolbars (vtrefny)
 - Fix adding encrypted partitions (vtrefny)
diff --git a/sources b/sources
index fb4625d..50633e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-982a4cd5ac01583ae58fa5730f0b0b18  blivet-gui-0.2.5.tar.gz
+e673598598c34b010b2af0cf66325c01  blivet-gui-0.2.6.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/blivet-gui.git/commit/?h=f22&id=c20b70a5729e66c46c8e9d5e9f6c0abc36e62310


More information about the scm-commits mailing list