From 165afe63be304566ab12597761112285f6a3970afcfddf2d9ee3399a4b873a86 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 8 Dec 2020 23:33:33 +0000 Subject: [PATCH 1/2] update mdevctl to latest release OBS-URL: https://build.opensuse.org/package/show/Virtualization/mdevctl?expand=0&rev=6 --- _service | 3 ++- mdevctl-0.61.tar.xz | 3 --- mdevctl-0.78.tar.xz | 3 +++ mdevctl.changes | 14 ++++++++++++++ mdevctl.spec | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 mdevctl-0.61.tar.xz create mode 100644 mdevctl-0.78.tar.xz diff --git a/_service b/_service index b0e4977..8c96bde 100644 --- a/_service +++ b/_service @@ -1,11 +1,12 @@ mdevctl - d7dfac5f5bfb4828d3d56e7e6ebe9d6956ae79dc + e029640033d399a73b3e04e1e91f59479cdbadd9 git disable https://github.com/mdevctl/mdevctl @PARENT_TAG@ + enable *.tar diff --git a/mdevctl-0.61.tar.xz b/mdevctl-0.61.tar.xz deleted file mode 100644 index a1de872..0000000 --- a/mdevctl-0.61.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5b9d3195a660c38845d9701bbf1318fcff88eed370c257b5795a0618122cebf -size 18936 diff --git a/mdevctl-0.78.tar.xz b/mdevctl-0.78.tar.xz new file mode 100644 index 0000000..acdc688 --- /dev/null +++ b/mdevctl-0.78.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cc7390ed1d7a9060ba54ed9ebc699390b5819af52202d3b086e4e40a7aaddc +size 19112 diff --git a/mdevctl.changes b/mdevctl.changes index 67213a6..dcfb683 100644 --- a/mdevctl.changes +++ b/mdevctl.changes @@ -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 diff --git a/mdevctl.spec b/mdevctl.spec index b9ce73c..5fc10de 100644 --- a/mdevctl.spec +++ b/mdevctl.spec @@ -17,7 +17,7 @@ Name: mdevctl -Version: 0.61 +Version: 0.78 Release: 0 Summary: Mediated device management and persistence utility License: LGPL-2.1-or-later From f0a09fa992bc3de25d9ebbf70cc4d8af13ce42c3be9448e87f0ebe0b61cf80e2 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 8 Dec 2020 23:59:56 +0000 Subject: [PATCH 2/2] add jira and bugzilla numbers to changelog OBS-URL: https://build.opensuse.org/package/show/Virtualization/mdevctl?expand=0&rev=7 --- mdevctl.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/mdevctl.changes b/mdevctl.changes index dcfb683..bf746f1 100644 --- a/mdevctl.changes +++ b/mdevctl.changes @@ -11,6 +11,7 @@ Tue Dec 08 23:31:30 UTC 2020 - jfehlig@suse.com * mdevctl: fix cleanup on error when writing to attribute * Remove never used 'available' option * Fix attribute validation + jsc#SLE-15861, bsc#1179770 ------------------------------------------------------------------- Wed Jul 1 20:06:28 UTC 2020 - James Fehlig