From faa8d008b86ff03d25f28fb8ddc54e94ba0ea770 Mon Sep 17 00:00:00 2001 From: Packit Date: May 30 2022 10:24:26 +0000 Subject: [packit] 0.17.13 upstream release Upstream tag: 0.17.13 Upstream commit: 8d95b400 Signed-off-by: Packit --- diff --git a/.gitignore b/.gitignore index 5ab5915..e5fcf1e 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /umockdev-0.17.9.tar.xz /umockdev-0.17.10.tar.xz /umockdev-0.17.12.tar.xz +/umockdev-0.17.13.tar.xz diff --git a/README.packit b/README.packit index 10e5ec5..dfd4569 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.51.1.dev2+g213c789. +The file was generated using packit 0.51.1.dev6+g1099056. diff --git a/packit.yaml b/packit.yaml index 33dd81d..497fa0f 100644 --- a/packit.yaml +++ b/packit.yaml @@ -44,4 +44,5 @@ jobs: trigger: commit metadata: dist_git_branches: - - fedora-all + # rawhide updates are created automatically + - fedora-branched diff --git a/sources b/sources index 2579204..221b0c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umockdev-0.17.12.tar.xz) = 034be0705b0990e68dff9741d40012a53064bf3f1be0f414d478d36ed03ca0b0ca08e482e1902e6d424b87471a482d3f2166d811d0f558391ca0a58e1e9e4336 +SHA512 (umockdev-0.17.13.tar.xz) = 77863ad67be0995869b35d12dc43a809d2e67e95f727312ffd9f585c5bb1598c4d31f4909fcff5035dfccdbde8c36819daa633cae53c57ea2d9c3ede3587ec4d diff --git a/umockdev.spec b/umockdev.spec index f1aa39f..c0b003c 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,5 +1,5 @@ Name: umockdev -Version: 0.17.12 +Version: 0.17.13 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 May 30 2022 Packit - 0.17.13-1 +- preload: Wrap fstatfs(), to work with systemd 251 also with Python tests +- Fix tests in Gentoo sandbox build + + * Thu May 19 2022 Packit - 0.17.12-1 - Work around packit propose_downstream bug