[packit] 0.17.12 upstream release

Upstream tag: 0.17.12
Upstream commit: 7507bf6f

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2022-05-19 09:47:32 +00:00
parent d0be579787
commit 67d4935cea
5 changed files with 10 additions and 9 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@
/umockdev-0.17.8.tar.xz /umockdev-0.17.8.tar.xz
/umockdev-0.17.9.tar.xz /umockdev-0.17.9.tar.xz
/umockdev-0.17.10.tar.xz /umockdev-0.17.10.tar.xz
/umockdev-0.17.12.tar.xz

View File

@ -1,3 +1,3 @@
This repository is maintained by packit. This repository is maintained by packit.
https://packit.dev/ https://packit.dev/
The file was generated using packit 0.50.1.dev9+g702dffe. The file was generated using packit 0.51.1.dev2+g213c789.

View File

@ -1,18 +1,14 @@
# See the documentation for more information: # See the documentation for more information:
# https://packit.dev/docs/configuration/ # https://packit.dev/docs/configuration/
specfile_path: packaging/umockdev.spec
upstream_project_url: https://github.com/martinpitt/umockdev upstream_project_url: https://github.com/martinpitt/umockdev
issue_repository: https://github.com/martinpitt/umockdev issue_repository: https://github.com/martinpitt/umockdev
copy_upstream_release_description: true copy_upstream_release_description: true
upstream_package_name: umockdev upstream_package_name: umockdev
downstream_package_name: umockdev downstream_package_name: umockdev
# HACK: should be implied, but fails propose_downstream: https://github.com/packit/packit-service/issues/1511
specfile_path: packaging/umockdev.spec
srpm_build_deps: [] srpm_build_deps: []
files_to_sync:
- packit.yaml
- src: packaging/umockdev.spec
dest: umockdev.spec
jobs: jobs:
- job: copr_build - job: copr_build
trigger: pull_request trigger: pull_request

View File

@ -1 +1 @@
SHA512 (umockdev-0.17.10.tar.xz) = 9baad9a6b4ee010ad7b5502da5ba69a23dbdd60164fed7227181607ea12d585936616870962e552a358c4043aea532e6757213c13a7caa9c9fd5979c9b6fef1a SHA512 (umockdev-0.17.12.tar.xz) = 034be0705b0990e68dff9741d40012a53064bf3f1be0f414d478d36ed03ca0b0ca08e482e1902e6d424b87471a482d3f2166d811d0f558391ca0a58e1e9e4336

View File

@ -1,5 +1,5 @@
Name: umockdev Name: umockdev
Version: 0.17.10 Version: 0.17.12
Release: 1%{?dist} Release: 1%{?dist}
Summary: Mock hardware devices Summary: Mock hardware devices
@ -72,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
%{_datadir}/vala/vapi/umockdev-1.0.vapi %{_datadir}/vala/vapi/umockdev-1.0.vapi
%changelog %changelog
* Thu May 19 2022 Packit <hello@packit.dev> - 0.17.12-1
- Work around packit propose_downstream bug
* Tue May 10 2022 Packit <hello@packit.dev> - 0.17.10-1 * Tue May 10 2022 Packit <hello@packit.dev> - 0.17.10-1
- Adjust to systemd 251-rc2: Set $SYSTEMD_DEVICE_VERIFY_SYSFS, parse new udevadm format, update tests - Adjust to systemd 251-rc2: Set $SYSTEMD_DEVICE_VERIFY_SYSFS, parse new udevadm format, update tests