Compare commits

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

19 commits

Author SHA1 Message Date
Fedora Release Engineering
4b6022d8c8 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:09:34 +00:00
Packit
58b3743381 Update to 0.19.8 upstream release
Upstream tag: 0.19.8
Upstream commit: b0e239fc

Commit authored by Packit automation (https://packit.dev/)
2026-07-06 07:13:10 +00:00
Packit
151449caf2 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:25 +00:00
Packit
d1e4af9a9f 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:23 +00:00
Fedora Release Engineering
e67b65699a Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 19:34:56 +00:00
Packit
0f72eec0ae 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:01:05 +00:00
Packit
60c195d5df 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:50:01 +00:00
Packit
dc3d31146f 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:33:16 +00:00
Fedora Release Engineering
598fa587f2 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 19:45:30 +00:00
Fedora Release Engineering
86244a0317 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 13:42:51 +00:00
Packit
caabb92702 Update to 0.19.1 upstream release
Upstream tag: 0.19.1
Upstream commit: baa934f9

Commit authored by Packit automation (https://packit.dev/)
2025-01-02 13:52:40 +00:00
Packit
62694bdc3d Update to 0.19.0 upstream release
Upstream tag: 0.19.0
Upstream commit: ba63ef83

Commit authored by Packit automation (https://packit.dev/)
2024-12-27 20:27:00 +00:00
Packit
b2abc1895c Update to 0.18.4 upstream release
Upstream tag: 0.18.4
Upstream commit: 659df150

Commit authored by Packit automation (https://packit.dev/)
2024-09-04 06:02:31 +00:00
Fedora Release Engineering
d134e75188 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 08:13:16 +00:00
Packit
b91388963b Update to 0.18.3 upstream release
Upstream tag: 0.18.3
Upstream commit: 8cb6255e

Commit authored by Packit automation (https://packit.dev/)
2024-05-23 07:55:24 +00:00
Martin Pitt
dab5278142 tmt: Install build deps
tmt 1.32 now runs `rpmbuild -bp`, which requires installing the build
dependencies.
2024-05-22 09:51:37 +02:00
Packit
f932ede517 Update to 0.18.2 upstream release
Upstream tag: 0.18.2
Upstream commit: d5f59912

Commit authored by Packit automation (https://packit.dev/)
2024-05-21 04:51:50 +00:00
Packit
d857385168 [packit] 0.18.1 upstream release
Upstream tag: 0.18.1
Upstream commit: 635c86e0
2024-03-24 10:54:34 +00:00
Packit
c3b70c432d [packit] 0.18.0 upstream release
Upstream tag: 0.18.0
Upstream commit: 15b4fed4
2024-03-03 07:37:54 +00:00
6 changed files with 130 additions and 6 deletions

13
.gitignore vendored
View file

@ -39,3 +39,16 @@
/umockdev-0.17.16.tar.xz
/umockdev-0.17.17.tar.xz
/umockdev-0.17.18.tar.xz
/umockdev-0.18.0.tar.xz
/umockdev-0.18.1.tar.xz
/umockdev-0.18.2.tar.xz
/umockdev-0.18.3.tar.xz
/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
/umockdev-0.19.8.tar.xz

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.78.1.
The file was generated using packit 1.16.1.

View file

@ -5,8 +5,6 @@ issue_repository: https://github.com/martinpitt/umockdev
copy_upstream_release_description: true
upstream_package_name: umockdev
downstream_package_name: umockdev
# HACK: should be implied, but fails propose_downstream: https://github.com/packit/packit-service/issues/1511
specfile_path: packaging/umockdev.spec
actions:
create-archive:
@ -23,36 +21,69 @@ srpm_build_deps:
- glib2-devel
- systemd-devel
packages:
umockdev-fedora:
specfile_path: packaging/umockdev.spec
umockdev-centos:
specfile_path: packaging/umockdev.spec
pkg_tool: centpkg
jobs:
- job: copr_build
trigger: pull_request
packages: [umockdev-fedora]
targets:
- fedora-development-x86_64
- fedora-development-i386
- fedora-development-aarch64
- fedora-development-ppc64le
- fedora-development-s390x
- fedora-development-armhfp
# needed for tests
- fedora-latest
- job: copr_build
trigger: pull_request
packages: [umockdev-centos]
targets:
- centos-stream-9-x86_64
- centos-stream-10-x86_64
- job: tests
trigger: pull_request
packages: [umockdev-fedora]
targets:
- fedora-latest
- job: tests
trigger: pull_request
packages: [umockdev-centos]
targets:
- centos-stream-9-x86_64
- centos-stream-10-x86_64
- job: propose_downstream
trigger: release
packages: [umockdev-fedora]
dist_git_branches:
- fedora-development
- fedora-stable
- job: propose_downstream
trigger: release
packages: [umockdev-centos]
dist_git_branches:
- c9s
- c10s
- job: koji_build
trigger: commit
packages: [umockdev-fedora]
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
packages: [umockdev-fedora]
dist_git_branches:
# rawhide updates are created automatically
- fedora-branched

View file

@ -1,5 +1,7 @@
discover:
how: fmf
dist-git-source: true
# tmt 1.32 now runs `rpmbuild -bp`
dist-git-install-builddeps: true
execute:
how: tmt

View file

@ -1 +1 @@
SHA512 (umockdev-0.17.18.tar.xz) = 3d8d2487b4350e4ce28a5c163cbb1b92da9f5a5317e74da46ccaa62a6b8e938a6758e241d0dd2e9f50fdee4aef24d36585a24cfec1ad99fb4799a01008d9987b
SHA512 (umockdev-0.19.8.tar.xz) = 165517e36324ad0a10e5cc63b6bfd85c7d62853e0d970c06568d9aff49642f0ff6a66830d43c1b9deb10a49b53b1cc89eb8cbe70b2400b1db6019bc4aaa3ded4

View file

@ -1,5 +1,5 @@
Name: umockdev
Version: 0.17.18
Version: 0.19.8
Release: 2%{?dist}
Summary: Mock hardware devices
@ -75,6 +75,84 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
%{_datadir}/vala/vapi/umockdev-1.0.vapi
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Mon Jul 06 2026 Packit <hello@packit.dev> - 0.19.8-1
- preload: Fix libc name on alpha architecture (Thanks Michael Cree!)
- preload: Check dlopen(libc) failure
- ioctl: Fix array.resize(0) to work with gcc 16 static analyzer
- tests: Fix Gentoo tests, re-enable them in CI
* 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
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* 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()
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Thu Jan 02 2025 Packit <hello@packit.dev> - 0.19.1-1
- preload: Restore errno in ioctl_emulate_open()
- preload: Only emulate ioctls on emulated devices
- Fix ioctl_tree_execute() ret type and initialization (thanks Helge Deller)
- tests: Disable spidev on big-endian 32-bit platforms (thanks Helge Deller)
* Fri Dec 27 2024 Packit <hello@packit.dev> - 0.19.0-1
- 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 (thanks Bob Henz)
- Handle "connection refused" when sending a uevent (thanks Bob Henz)
* Wed Sep 04 2024 Packit <hello@packit.dev> - 0.18.4-1
- Add ioctls for Chromium OS EC devices (thanks Abhinav Baid)
- Generate "remove" uevent in umockdev_testbed_remove_device() (thanks Bob Henz)
- Recursively remove children with uevents (thanks Bob Henz)
- preload: Fix sigmask block and restore race (thanks barath)
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu May 23 2024 Packit <hello@packit.dev> - 0.18.3-1
- preload: Re-fix time64 redirects for glibc < 2.39.9
* Tue May 21 2024 Packit <hello@packit.dev> - 0.18.2-1
- preload: Fix time64 redirect for glibc 2.39.9
* Sun Mar 24 2024 Packit <hello@packit.dev> - 0.18.1-1
- preload: Provide wrappers for functions specific to 64-bit time_t (thanks Steve Langasek)
- preload: Fix building with _FILE_OFFSET_BITS (thanks Zixing Liu and Steve Langasek)
* Sun Mar 03 2024 Packit <hello@packit.dev> - 0.18.0-1
- Record and restore SELinux context for mocked /dev nodes
- preload: wrap fstatfs() and statfs() on musl
- Fix build with meson 1.4
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild