diff --git a/.gitignore b/.gitignore index 45cfaf2..880fc91 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /umockdev-0.16.3.tar.xz /umockdev-0.17.0.tar.xz /umockdev-0.17.1.tar.xz +/umockdev-0.17.2.tar.xz diff --git a/README.packit b/README.packit index 43b1d81..7ea817b 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.43.1.dev2+gbb34d4b. +The file was generated using packit 0.43.1.dev6+gcddee28. diff --git a/sources b/sources index 49f5707..0d00419 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umockdev-0.17.1.tar.xz) = b747a25cb83c7cf222693818c37fb917e599567a04e69784fae6afa97381cfa630641c2858a6fa156fc1e5f872ae40ea360f9b8e2a20c5adb69fb9eca3852164 +SHA512 (umockdev-0.17.2.tar.xz) = fcf8c972dfa063922286702eeede8c273b9e78c1b1274a67ec459f64d17373a172400bff27f2fd9baee19af188fbd28c0f5e97b71bd7c8b50886933ad75547f3 diff --git a/umockdev.spec b/umockdev.spec index a221676..fcf2d40 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,5 +1,5 @@ Name: umockdev -Version: 0.17.1 +Version: 0.17.2 Release: 1%{?dist} Summary: Mock hardware devices @@ -72,6 +72,11 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* Mon Jan 10 2022 Packit Service - 0.17.2-1 +- preload: Wrap statx() and fstatat(), to fix `ls` and other tools on + recent glibc versions. (#160) + + * Tue Dec 14 2021 Packit Service - 0.17.1-1 - Fix /sys/dev/* symlinks; regression from 0.15.3 (#155)