diff --git a/python-blivet.spec b/python-blivet.spec index e9ba19b577a37537c92fe3b6b094de6f5b7f39e5..d80e3da161a358d7b6fd4db795ea8a385644e11f 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -3,7 +3,7 @@ Name: python-blivet Version: 3.4.2 -Release: 3 +Release: 4 Epoch: 1 Summary: A python module for system storage configuration License: LGPLv2+ @@ -24,7 +24,7 @@ Patch9001: 0001-Make-sure-we-mount-the-top-level-subvolume-when-moun.patch %ifarch sw_64 Patch9002: blivet-3.4.2-sw.patch %endif - +patch10000: xfusion-Incomplete-Chineseization-of-disk-mount-3.4.2.patch %description @@ -126,6 +126,12 @@ make PYTHON=%{__python2} DESTDIR=%{buildroot} install %doc README.md %changelog +* Thu Dec 08 2022 wanglimin - 1:3.4.2-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: Incomplete Chineseization of disk mount + * Tue Oct 18 2022 wuzx - 3.4.2-3 - add sw64 patch diff --git a/xfusion-Incomplete-Chineseization-of-disk-mount-3.4.2.patch b/xfusion-Incomplete-Chineseization-of-disk-mount-3.4.2.patch new file mode 100644 index 0000000000000000000000000000000000000000..6da345d44b8b95de9e39cfef09369999cb24a18d --- /dev/null +++ b/xfusion-Incomplete-Chineseization-of-disk-mount-3.4.2.patch @@ -0,0 +1,30 @@ +diff --git a/po/blivet.pot b/po/blivet.pot +index 40ef843..d21de18 100644 +--- a/po/blivet.pot ++++ b/po/blivet.pot +@@ -126,6 +126,10 @@ msgstr "" + msgid "FCoE not available" + msgstr "" + ++#: ../blivet/devicefactory.py:717 ../blivet/devicefactory.py:1325 ++msgid "not enough free space for new device" ++msgstr "" ++ + #: ../blivet/iscsi.py:217 + msgid "Unable to change iSCSI initiator name once set" + msgstr "" +diff --git a/po/zh_CN.po b/po/zh_CN.po +index aad3d0f..8941ff6 100644 +--- a/po/zh_CN.po ++++ b/po/zh_CN.po +@@ -150,6 +150,10 @@ msgstr "" + msgid "FCoE not available" + msgstr "FCoE 不可用" + ++#: ../blivet/devicefactory.py:717 ../blivet/devicefactory.py:1325 ++msgid "not enough free space for new device" ++msgstr "新设备没有足够的剩余空间" ++ + #: ../blivet/iscsi.py:217 + msgid "Unable to change iSCSI initiator name once set" + msgstr "设定后就无法更改 iSCSI 启动程序名称"