Skip to content

Commit

Permalink
New version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Sep 29, 2020
1 parent e98cef1 commit adb6bd6
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 52 deletions.
12 changes: 11 additions & 1 deletion blivet-gui.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Tool for data storage configuration
Name: blivet-gui
Version: 2.2.0
Version: 2.2.1
Release: 1%{?dist}
Source0: http://github.com/storaged-project/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
Expand Down Expand Up @@ -68,6 +68,16 @@ mkdir -p %{buildroot}/%{_localstatedir}/log/blivet-gui
%{_sysconfdir}/libreport/events.d/blivet-gui_event.conf

%changelog
* Tue Sep 29 2020 Vojtech Trefny <[email protected]> - 2.2.1-1
- Translated using Weblate (Friulian) (f.t.public)
- Fix ValueError when trying to set both upper and lower size limits (vtrefny)
- Fix getting list of supported filesystems in installer mode (vtrefny)
- Fix missing attribute _resizable_filesystems in BlivetUtilsAnaconda (vtrefny)
- Translated using Weblate (Friulian) (f.t.public)
- Update translation files (noreply)
- Translated using Weblate (Turkish) (oguzersen)
- Sync spec with downstream (vtrefny)

* Fri Sep 11 2020 Vojtech Trefny <[email protected]> - 2.2.0-1
- Handle sector mode NVDIMMs as disks (vtrefny)
- Allow adding VG to all devices with LVMPV format (vtrefny)
Expand Down
2 changes: 1 addition & 1 deletion blivetgui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.2.0'
__version__ = '2.2.1'
__app_name__ = 'blivet-gui'
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# built documents.
#
# The short X.Y version.
version = '2.2.0'
version = '2.2.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
96 changes: 48 additions & 48 deletions po/blivet-gui.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-11 17:13+0200\n"
"POT-Creation-Date: 2020-09-29 13:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: ../blivetgui/osinstall.py:217
#: ../blivetgui/osinstall.py:219
#, python-brace-format
msgid ""
"{message}\n"
Expand All @@ -27,15 +27,15 @@ msgid ""
" to handle the report process if you want to report this."
msgstr ""

#: ../blivetgui/osinstall.py:219
#: ../blivetgui/osinstall.py:221
#, python-brace-format
msgid ""
"Unknown error occured. Anaconda will be terminated.\n"
"{error}"
msgstr ""

#. add a new 'placeholder' action for all currently registered blivet actions
#: ../blivetgui/osinstall.py:267
#: ../blivetgui/osinstall.py:269
msgid "actions configured by installer"
msgstr ""

Expand Down Expand Up @@ -101,124 +101,124 @@ msgid ""
"{error}"
msgstr ""

#: ../blivetgui/blivetgui.py:282
#: ../blivetgui/blivetgui.py:283
msgid "Failed to resize the device:"
msgstr ""

#: ../blivetgui/blivetgui.py:294
#: ../blivetgui/blivetgui.py:295
#, python-brace-format
msgid "resize {name} {type}"
msgstr ""

#: ../blivetgui/blivetgui.py:313
#: ../blivetgui/blivetgui.py:314
msgid "Failed to format the device:"
msgstr ""

#: ../blivetgui/blivetgui.py:327
#: ../blivetgui/blivetgui.py:328
#, python-brace-format
msgid "format {name} {type}"
msgstr ""

#: ../blivetgui/blivetgui.py:340
#: ../blivetgui/blivetgui.py:341
msgid "Failed to edit the LVM2 Volume Group:"
msgstr ""

#: ../blivetgui/blivetgui.py:355
#: ../blivetgui/blivetgui.py:356
#, python-brace-format
msgid "edit {name} {type}"
msgstr ""

#: ../blivetgui/blivetgui.py:384
#: ../blivetgui/blivetgui.py:385
msgid "Failed to change filesystem label on the device:"
msgstr ""

#: ../blivetgui/blivetgui.py:389
#: ../blivetgui/blivetgui.py:390
#, python-brace-format
msgid "change filesystem label of {name} {type}"
msgstr ""

#: ../blivetgui/blivetgui.py:405
#: ../blivetgui/blivetgui.py:406
#, python-brace-format
msgid ""
"{name} is not complete. It is not possible to add new LVs to VG with missing "
"PVs."
msgstr ""

#: ../blivetgui/blivetgui.py:410
#: ../blivetgui/blivetgui.py:411
msgid "Not enough free space for a new LVM Volume Group."
msgstr ""

#: ../blivetgui/blivetgui.py:416
#: ../blivetgui/blivetgui.py:417
#, python-brace-format
msgid ""
"Disk {name} already reached maximum allowed number of primary partitions for "
"{label} disklabel."
msgstr ""

#: ../blivetgui/blivetgui.py:426
#: ../blivetgui/blivetgui.py:427
msgid "Failed to add disklabel:"
msgstr ""

#: ../blivetgui/blivetgui.py:439
#: ../blivetgui/blivetgui.py:440
#, python-brace-format
msgid "create new disklabel on {name}"
msgstr ""

#: ../blivetgui/blivetgui.py:491
#: ../blivetgui/blivetgui.py:492
msgid "Failed to add the device:"
msgstr ""

#: ../blivetgui/blivetgui.py:506
#: ../blivetgui/blivetgui.py:507
#, python-brace-format
msgid "add {size} {type} device"
msgstr ""

#: ../blivetgui/blivetgui.py:541
#: ../blivetgui/blivetgui.py:542
msgid "Failed to delete the device:"
msgstr ""

#: ../blivetgui/blivetgui.py:556
#: ../blivetgui/blivetgui.py:557
#, python-brace-format
msgid "delete partition {name}"
msgstr ""

#: ../blivetgui/blivetgui.py:595
#: ../blivetgui/blivetgui.py:596
msgid "Failed to perform the actions:"
msgstr ""

#: ../blivetgui/blivetgui.py:639
#: ../blivetgui/blivetgui.py:640
msgid "Confirm scheduled actions"
msgstr ""

#: ../blivetgui/blivetgui.py:640
#: ../blivetgui/blivetgui.py:641
msgid "Are you sure you want to perform scheduled actions?"
msgstr ""

#: ../blivetgui/blivetgui.py:681
#: ../blivetgui/blivetgui.py:682
#, python-brace-format
msgid ""
"Unmount of '{mountpoint}' failed. Are you sure the device is not in use?"
msgstr ""

#: ../blivetgui/blivetgui.py:703
#: ../blivetgui/blivetgui.py:704
msgid "Unlocking failed. Are you sure provided password is correct?"
msgstr ""

#: ../blivetgui/blivetgui.py:753 ../data/ui/blivet-gui.ui:659
#: ../blivetgui/blivetgui.py:754 ../data/ui/blivet-gui.ui:659
msgid "Quit"
msgstr ""

#: ../blivetgui/blivetgui.py:756
#: ../blivetgui/blivetgui.py:757
msgid "blivet-gui is already running"
msgstr ""

#: ../blivetgui/blivetgui.py:757
#: ../blivetgui/blivetgui.py:758
msgid ""
"Another instance of blivet-gui is already running.\n"
"Only one instance of blivet-gui can run at the same time."
msgstr ""

#: ../blivetgui/blivetgui.py:759
#: ../blivetgui/blivetgui.py:760
msgid ""
"If your previous instance of blivet-gui crashed, please make sure that the "
"<i>blivet-gui-daemon</i> process was terminated too.\n"
Expand All @@ -229,24 +229,24 @@ msgid ""
"command to force quit it."
msgstr ""

#: ../blivetgui/blivetgui.py:791
#: ../blivetgui/blivetgui.py:792
msgid "Failed to init blivet:"
msgstr ""

#: ../blivetgui/blivetgui.py:798
#: ../blivetgui/blivetgui.py:799
msgid "Quit blivet-gui"
msgstr ""

#: ../blivetgui/blivetgui.py:800
#: ../blivetgui/blivetgui.py:801
msgid "Ignore disk and continue"
msgstr ""

#: ../blivetgui/blivetgui.py:803
#: ../blivetgui/blivetgui.py:804
#, python-brace-format
msgid "Error: {error}"
msgstr ""

#: ../blivetgui/blivetgui.py:804
#: ../blivetgui/blivetgui.py:805
#, python-brace-format
msgid ""
"Blivet-gui can't use the <b>{name}</b> disk due to a corrupted/unknown "
Expand All @@ -255,19 +255,19 @@ msgid ""
"this disk."
msgstr ""

#: ../blivetgui/blivetgui.py:840
#: ../blivetgui/blivetgui.py:841
msgid "Confirm reload storage"
msgstr ""

#: ../blivetgui/blivetgui.py:841
#: ../blivetgui/blivetgui.py:842
msgid "There are pending operations. Are you sure you want to continue?"
msgstr ""

#: ../blivetgui/blivetgui.py:872
#: ../blivetgui/blivetgui.py:873
msgid "Are you sure you want to quit?"
msgstr ""

#: ../blivetgui/blivetgui.py:873
#: ../blivetgui/blivetgui.py:874
msgid ""
"There are pending operations. Are you sure you want to quit blivet-gui now?"
msgstr ""
Expand Down Expand Up @@ -361,17 +361,17 @@ msgstr ""
msgid "Scanning storage configuration..."
msgstr ""

#: ../blivetgui/dialogs/size_chooser.py:196
#: ../blivetgui/dialogs/size_chooser.py:212
msgid ""
"Currently selected size is greater than maximum limit for this selection."
msgstr ""

#: ../blivetgui/dialogs/size_chooser.py:199
#: ../blivetgui/dialogs/size_chooser.py:215
msgid ""
"Currently selected size is smaller than minimum limit for this selection."
msgstr ""

#: ../blivetgui/dialogs/helpers.py:141 ../blivetgui/dialogs/add_dialog.py:1000
#: ../blivetgui/dialogs/helpers.py:141 ../blivetgui/dialogs/add_dialog.py:1002
#, python-brace-format
msgid "\"{0}\" is not a valid mountpoint."
msgstr ""
Expand All @@ -398,7 +398,7 @@ msgid "unformatted"
msgstr ""

#: ../blivetgui/dialogs/edit_dialog.py:232
#: ../blivetgui/dialogs/add_dialog.py:1027
#: ../blivetgui/dialogs/add_dialog.py:1029
#, python-brace-format
msgid "\"{0}\" is not a valid label."
msgstr ""
Expand Down Expand Up @@ -585,23 +585,23 @@ msgstr ""
msgid "Filesystem:"
msgstr ""

#: ../blivetgui/dialogs/add_dialog.py:820
#: ../blivetgui/dialogs/add_dialog.py:822
msgid "Label:"
msgstr ""

#: ../blivetgui/dialogs/add_dialog.py:828
#: ../blivetgui/dialogs/add_dialog.py:830
msgid "Name:"
msgstr ""

#: ../blivetgui/dialogs/add_dialog.py:839
#: ../blivetgui/dialogs/add_dialog.py:841
msgid "Mountpoint:"
msgstr ""

#: ../blivetgui/dialogs/add_dialog.py:1007
#: ../blivetgui/dialogs/add_dialog.py:1009
msgid "Please select at least two parent devices."
msgstr ""

#: ../blivetgui/dialogs/add_dialog.py:1021
#: ../blivetgui/dialogs/add_dialog.py:1023
#, python-brace-format
msgid "\"{0}\" is not a valid name."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def make_release_tree(self, base_dir, files):
name='blivet-gui',
cmdclass={"sdist": blivet_gui_sdist},
packages=['blivetgui'],
version='2.2.0',
version='2.2.1',
description = 'Tool for data storages configuration',
author='Vojtech Trefny',
author_email='[email protected]',
Expand Down

0 comments on commit adb6bd6

Please sign in to comment.