|
|
@ -1,9 +1,9 @@
|
|
|
|
Name: umockdev
|
|
|
|
Name: umockdev
|
|
|
|
Version: 0.17.13
|
|
|
|
Version: 0.18.4
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Mock hardware devices
|
|
|
|
Summary: Mock hardware devices
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
URL: https://github.com/martinpitt/%{name}
|
|
|
|
URL: https://github.com/martinpitt/%{name}
|
|
|
|
Source0: https://github.com/martinpitt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://github.com/martinpitt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
@ -39,6 +39,9 @@ using %{name}.
|
|
|
|
%meson_build
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
|
|
|
|
# don't be too picky about timing; upstream CI and local developer tests
|
|
|
|
|
|
|
|
# are strict, but many koji arches are emulated and utterly slow
|
|
|
|
|
|
|
|
export SLOW_TESTBED_FACTOR=10
|
|
|
|
%meson_test
|
|
|
|
%meson_test
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -72,8 +75,72 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
|
|
|
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
|
|
|
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed May 31 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 0.17.13-2
|
|
|
|
* Thu Dec 12 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.18.4-1
|
|
|
|
- Initial build for MSVSphere 9.2
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2023 Packit <hello@packit.dev> - 0.17.18-1
|
|
|
|
|
|
|
|
- preload: Don't read udev cache data from system (thanks Bastien Nocera)
|
|
|
|
|
|
|
|
- spec: Update License: to SPDX format
|
|
|
|
|
|
|
|
- Various test fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.17-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 16 2023 Packit <hello@packit.dev> - 0.17.17-1
|
|
|
|
|
|
|
|
- Fix race with worker thread accessing $UMOCKDEV_DIR
|
|
|
|
|
|
|
|
- Disable -Wincompatible-function-pointer-types for clang
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 29 2023 Packit <hello@packit.dev> - 0.17.16-1
|
|
|
|
|
|
|
|
<!-- generated by eloquent/github-release-action -->
|
|
|
|
|
|
|
|
<!-- original source:
|
|
|
|
|
|
|
|
- preload: Wrap __getcwd_chk()
|
|
|
|
|
|
|
|
- uevent_sender: Fix fd leak in sendmsg_one
|
|
|
|
|
|
|
|
- Fix gcc -fanalyzer complaints
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li>preload: Wrap __getcwd_chk()</li>
|
|
|
|
|
|
|
|
<li>uevent_sender: Fix fd leak in sendmsg_one</li>
|
|
|
|
|
|
|
|
<li>Fix gcc -fanalyzer complaints</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.15-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 24 2022 Packit <hello@packit.dev> - 0.17.15-1
|
|
|
|
|
|
|
|
<!-- generated by eloquent/github-release-action -->
|
|
|
|
|
|
|
|
<!-- original source:
|
|
|
|
|
|
|
|
- test fixes
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li>test fixes</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.13-2
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|