Accepting request 992454 from Base:System
OBS-URL: https://build.opensuse.org/request/show/992454 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=12
This commit is contained in:
parent
a0ab7e0441
commit
9b12f652bb
5
_service
5
_service
@ -4,9 +4,8 @@
|
||||
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
|
||||
<param name="filename">libnvme</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v1.1-rc0</param>
|
||||
<param name="versionrewrite-pattern">v(\d+.\d+)-rc(\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1~rc\2</param>
|
||||
<param name="revision">v1.1</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
|
||||
<param name="changesrevision">6c5aedd78690b042250f3dc82b48b7302ea91dbd</param>
|
||||
<param name="changesrevision">47e3562a7d9b4bb871f374058c52c654fb4735e9</param>
|
||||
</service>
|
||||
</servicedata>
|
3
libnvme-1.1.obscpio
Normal file
3
libnvme-1.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:349434ea837591a15ce00141b3a6e2fda5d141a9b8554c0db6c1ec2aefcbd40f
|
||||
size 2183180
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:762ad14129e29443f0a51ee81cca53557487a33d8703f2094494a8324a8e8509
|
||||
size 2174476
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 18:55:31 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libnvme
|
||||
version: 1.1~rc0
|
||||
mtime: 1657802871
|
||||
commit: 6c5aedd78690b042250f3dc82b48b7302ea91dbd
|
||||
version: 1.1
|
||||
mtime: 1659357926
|
||||
commit: 47e3562a7d9b4bb871f374058c52c654fb4735e9
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user