diff --git a/.gitignore b/.gitignore index 880fc91..60f89c6 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /umockdev-0.17.0.tar.xz /umockdev-0.17.1.tar.xz /umockdev-0.17.2.tar.xz +/umockdev-0.17.5.tar.xz diff --git a/README.packit b/README.packit index 7ea817b..e2ee72a 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.dev6+gcddee28. +The file was generated using packit 0.43.1.dev22+gd0d3fc3. diff --git a/sources b/sources index 0d00419..b8a1cf6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umockdev-0.17.2.tar.xz) = fcf8c972dfa063922286702eeede8c273b9e78c1b1274a67ec459f64d17373a172400bff27f2fd9baee19af188fbd28c0f5e97b71bd7c8b50886933ad75547f3 +SHA512 (umockdev-0.17.5.tar.xz) = f542f88dd66ce34b62658011b608c8849d938d9ab670361ffee324e6461916d1184f0787a12125b3baf0a700049fc4b9dc7eae21a77ec1d88921da9f51f49879 diff --git a/umockdev.spec b/umockdev.spec index fcf2d40..1eeb7dc 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,5 +1,5 @@ Name: umockdev -Version: 0.17.2 +Version: 0.17.5 Release: 1%{?dist} Summary: Mock hardware devices @@ -72,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* Tue Jan 18 2022 Packit Service - 0.17.5-1 +- Relax overzealous stat nlink unit test + + * 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)