Compare commits
No commits in common. "c9s" and "c10s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -43,3 +43,6 @@
|
|||||||
/umockdev-0.18.1.tar.xz
|
/umockdev-0.18.1.tar.xz
|
||||||
/umockdev-0.18.2.tar.xz
|
/umockdev-0.18.2.tar.xz
|
||||||
/umockdev-0.18.3.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.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e.
|
The file was generated using packit 0.106.0.
|
||||||
|
@ -77,11 +77,13 @@ jobs:
|
|||||||
|
|
||||||
- job: koji_build
|
- job: koji_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
|
packages: [umockdev-fedora]
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-all
|
- fedora-all
|
||||||
|
|
||||||
- job: bodhi_update
|
- job: bodhi_update
|
||||||
trigger: commit
|
trigger: commit
|
||||||
|
packages: [umockdev-fedora]
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
# rawhide updates are created automatically
|
# rawhide updates are created automatically
|
||||||
- fedora-branched
|
- fedora-branched
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (umockdev-0.18.3.tar.xz) = 565fedc4367b7896ac4fd9cee19d704d1f3f8b382c31069ceef81d0a0e8f3a38b775f28bd7a3652a7bb9c5cb62dd1f616ea81d7fc2ee7fda933bad44b32627d2
|
SHA512 (umockdev-0.19.1.tar.xz) = 3e7c892d0999b6a61f802445851d83bff7c5a2ddc9d0b673bebe2a130b3782d7788082f21bf3c4064e3bbf867c43cde9a583bdd54e2eea467ee430c8b5d4db1c
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: umockdev
|
Name: umockdev
|
||||||
Version: 0.18.3
|
Version: 0.19.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Mock hardware devices
|
Summary: Mock hardware devices
|
||||||
|
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -75,6 +75,31 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
|||||||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu May 23 2024 Packit <hello@packit.dev> - 0.18.3-1
|
||||||
- preload: Re-fix time64 redirects for glibc < 2.39.9
|
- preload: Re-fix time64 redirects for glibc < 2.39.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user