[packit] 0.18.1 upstream release
Upstream tag: 0.18.1 Upstream commit: 635c86e0
This commit is contained in:
parent
c3b70c432d
commit
d857385168
4 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -40,3 +40,4 @@
|
|||
/umockdev-0.17.17.tar.xz
|
||||
/umockdev-0.17.18.tar.xz
|
||||
/umockdev-0.18.0.tar.xz
|
||||
/umockdev-0.18.1.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.93.0.
|
||||
The file was generated using packit 0.94.0.post1.dev2+g7ce7e679.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (umockdev-0.18.0.tar.xz) = 0d5c54ba57171fa6320ce1154d3fbdb7e30acb64acd92075d653973b30048ac804d3b5b75c2eadfe2ced1494b0c2eee0f954760955942ff447e43769f8f8dc36
|
||||
SHA512 (umockdev-0.18.1.tar.xz) = 4897c12fca8d1927a2840efbbd8281a95102b328cc682ffed10cd4e29b80f26b80df55fbd3736297ee4633561b007beda369bd3ddf07eb71bdd1d7c0222243c8
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: umockdev
|
||||
Version: 0.18.0
|
||||
Version: 0.18.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock hardware devices
|
||||
|
||||
|
|
@ -75,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
|||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue