From 51f342e778b4b4c560beb4b058dbcbbc5206755d Mon Sep 17 00:00:00 2001 From: Packit Date: Jul 26 2023 07:26:50 +0000 Subject: [packit] 0.17.18 upstream release Upstream tag: 0.17.18 Upstream commit: a1f42d21 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/umockdev.git refs/heads/*:refs/remotes/packit/* git checkout packit/0.17.18-f37-update-propose_downstream ``` --- diff --git a/.gitignore b/.gitignore index 06ca13e..f17d30e 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /umockdev-0.17.15.tar.xz /umockdev-0.17.16.tar.xz /umockdev-0.17.17.tar.xz +/umockdev-0.17.18.tar.xz diff --git a/README.packit b/README.packit index 49c9d4e..9d6cbbc 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.72.0.post2+g57b7cc3. +The file was generated using packit 0.78.1. diff --git a/sources b/sources index a9f064c..8b31ba3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umockdev-0.17.17.tar.xz) = 39537bcc56cf554773e8669508832bde6f3d4eb83d605c0e58bed3b2d206a6dc0bd0678bd39954825ee0cbed9f1ea9448f836d97ed3ea7e2aa7ce2875456e459 +SHA512 (umockdev-0.17.18.tar.xz) = 3d8d2487b4350e4ce28a5c163cbb1b92da9f5a5317e74da46ccaa62a6b8e938a6758e241d0dd2e9f50fdee4aef24d36585a24cfec1ad99fb4799a01008d9987b diff --git a/umockdev.spec b/umockdev.spec index 84ff6fd..e050825 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,9 +1,9 @@ Name: umockdev -Version: 0.17.17 +Version: 0.17.18 Release: 1%{?dist} Summary: Mock hardware devices -License: LGPLv2+ +License: LGPL-2.1-or-later URL: https://github.com/martinpitt/%{name} Source0: https://github.com/martinpitt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz @@ -75,6 +75,11 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* Wed Jul 26 2023 Packit - 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 + * Sun Apr 16 2023 Packit - 0.17.17-1 - Fix race with worker thread accessing $UMOCKDEV_DIR - Disable -Wincompatible-function-pointer-types for clang