Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3a24e922e | ||
|
|
d9a1dd979e | ||
|
|
8b3684174f |
4 changed files with 22 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -49,3 +49,6 @@
|
|||
/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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32.
|
||||
The file was generated using packit 1.16.1.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (umockdev-0.19.4.tar.xz) = 89516283593a6da31d6fb722f9833f0993cb62998defffbe8b7cf4be7ca3011cc0db7785360d1f67189c0a909fce38ca07c62f35f0e725a4472b5ed9f0419ca1
|
||||
SHA512 (umockdev-0.19.8.tar.xz) = 165517e36324ad0a10e5cc63b6bfd85c7d62853e0d970c06568d9aff49642f0ff6a66830d43c1b9deb10a49b53b1cc89eb8cbe70b2400b1db6019bc4aaa3ded4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: umockdev
|
||||
Version: 0.19.4
|
||||
Release: 2%{?dist}
|
||||
Version: 0.19.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock hardware devices
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
|
|
@ -75,6 +75,21 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
|||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue