Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
323e5c7ed3 | ||
|
|
da43ab62fd | ||
|
|
1b6fe17105 | ||
|
|
ecbcc72121 | ||
|
|
bc780417fc | ||
|
|
3ac1a7efcc | ||
|
|
063acd3cac | ||
|
|
5d5186ef9d |
6 changed files with 80 additions and 6 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -39,3 +39,10 @@
|
|||
/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
|
||||
|
|
|
|||
|
|
@ -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 0.106.0.
|
||||
|
|
|
|||
35
packit.yaml
35
packit.yaml
|
|
@ -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,9 +21,17 @@ 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
|
||||
|
|
@ -34,25 +40,50 @@ jobs:
|
|||
- fedora-development-s390x
|
||||
- fedora-development-armhfp
|
||||
|
||||
- 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
|
||||
# blocked: https://issues.redhat.com/browse/TFT-2612
|
||||
# - 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (umockdev-0.17.18.tar.xz) = 3d8d2487b4350e4ce28a5c163cbb1b92da9f5a5317e74da46ccaa62a6b8e938a6758e241d0dd2e9f50fdee4aef24d36585a24cfec1ad99fb4799a01008d9987b
|
||||
SHA512 (umockdev-0.19.1.tar.xz) = 3e7c892d0999b6a61f802445851d83bff7c5a2ddc9d0b673bebe2a130b3782d7788082f21bf3c4064e3bbf867c43cde9a583bdd54e2eea467ee430c8b5d4db1c
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: umockdev
|
||||
Version: 0.17.18
|
||||
Release: 2%{?dist}
|
||||
Version: 0.19.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock hardware devices
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
|
|
@ -75,6 +75,40 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
|||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
||||
* 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue