[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-rawhide-update-propose_downstream
```
This commit is contained in:
Packit 2023-07-26 07:27:53 +00:00
parent 3963015a1b
commit ee7096e124
4 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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.

View File

@ -1 +1 @@
SHA512 (umockdev-0.17.17.tar.xz) = 39537bcc56cf554773e8669508832bde6f3d4eb83d605c0e58bed3b2d206a6dc0bd0678bd39954825ee0cbed9f1ea9448f836d97ed3ea7e2aa7ce2875456e459
SHA512 (umockdev-0.17.18.tar.xz) = 3d8d2487b4350e4ce28a5c163cbb1b92da9f5a5317e74da46ccaa62a6b8e938a6758e241d0dd2e9f50fdee4aef24d36585a24cfec1ad99fb4799a01008d9987b

View File

@ -1,9 +1,9 @@
Name: umockdev
Version: 0.17.17
Release: 2%{?dist}
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 <hello@packit.dev> - 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
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild