update mdevctl to latest release
OBS-URL: https://build.opensuse.org/package/show/Virtualization/mdevctl?expand=0&rev=6
This commit is contained in:
parent
f6adc4d74f
commit
165afe63be
3
_service
3
_service
@ -1,11 +1,12 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="filename">mdevctl</param>
|
<param name="filename">mdevctl</param>
|
||||||
<param name="revision">d7dfac5f5bfb4828d3d56e7e6ebe9d6956ae79dc</param>
|
<param name="revision">e029640033d399a73b3e04e1e91f59479cdbadd9</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="submodules">disable</param>
|
<param name="submodules">disable</param>
|
||||||
<param name="url">https://github.com/mdevctl/mdevctl</param>
|
<param name="url">https://github.com/mdevctl/mdevctl</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5b9d3195a660c38845d9701bbf1318fcff88eed370c257b5795a0618122cebf
|
|
||||||
size 18936
|
|
3
mdevctl-0.78.tar.xz
Normal file
3
mdevctl-0.78.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:59cc7390ed1d7a9060ba54ed9ebc699390b5819af52202d3b086e4e40a7aaddc
|
||||||
|
size 19112
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 08 23:31:30 UTC 2020 - jfehlig@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.78:
|
||||||
|
* Automatic version commit for tag 0.78
|
||||||
|
* use standard bash path
|
||||||
|
* avoid other tags spilling into the .spec changelog
|
||||||
|
* mdevctl: fix cleanup on error when creating and removing mdev
|
||||||
|
* version support
|
||||||
|
* Fix attributes getting applied via start-parent-mdevs
|
||||||
|
* mdevctl: fix cleanup on error when writing to attribute
|
||||||
|
* Remove never used 'available' option
|
||||||
|
* Fix attribute validation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 1 20:06:28 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
Wed Jul 1 20:06:28 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mdevctl
|
Name: mdevctl
|
||||||
Version: 0.61
|
Version: 0.78
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mediated device management and persistence utility
|
Summary: Mediated device management and persistence utility
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user