diff --git a/.gitignore b/.gitignore index fcbbbdb..45cfaf2 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /umockdev-0.16.2.tar.xz /umockdev-0.16.3.tar.xz /umockdev-0.17.0.tar.xz +/umockdev-0.17.1.tar.xz diff --git a/README.packit b/README.packit index cf5d593..43b1d81 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.42.1.dev18+g5374158. +The file was generated using packit 0.43.1.dev2+gbb34d4b. diff --git a/packit.yaml b/packit.yaml index ef6d755..2b7304a 100644 --- a/packit.yaml +++ b/packit.yaml @@ -27,3 +27,4 @@ jobs: metadata: dist_git_branches: - fedora-development + - fedora-stable diff --git a/sources b/sources index 855a1c2..49f5707 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umockdev-0.17.0.tar.xz) = 34e59c03610bcdfaaff3d88c8cfe07825bbba0f81ae54931eb22ea7030c2080506c138b5c9681b3f3204640d8ededfca2964dbbb96679f962501e0d0e7973438 +SHA512 (umockdev-0.17.1.tar.xz) = b747a25cb83c7cf222693818c37fb917e599567a04e69784fae6afa97381cfa630641c2858a6fa156fc1e5f872ae40ea360f9b8e2a20c5adb69fb9eca3852164 diff --git a/umockdev.spec b/umockdev.spec index 6f84eee..a221676 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,5 +1,5 @@ Name: umockdev -Version: 0.17.0 +Version: 0.17.1 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 Dec 14 2021 Packit Service - 0.17.1-1 +- Fix /sys/dev/* symlinks; regression from 0.15.3 (#155) + + * Sat Dec 11 2021 Packit Service - 0.17.0-1 - Add ioctls necessary to record/replay hidraw devices (thanks Daiki Ueno) - meson: Respect includedir option (thanks Florentin Dubois)