From 11b4865dea4018369f56fd8fdaa0e816b4a610e8 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Tue, 11 Aug 2015 10:56:41 +0200 Subject: [PATCH] New version 0.2.9 Signed-off-by: Vojtech Trefny --- blivet-gui | 2 +- blivet-gui.spec | 6 ++- blivetgui/logs.py | 2 +- po/blivet-gui.pot | 107 ++++++++++++++++++++++++---------------------- setup.py | 2 +- 5 files changed, 65 insertions(+), 54 deletions(-) diff --git a/blivet-gui b/blivet-gui index b9e37ae0..f933ea8b 100755 --- a/blivet-gui +++ b/blivet-gui @@ -35,7 +35,7 @@ from blivetgui.dialogs.message_dialogs import locate_ui_file # FIXME #------------------------------------------------------------------------------# APP_NAME='blivet-gui' -APP_VERSION='0.2.8' +APP_VERSION='0.2.9' #------------------------------------------------------------------------------# diff --git a/blivet-gui.spec b/blivet-gui.spec index df947a6a..331f11ca 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.8 +Version: 0.2.9 Release: 1%{?dist} Source0: http://github.com/rhinstaller/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ @@ -52,6 +52,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/blivet-gui.desktop %{_bindir}/blivet-gui_pkexec %changelog +* Tue Aug 11 2015 Vojtech Trefny - 0.2.9-1 +- Create underlying partitions for PVs and btrfs as primary (#1251688) +- Don't allow to add more than 4 partitions on msdos disklabels + * Thu Jun 18 2015 Vojtech Trefny - 0.2.8-1 - Require the newest version of python-blivet (1.0.10) (vtrefny) - Do not allow editing of non-existing LVM VGs (vtrefny) diff --git a/blivetgui/logs.py b/blivetgui/logs.py index 2d5fd186..4b8e97b3 100644 --- a/blivetgui/logs.py +++ b/blivetgui/logs.py @@ -36,7 +36,7 @@ #------------------------------------------------------------------------------# APP_NAME='blivet-gui' -APP_VERSION='0.2.8' +APP_VERSION='0.2.9' #------------------------------------------------------------------------------# diff --git a/po/blivet-gui.pot b/po/blivet-gui.pot index adf1523c..316c04ac 100644 --- a/po/blivet-gui.pot +++ b/po/blivet-gui.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-18 13:35+0200\n" +"POT-Creation-Date: 2015-08-11 10:52+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -125,6 +125,38 @@ msgstr "" msgid "Current Mountpoint" msgstr "" +#: ../blivetgui/actions_toolbar.py:53 ../blivetgui/dialogs/add_dialog.py:517 +msgid "Create new device" +msgstr "" + +#: ../blivetgui/actions_toolbar.py:54 +msgid "Delete selected device" +msgstr "" + +#: ../blivetgui/actions_toolbar.py:56 +msgid "Edit or resize device" +msgstr "" + +#: ../blivetgui/actions_toolbar.py:57 +msgid "Unmount selected device" +msgstr "" + +#: ../blivetgui/actions_toolbar.py:58 +msgid "Decrypt selected device" +msgstr "" + +#: ../blivetgui/actions_toolbar.py:60 +msgid "Apply queued actions" +msgstr "" + +#: ../blivetgui/actions_toolbar.py:61 +msgid "Undo" +msgstr "" + +#: ../blivetgui/actions_toolbar.py:62 +msgid "Clear queued actions" +msgstr "" + #: ../blivetgui/main_menu.py:65 msgid "File" msgstr "" @@ -214,44 +246,51 @@ msgid "" "PVs." msgstr "" -#: ../blivetgui/blivetgui.py:364 +#: ../blivetgui/blivetgui.py:309 +#, python-brace-format +msgid "" +"Disk {name} already reached maximum allowed count of primary partitions for " +"{label} disklabel." +msgstr "" + +#: ../blivetgui/blivetgui.py:371 #, python-brace-format msgid "create new disklabel on {0}" msgstr "" -#: ../blivetgui/blivetgui.py:401 +#: ../blivetgui/blivetgui.py:408 #, python-brace-format msgid "add {0} {1} device" msgstr "" -#: ../blivetgui/blivetgui.py:404 +#: ../blivetgui/blivetgui.py:411 #, python-brace-format msgid "add {0} {1} partition" msgstr "" -#: ../blivetgui/blivetgui.py:425 +#: ../blivetgui/blivetgui.py:432 msgid "Confirm delete operation" msgstr "" -#: ../blivetgui/blivetgui.py:426 +#: ../blivetgui/blivetgui.py:433 #, python-brace-format msgid "Are you sure you want delete device {0}?" msgstr "" -#: ../blivetgui/blivetgui.py:442 +#: ../blivetgui/blivetgui.py:449 #, python-brace-format msgid "delete partition {0}" msgstr "" -#: ../blivetgui/blivetgui.py:506 +#: ../blivetgui/blivetgui.py:513 msgid "File exists" msgstr "" -#: ../blivetgui/blivetgui.py:507 +#: ../blivetgui/blivetgui.py:514 msgid "Selected file already exists, do you want to overwrite it?" msgstr "" -#: ../blivetgui/blivetgui.py:516 +#: ../blivetgui/blivetgui.py:523 #, python-brace-format msgid "" "File with your Kickstart configuration was successfully saved to:\n" @@ -259,19 +298,19 @@ msgid "" "{0}" msgstr "" -#: ../blivetgui/blivetgui.py:521 +#: ../blivetgui/blivetgui.py:528 msgid "Confirm scheduled actions" msgstr "" -#: ../blivetgui/blivetgui.py:522 +#: ../blivetgui/blivetgui.py:529 msgid "Are you sure you want to perform scheduled actions?" msgstr "" -#: ../blivetgui/blivetgui.py:544 +#: ../blivetgui/blivetgui.py:551 msgid "Unmount failed. Are you sure device is not in use?" msgstr "" -#: ../blivetgui/blivetgui.py:564 +#: ../blivetgui/blivetgui.py:571 #, python-brace-format msgid "" "Unknown error appeared:\n" @@ -279,19 +318,19 @@ msgid "" "{0}." msgstr "" -#: ../blivetgui/blivetgui.py:610 +#: ../blivetgui/blivetgui.py:617 msgid "Confirm reload storage" msgstr "" -#: ../blivetgui/blivetgui.py:611 +#: ../blivetgui/blivetgui.py:618 msgid "There are pending operations. Are you sure you want to continue?" msgstr "" -#: ../blivetgui/blivetgui.py:637 +#: ../blivetgui/blivetgui.py:644 msgid "Are you sure you want to quit?" msgstr "" -#: ../blivetgui/blivetgui.py:638 +#: ../blivetgui/blivetgui.py:645 msgid "" "There are unapplied actions. Are you sure you want to quit blivet-gui now?" msgstr "" @@ -304,38 +343,6 @@ msgstr "" msgid "LVM2 Volume Groups" msgstr "" -#: ../blivetgui/actions_toolbar.py:53 ../blivetgui/dialogs/add_dialog.py:517 -msgid "Create new device" -msgstr "" - -#: ../blivetgui/actions_toolbar.py:54 -msgid "Delete selected device" -msgstr "" - -#: ../blivetgui/actions_toolbar.py:56 -msgid "Edit or resize device" -msgstr "" - -#: ../blivetgui/actions_toolbar.py:57 -msgid "Unmount selected device" -msgstr "" - -#: ../blivetgui/actions_toolbar.py:58 -msgid "Decrypt selected device" -msgstr "" - -#: ../blivetgui/actions_toolbar.py:60 -msgid "Apply queued actions" -msgstr "" - -#: ../blivetgui/actions_toolbar.py:61 -msgid "Undo" -msgstr "" - -#: ../blivetgui/actions_toolbar.py:62 -msgid "Clear queued actions" -msgstr "" - #: ../blivetgui/dialogs/add_dialog.py:65 #, python-brace-format msgid "{0} is not a valid mountpoint." diff --git a/setup.py b/setup.py index 1dd3d565..6e4160d5 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='blivet-gui', packages=['blivetgui'], - version='0.2.8', + version='0.2.9', description = 'Tool for data storages configuration', author='Vojtech Trefny', author_email='vtrefny@redhat.com',