Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

umockdev-0.18.0-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: umockdev Distribution: openSUSE Tumbleweed
Version: 0.18.0 Vendor: openSUSE
Release: 1.2 Build date: Sun Mar 17 10:46:28 2024
Group: Unspecified Build host: reproducible
Size: 200714 Source RPM: umockdev-0.18.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/martinpitt/umockdev/
Summary: Mock hardware devices for creating unit tests and bug reporting
umockdev mocks Linux devices for creating integration tests for hardware
related libraries and programs. It also provides tools to record the properties
and behaviour of particular devices, and to run a program or test suite under a
test bed with the previously recorded devices loaded.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Sun Mar 17 2024 Dirk Müller <dmueller@suse.com>
  - 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 07 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.17.18:
    * Fix some potential crashes spotted by Coverity.
* Fri Apr 21 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.17.17:
    * Fix uevent race condition in
      umockdev_testbed_add_from_string().
* Tue Feb 14 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.17.16:
    * preload: Wrap __getcwd_chk().
    * uevent_sender: Fix fd leak in sendmsg_one.
    * Fix gcc -fanalyzer complaints.
* Sun Nov 27 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.17.15:
    * Fixes for tests.
  - Changes from version 0.17.14:
    * ioctl: Make data object usable from Python.
    * preload: Wrap statfs().
    * Move to gnu11 C standard.
    * Lots of small potential bug fixes spotted by Coverity.
* Fri Jun 24 2022 Fabian Vogt <fvogt@suse.com>
  - 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 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.17.12:
    * Work around packit propose_downstream bug.
* Mon Apr 11 2022 Martin Liška <mliska@suse.cz>
  - Update to version 0.17.9:
    * preload: Wrap fortified version of readlinkat (thanks Martin
      Liska)
* Sat Mar 26 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.17.8:
    * Fix some potential crashes spotted by Coverity.
  - Change from version 0.17.7:
    * Fix uevent race condition in
      umockdev_testbed_add_from_string().
* Tue Feb 08 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.17.6:
    * Increase uevent buffer size (gh#martinpitt/umockdev#167).
    * Skip /umockdev-testbed-vala/detects_running_outside_testbed
      during normal builds for the time being, as it is brittle on
      several architectures (gh#martinpitt/umockdev#169).
* Sat Jan 29 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - BuildRequire pkgconfig(udev) instead of udev: this allows OBS to
    properly shotcut through the -mini flavors.
* Wed Jan 19 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.17.5:
    * Relax overzealous stat nlink unit test.
  - Changes from versions 0.17.2 through to 0.17.4:
    * Include udev properties in emulated netlink messages, to work
      with recent libudev (gh#martinpitt/umockdev#165).
    * tests: Work around broken HIDIOCGRDESCSIZE ioctl on big-endian
      architectures.
    * preload: Wrap statx() and fstatat(), to fix ls and other tools
      on recent glibc versions (gh#martinpitt/umockdev#160).
  - Enable tests in a %check section; add BuildRequires: udev,
    required for tests.
* Fri Dec 24 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.17.1:
    * Fix /sys/dev/* symlinks; regression from 0.15.3
      (gh#martinpitt/umockdev#155).
  - Changes from version 0.17.0:
    * Add ioctls necessary to record/replay hidraw devices.
    * meson: Respect includedir option.
    * tests: Fix for Fedora koji emulated architectures s390x and
      arm.
* Fri Sep 24 2021 Bjørn Lie <bjorn.lie@gmail.com>
  - Add umocdev Requires to devel sub-package, packages using
    umockdev-devel during build expects the binaries to be available.
* Wed Sep 15 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.16.3:
    * Several pcap replay fixes.
    * Immediately create "bus" and "class" directories in /sys to
      fix udev enumerator (gh#martinpitt/umockdev#144).
    * preload: Avoid some unaligned access to fix failure on sparc
      (gh#martinpitt/umockdev#147).
    * Fix build on Alpine.
    * Don't build with -Werror by default; use meson setup --werror
      to re-enable.
* Mon Sep 13 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Disable to avoid build cycle with gudev (it is recommended but
    not required for umockdev itself).
* Thu Aug 26 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.16.2:
    * Implement pcap control transfer replaying.
    * Fix Coverity errors.
    * Fix most valac build warnings.
  - Changes from version 0.16.1:
    * Fix wrong ioctl constants on ppc64el.
    * Fix test-umockdev-record failure in some build environments.
  - Changes from version 0.16.0:
    * Move ioctl emulation from preload library to main test
      process.
    * Add test API for custom ioctl and device read/write handlers
      (gh#martinpitt/umockdev#96, gh#martinpitt/umockdev#128).
    * Support USB replay from usbmon pcap captures
      (gh#martinpitt/umockdev#82, gh#martinpitt/umockdev#117).
    * Support SPI ioctl/read/write record and replay
      (gh#martinpitt/umockdev#121).
  - New upstream BuildRequires: pkgconfig(libpcap).
* Sat May 08 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 0.15.5:
    * Fix build with vala 0.52.
    * Fix build on 32 bit Alpine.
* Tue Jan 05 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Initial package.

Files

/usr/bin/umockdev-record
/usr/bin/umockdev-run
/usr/bin/umockdev-wrapper
/usr/share/doc/packages/umockdev
/usr/share/doc/packages/umockdev/NEWS
/usr/share/doc/packages/umockdev/README.md
/usr/share/licenses/umockdev
/usr/share/licenses/umockdev/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 16 23:37:57 2024