Hello community, here is the log from the commit of package nvmetcli for openSUSE:Factory checked in at 2017-06-20 09:39:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nvmetcli (Old) and /work/SRC/openSUSE:Factory/.nvmetcli.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvmetcli" Tue Jun 20 09:39:34 2017 rev:4 rq:504047 version:0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/nvmetcli/nvmetcli.changes 2017-05-24 16:51:26.909422436 +0200 +++ /work/SRC/openSUSE:Factory/.nvmetcli.new/nvmetcli.changes 2017-06-20 09:39:36.466730625 +0200 @@ -1,0 +2,6 @@ +Fri Jun 16 09:55:32 UTC 2017 - [email protected] + +- Add possibiliy to configure Namespace UUIDs (bsc#1038235) + + 0001-nvmetcli-add-support-for-NS-UUIDs.patch + +------------------------------------------------------------------- New: ---- 0001-nvmetcli-add-support-for-NS-UUIDs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nvmetcli.spec ++++++ --- /var/tmp/diff_new_pack.ydRyyH/_old 2017-06-20 09:39:36.970659575 +0200 +++ /var/tmp/diff_new_pack.ydRyyH/_new 2017-06-20 09:39:36.974659011 +0200 @@ -24,6 +24,7 @@ Group: System/Management Url: http://git.infradead.org/users/hch/nvmetcli.git Source: nvmetcli-v%{version}.tar.gz +Patch1: 0001-nvmetcli-add-support-for-NS-UUIDs.patch BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-configshell-fb @@ -42,6 +43,7 @@ %prep %setup -q -n nvmetcli-v%{version} +%patch1 -p1 %build python setup.py build ++++++ 0001-nvmetcli-add-support-for-NS-UUIDs.patch ++++++ From: Johannes Thumshirn <[email protected]> Date: Fri, 16 Jun 2017 09:42:27 +0200 Subject: nvmetcli: add support for NS UUIDs Patch-mainline: v0.5 Git-commit: cfdbfc2ada8b8c7f3da9f766ae6a9301893da7c3 Add support for setting the Namespace Universally Unique Identifier in a NVMe over Fabrics namespace. Signed-off-by: Johannes Thumshirn <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> --- nvmetcli | 1 + 1 file changed, 1 insertion(+) diff --git a/nvmetcli b/nvmetcli index 0ada243a6a7f..56dda66c39a7 100755 --- a/nvmetcli +++ b/nvmetcli @@ -198,6 +198,7 @@ class UINamespaceNode(UINode): ui_desc_device = { 'path': ('string', 'Backing device path.'), 'nguid': ('string', 'Namspace Global Unique Identifier.'), + 'uuid': ('string', 'Namespace Universally Unique Identifier.'), } def __init__(self, parent, cfnode): -- 2.12.3
