From f72869a10565f4fe9040bc7314f88d27db2c8a39ee132092f39a0226b3448eda Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 3 Aug 2022 07:14:41 +0000 Subject: [PATCH] Accepting request 992385 from home:dirkmueller:Factory - Update to version 1.1: * Regenerate all documentation * json: fixup dhchap_ctrl_key definitions * fabrics: Fix build_options() return values * fabrics: sanitize dump-config output * Fix poll.h includes * build: Drop -nostdinc for LibreSSL header checks * ioctl: Honor rae in nvme_get_nsid_log * build: Add support to build against LibreSSL * rpmbuild: Enable 'make rpm' to build rpm pkgs #408 * mi: unify MI Get Log Page function with ioctl API * python: add missing ctrl attrs to Python bindings * mi-mctp: Add timeout support to MCTP transport * mi: Add maximum More Processing Required limit API * mi: Add endpoint get/set timeout API OBS-URL: https://build.opensuse.org/request/show/992385 OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=24 --- _service | 5 ++--- _servicedata | 2 +- libnvme-1.1.obscpio | 3 +++ libnvme-1.1~rc0.obscpio | 3 --- libnvme.changes | 19 +++++++++++++++++++ libnvme.obsinfo | 6 +++--- libnvme.spec | 2 +- 7 files changed, 29 insertions(+), 11 deletions(-) create mode 100644 libnvme-1.1.obscpio delete mode 100644 libnvme-1.1~rc0.obscpio diff --git a/_service b/_service index 3edb2e2..37f235d 100644 --- a/_service +++ b/_service @@ -4,9 +4,8 @@ https://github.com/linux-nvme/libnvme.git libnvme @PARENT_TAG@ - v1.1-rc0 - v(\d+.\d+)-rc(\d+) - \1~rc\2 + v1.1 + v(.*) enable diff --git a/_servicedata b/_servicedata index c6dec3e..71a4b9a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/linux-nvme/libnvme.git - 6c5aedd78690b042250f3dc82b48b7302ea91dbd + 47e3562a7d9b4bb871f374058c52c654fb4735e9 \ No newline at end of file diff --git a/libnvme-1.1.obscpio b/libnvme-1.1.obscpio new file mode 100644 index 0000000..3d9b0e5 --- /dev/null +++ b/libnvme-1.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349434ea837591a15ce00141b3a6e2fda5d141a9b8554c0db6c1ec2aefcbd40f +size 2183180 diff --git a/libnvme-1.1~rc0.obscpio b/libnvme-1.1~rc0.obscpio deleted file mode 100644 index f4fac11..0000000 --- a/libnvme-1.1~rc0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:762ad14129e29443f0a51ee81cca53557487a33d8703f2094494a8324a8e8509 -size 2174476 diff --git a/libnvme.changes b/libnvme.changes index d4ab929..6700728 100644 --- a/libnvme.changes +++ b/libnvme.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Aug 2 18:55:31 UTC 2022 - Dirk Müller + +- Update to version 1.1: + * Regenerate all documentation + * json: fixup dhchap_ctrl_key definitions + * fabrics: Fix build_options() return values + * fabrics: sanitize dump-config output + * Fix poll.h includes + * build: Drop -nostdinc for LibreSSL header checks + * ioctl: Honor rae in nvme_get_nsid_log + * build: Add support to build against LibreSSL + * rpmbuild: Enable 'make rpm' to build rpm pkgs #408 + * mi: unify MI Get Log Page function with ioctl API + * python: add missing ctrl attrs to Python bindings + * mi-mctp: Add timeout support to MCTP transport + * mi: Add maximum More Processing Required limit API + * mi: Add endpoint get/set timeout API + ------------------------------------------------------------------- Thu Jul 14 14:00:41 UTC 2022 - daniel.wagner@suse.com diff --git a/libnvme.obsinfo b/libnvme.obsinfo index fafce20..f3f18e5 100644 --- a/libnvme.obsinfo +++ b/libnvme.obsinfo @@ -1,4 +1,4 @@ name: libnvme -version: 1.1~rc0 -mtime: 1657802871 -commit: 6c5aedd78690b042250f3dc82b48b7302ea91dbd +version: 1.1 +mtime: 1659357926 +commit: 47e3562a7d9b4bb871f374058c52c654fb4735e9 diff --git a/libnvme.spec b/libnvme.spec index b6e81d5..9ac98d2 100644 --- a/libnvme.spec +++ b/libnvme.spec @@ -19,7 +19,7 @@ %define sover 1 Name: libnvme -Version: 1.1~rc0 +Version: 1.1 Release: 0 Summary: Linux-native nvme device management library License: LGPL-2.1-or-later