From d5ab3dcce12de16314d9c132886f27a5128626f75288900e743b1697af257b57 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 24 Jun 2022 14:19:02 +0000 Subject: [PATCH] Accepting request 984854 from home:favogt:branches:hardware - Update to version 0.17.13: * preload: Wrap fstatfs(), to work with systemd 251 also with Python tests * Fix tests in Gentoo sandbox build OBS-URL: https://build.opensuse.org/request/show/984854 OBS-URL: https://build.opensuse.org/package/show/hardware/umockdev?expand=0&rev=20 --- umockdev-0.17.12.tar.xz | 3 --- umockdev-0.17.13.tar.xz | 3 +++ umockdev.changes | 7 +++++++ umockdev.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 umockdev-0.17.12.tar.xz create mode 100644 umockdev-0.17.13.tar.xz diff --git a/umockdev-0.17.12.tar.xz b/umockdev-0.17.12.tar.xz deleted file mode 100644 index 60c3f41..0000000 --- a/umockdev-0.17.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f36355fe91c9e8933beb1ebc22ee14b6767a3ecc4cf32a6d4a8350f4838f010 -size 489400 diff --git a/umockdev-0.17.13.tar.xz b/umockdev-0.17.13.tar.xz new file mode 100644 index 0000000..bf29043 --- /dev/null +++ b/umockdev-0.17.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6ebf6e6209b6a49746e0d91a448d027b54271bab82ed70a132ecf294ca13cf +size 489728 diff --git a/umockdev.changes b/umockdev.changes index 2c2bf36..ba680e5 100644 --- a/umockdev.changes +++ b/umockdev.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 24 09:31:11 UTC 2022 - Fabian Vogt + +- Update to version 0.17.13: + * preload: Wrap fstatfs(), to work with systemd 251 also with Python tests + * Fix tests in Gentoo sandbox build + ------------------------------------------------------------------- Sun May 29 14:30:55 UTC 2022 - Atri Bhattacharya diff --git a/umockdev.spec b/umockdev.spec index 2ffbd17..e3bcb24 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -19,7 +19,7 @@ %define shlib libumockdev0 %define shlibpre libumockdev-preload0 Name: umockdev -Version: 0.17.12 +Version: 0.17.13 Release: 0 Summary: Mock hardware devices for creating unit tests and bug reporting License: LGPL-2.1-or-later