SHA256
1
0
forked from pool/umockdev

11 Commits

Author SHA256 Message Date
c937d7a4b4 Accepting request 1317985 from hardware
OBS-URL: https://build.opensuse.org/request/show/1317985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umockdev?expand=0&rev=25
2025-11-18 14:27:58 +00:00
99f433a559 Update to version 0.19.4
OBS-URL: https://build.opensuse.org/package/show/hardware/umockdev?expand=0&rev=45
2025-11-15 11:30:09 +00:00
e92815dc35 Accepting request 1298609 from hardware
OBS-URL: https://build.opensuse.org/request/show/1298609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umockdev?expand=0&rev=24
2025-08-11 11:53:18 +00:00
4238586175 * Update to version 0.19.3.
* Use %ldconfig_scriptlets macro for post(un) ldconfig scripts.

OBS-URL: https://build.opensuse.org/package/show/hardware/umockdev?expand=0&rev=43
2025-08-09 16:04:52 +00:00
5576643d0c Accepting request 1274130 from hardware
OBS-URL: https://build.opensuse.org/request/show/1274130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umockdev?expand=0&rev=23
2025-05-06 14:38:18 +00:00
f362244d80 * Update to version 0.19.1.
* Drop 0001-t_system_single-handle-missing-selinux-context.patch: incorporated upstream.

OBS-URL: https://build.opensuse.org/package/show/hardware/umockdev?expand=0&rev=41
2025-05-03 13:10:17 +00:00
77898bf1c5 Accepting request 1223400 from hardware
- Add 0001-t_system_single-handle-missing-selinux-context.patch:
  * tests: umockdev-record: t_system_single: handle missing
    SELinux context on /dev/null (Cherry-picked from commit
    f5c3a2e4ecbb2ab733b19b0bf84c8334cedd8ba2)
  * Fixes testsuite failure in SLFO.
- Move to the %autosetup macro

OBS-URL: https://build.opensuse.org/request/show/1223400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umockdev?expand=0&rev=22
2024-11-12 18:19:53 +00:00
80c6fd1ed8 OBS-URL: https://build.opensuse.org/package/show/hardware/umockdev?expand=0&rev=39 2024-11-11 16:18:35 +00:00
3a330b525f - Add 0001-t_system_single-handle-missing-selinux-context.patch:
* tests: umockdev-record: t_system_single: handle missing
    SELinux context on /dev/null (Cherry-picked from commit
    f5c3a2e4ecbb2ab733b19b0bf84c8334cedd8ba2)
  * Fixes testsuite failure in SLFO.
- Move to the %autosetup macro

OBS-URL: https://build.opensuse.org/package/show/hardware/umockdev?expand=0&rev=38
2024-11-11 16:18:01 +00:00
7e36860d4d Accepting request 1207590 from hardware
OBS-URL: https://build.opensuse.org/request/show/1207590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umockdev?expand=0&rev=21
2024-10-14 11:06:22 +00:00
8d51a13190 Update to version 0.18.4
OBS-URL: https://build.opensuse.org/package/show/hardware/umockdev?expand=0&rev=36
2024-10-13 15:47:47 +00:00
4 changed files with 68 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aba95c323037c842f1617931260231b8557d119aa2891cbca8b811fcc559294a
size 493724

3
umockdev-0.19.4.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2014eb0835be508ddf0cdbdd682e33b3daefa6aab5b24c5b326f46f9db8706d
size 498200

View File

@@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sun Nov 9 08:57:10 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.19.4:
* preload: Hide sticky bit from emulated block dev stat.
* preload: Wrap listxattr().
* uevent-sender: Retry udev_device_new_from_syspath() on
failure.
* uevent_sender: Retry sendmsg() on EAGAIN.
* tests: Adjust for evtest 1.36.
-------------------------------------------------------------------
Mon Aug 4 14:37:54 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.19.3:
* preload: Wrap __fstat64_time64().
- Changes from version 0.19.2:
* preload: Trap dirfd access to /dev, fstat(), and open_tree().
- Use %ldconfig_scriptlets macro for post(un) ldconfig scripts.
-------------------------------------------------------------------
Wed Apr 30 12:13:42 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.19.1:
* preload: Restore errno in ioctl_emulate_open().
* preload: Only emulate ioctls on emulated devices.
* Fix ioctl_tree_execute() ret type and initialization.
* tests: Disable spidev on big-endian 32-bit platforms.
- Changes from version 0.19.0:
* API: Add UMockdev.Testbed.wait_script() to sync to
scripts/evemu replays.
* API: UMockdev.Testbed.load_script_from_string().
* API: UMockdev.Testbed.load_evemu_events_from_string().
* Make uevent synthesis thread-safe.
* Handle "connection refused" when sending a uevent.
- Drop 0001-t_system_single-handle-missing-selinux-context.patch:
incorporated upstream.
-------------------------------------------------------------------
Thu Oct 31 14:19:29 UTC 2024 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
- Add 0001-t_system_single-handle-missing-selinux-context.patch:
* tests: umockdev-record: t_system_single: handle missing
SELinux context on /dev/null (Cherry-picked from commit
f5c3a2e4ecbb2ab733b19b0bf84c8334cedd8ba2)
* Fixes testsuite failure in SLFO.
- Move to the %autosetup macro
-------------------------------------------------------------------
Mon Oct 7 21:38:00 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.18.4:
* Add ioctls for Chromium OS EC devices.
* Generate "remove" uevent in umockdev_testbed_remove_device().
* Recursively remove children with uevents.
* preload: Fix sigmask block and restore race.
-------------------------------------------------------------------
Wed Jul 17 06:30:18 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package umockdev
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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.18.3
Version: 0.19.4
Release: 0
Summary: Mock hardware devices for creating unit tests and bug reporting
License: LGPL-2.1-or-later
@@ -90,7 +90,7 @@ This package provides the GObject Introspection bindings for the library
umockdev.
%prep
%setup -q
%autosetup -p1
%build
%meson
@@ -102,15 +102,15 @@ umockdev.
%check
%meson_test
%post -n %{shlib} -p /sbin/ldconfig
%postun -n %{shlib} -p /sbin/ldconfig
%post -n %{shlibpre} -p /sbin/ldconfig
%postun -n %{shlibpre} -p /sbin/ldconfig
%ldconfig_scriptlets -n %{shlib}
%ldconfig_scriptlets -n %{shlibpre}
%files
%license COPYING
%doc NEWS README.md
%{_bindir}/*
%{_bindir}/umockdev-record
%{_bindir}/umockdev-run
%{_bindir}/umockdev-wrapper
%files -n %{shlib}
%license COPYING