From 60557d592d69b6133f78bb74331788d0a0433944dfe3feebb84068cccec19548 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sun, 17 Mar 2024 14:13:36 +0000 Subject: [PATCH] Accepting request 1158712 from home:dirkmueller:Factory - update to 0.18.0: * Record and restore SELinux context for mocked /dev nodes * preload: wrap fstatfs() and statfs() on musl * Fix build with meson 1.4 OBS-URL: https://build.opensuse.org/request/show/1158712 OBS-URL: https://build.opensuse.org/package/show/hardware/umockdev?expand=0&rev=30 --- umockdev-0.17.18.tar.xz | 3 --- umockdev-0.18.0.tar.xz | 3 +++ umockdev.changes | 8 ++++++++ umockdev.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 umockdev-0.17.18.tar.xz create mode 100644 umockdev-0.18.0.tar.xz diff --git a/umockdev-0.17.18.tar.xz b/umockdev-0.17.18.tar.xz deleted file mode 100644 index 2a5eb9e..0000000 --- a/umockdev-0.17.18.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:466ad3e0c715e56f50ea6a965165823d073a84137acb8a1e39b66573648a985f -size 491668 diff --git a/umockdev-0.18.0.tar.xz b/umockdev-0.18.0.tar.xz new file mode 100644 index 0000000..37e46c9 --- /dev/null +++ b/umockdev-0.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8991e68a2bcf42ea60988dfa8bcef00550d9a8e88bef66f9f69b1a7b1f8e278 +size 492896 diff --git a/umockdev.changes b/umockdev.changes index 96586a6..58ca667 100644 --- a/umockdev.changes +++ b/umockdev.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 17 09:46:28 UTC 2024 - Dirk Müller + +- update to 0.18.0: + * Record and restore SELinux context for mocked /dev nodes + * preload: wrap fstatfs() and statfs() on musl + * Fix build with meson 1.4 + ------------------------------------------------------------------- Thu Sep 7 20:55:27 UTC 2023 - Atri Bhattacharya diff --git a/umockdev.spec b/umockdev.spec index 39ba348..1ab8168 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,7 +1,7 @@ # # spec file for package umockdev # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define shlib libumockdev0 %define shlibpre libumockdev-preload0 Name: umockdev -Version: 0.17.18 +Version: 0.18.0 Release: 0 Summary: Mock hardware devices for creating unit tests and bug reporting License: LGPL-2.1-or-later