Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Packit
ae0b3f701c Update to 0.19.6 upstream release
Upstream tag: 0.19.6
Upstream commit: 15ddf350

Commit authored by Packit automation (https://packit.dev/)
2026-03-22 04:05:41 +00:00
Packit
f75fbaae5a Update to 0.19.5 upstream release
Upstream tag: 0.19.5
Upstream commit: 66629bc1

Commit authored by Packit automation (https://packit.dev/)
2026-02-21 02:31:37 +00:00
Packit
d18bd5deeb Update to 0.19.4 upstream release
Upstream tag: 0.19.4
Upstream commit: 6bd71340

Commit authored by Packit automation (https://packit.dev/)
2025-10-12 08:00:44 +00:00
Packit
c3c946a52e Update to 0.19.3 upstream release
Upstream tag: 0.19.3
Upstream commit: 5f641ca3

Commit authored by Packit automation (https://packit.dev/)
2025-08-01 12:49:28 +00:00
Packit
af5c8786b9 Update to 0.19.2 upstream release
Upstream tag: 0.19.2
Upstream commit: b8156d77

Commit authored by Packit automation (https://packit.dev/)
2025-07-30 15:32:48 +00:00
5 changed files with 35 additions and 7 deletions

5
.gitignore vendored
View file

@ -46,3 +46,8 @@
/umockdev-0.18.4.tar.xz
/umockdev-0.19.0.tar.xz
/umockdev-0.19.1.tar.xz
/umockdev-0.19.2.tar.xz
/umockdev-0.19.3.tar.xz
/umockdev-0.19.4.tar.xz
/umockdev-0.19.5.tar.xz
/umockdev-0.19.6.tar.xz

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.106.0.
The file was generated using packit 1.15.1.post1.dev4+g9380a86a0.

View file

@ -38,7 +38,8 @@ jobs:
- fedora-development-aarch64
- fedora-development-ppc64le
- fedora-development-s390x
- fedora-development-armhfp
# needed for tests
- fedora-latest
- job: copr_build
trigger: pull_request
@ -58,8 +59,7 @@ jobs:
packages: [umockdev-centos]
targets:
- centos-stream-9-x86_64
# blocked: https://issues.redhat.com/browse/TFT-2612
# - centos-stream-10-x86_64
- centos-stream-10-x86_64
- job: propose_downstream
trigger: release

View file

@ -1 +1 @@
SHA512 (umockdev-0.19.1.tar.xz) = 3e7c892d0999b6a61f802445851d83bff7c5a2ddc9d0b673bebe2a130b3782d7788082f21bf3c4064e3bbf867c43cde9a583bdd54e2eea467ee430c8b5d4db1c
SHA512 (umockdev-0.19.6.tar.xz) = 3102f1b7e8fa866c8f9bf749296b4c1ea2cf83674ff546c319a64f36ff9ebd3e4f0bd62d09df6bd04ed96cfd8c414388be6e278426cd82b36840448488b315ff

View file

@ -1,6 +1,6 @@
Name: umockdev
Version: 0.19.1
Release: 2%{?dist}
Version: 0.19.6
Release: 1%{?dist}
Summary: Mock hardware devices
License: LGPL-2.1-or-later
@ -75,6 +75,29 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
%{_datadir}/vala/vapi/umockdev-1.0.vapi
%changelog
* Sun Mar 22 2026 Packit <hello@packit.dev> - 0.19.6-1
- preload: Reinitialize mutexes after forking. (Thanks Daniel van Vugt) (LP: #2144723)
* Sat Feb 21 2026 Packit <hello@packit.dev> - 0.19.5-1
- ioctl: Forward standard termios calls to real pty (fixes tests with Rust coreutils)
- ioctl: Implement POSIX-compliant errno handling
* Sun Oct 12 2025 Packit <hello@packit.dev> - 0.19.4-1
- 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
* Fri Aug 01 2025 Packit <hello@packit.dev> - 0.19.3-1
- preload: Wrap __fstat64_time64()
* Wed Jul 30 2025 Packit <hello@packit.dev> - 0.19.2-1
- preload: Trap dirfd access to /dev, fstat(), and open_tree()
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild