Accepting request 421065 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/421065 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvme-cli?expand=0&rev=7
This commit is contained in:
commit
be81d62a1e
@ -1,30 +0,0 @@
|
||||
From 4bd132a2581ab3146b14b736a52359d2e72cca3f Mon Sep 17 00:00:00 2001
|
||||
From: Johannes Thumshirn <jthumshirn@suse.de>
|
||||
Date: Wed, 1 Jun 2016 12:12:59 +0200
|
||||
Subject: [PATCH] bash completion: Remove shebang line
|
||||
|
||||
Remove shebang line from bash completion file as rpmlint on openSUSE/SLE
|
||||
complains about a script ment to be sourced not executed containing a shebang
|
||||
line.
|
||||
|
||||
[ 38s] nvme-cli.x86_64: W: sourced-script-with-shebang /etc/bash_completion.d/nvme /usr/bin/env
|
||||
[ 38s] This text file contains a shebang, but is meant to be sourced, not executed.
|
||||
|
||||
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
|
||||
---
|
||||
completions/bash-nvme-completion.sh | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/completions/bash-nvme-completion.sh b/completions/bash-nvme-completion.sh
|
||||
index 1a8613e..6770f34 100644
|
||||
--- a/completions/bash-nvme-completion.sh
|
||||
+++ b/completions/bash-nvme-completion.sh
|
||||
@@ -1,5 +1,3 @@
|
||||
-#!/usr/bin/env bash
|
||||
-
|
||||
# bash tab completion for the nvme command line utility
|
||||
# (unfortunately, bash won't let me add descriptions to cmds)
|
||||
# Kelly Kaoudis kelly.n.kaoudis at intel.com, Aug. 2015
|
||||
--
|
||||
2.8.2
|
||||
|
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
|
||||
<param name="subdir"></param>
|
||||
<param name="filename"></param>
|
||||
<param name="version">v0.7</param>
|
||||
<param name="revision">v0.7</param>
|
||||
<param name="version">v0.8</param>
|
||||
<param name="revision">v0.8</param>
|
||||
</service>
|
||||
<!--
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 9 12:19:35 UTC 2016 - jthumshirn@suse.com
|
||||
|
||||
- Update to upstream release v0.8
|
||||
- Remove merged patch 0001-bash-completion-Remove-shebang-line.patch
|
||||
* Code re-organized to support new extensions. While these are called
|
||||
"plugins", they currently have to be built into the executable. Support
|
||||
for dynamically loadable plugins is under consideration.
|
||||
* LightNVM is added as a built-in plugin.
|
||||
* Intel vendor specific commands and structure decodings are supported
|
||||
in a new intel plugin.
|
||||
* Support for NVMe-over-Fabrics
|
||||
* New output format "json" for a subset of commands that decode returned
|
||||
structures.
|
||||
* Lots of various documentation and minor code fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 1 10:21:39 UTC 2016 - jthumshirn@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nvme-cli
|
||||
Version: 0.7
|
||||
Version: 0.8
|
||||
Release: 0
|
||||
Summary: Core nvme tools
|
||||
License: GPL-2.0
|
||||
@ -27,7 +27,6 @@ Source: https://github.com/linux-nvme/%{name}/archive/v%{version}.tar.gz
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExcludeArch: s390x
|
||||
Patch0: 0001-bash-completion-Remove-shebang-line.patch
|
||||
|
||||
%description
|
||||
NVMe is a fast, scalable, direct attached storage interface. The nvme
|
||||
@ -35,7 +34,6 @@ cli rpm installs core management tools with minimal dependencies.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
echo %{version} > version
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43c690e8cee1aa0a8f09124209125124984d5e29740ca34a36f68ac24eb9e251
|
||||
size 127043
|
3
v0.8.tar.gz
Normal file
3
v0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70f515de401a16f0e67f64854d65f6ddcc1628325ae93caa31db6913252e3786
|
||||
size 162167
|
Loading…
Reference in New Issue
Block a user