[packit] 0.17.7 upstream release
Upstream tag: 0.17.7 Upstream commit: 9a964dd6 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
c1aeebb17c
commit
bca04fd1d9
4 changed files with 22 additions and 50 deletions
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.65.2.post12+gc5a59a6.
|
||||
The file was generated using packit 0.72.0.post2+g57b7cc3.
|
||||
|
|
|
|||
60
packit.yaml
60
packit.yaml
|
|
@ -1,58 +1,30 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
specfile_path: packaging/umockdev.spec
|
||||
upstream_project_url: https://github.com/martinpitt/umockdev
|
||||
issue_repository: https://github.com/martinpitt/umockdev
|
||||
copy_upstream_release_description: true
|
||||
upstream_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
|
||||
|
||||
actions:
|
||||
create-archive:
|
||||
- meson tmp/dist
|
||||
# ignore local spec changes from packit
|
||||
- meson dist -C tmp/dist --no-tests --allow-dirty
|
||||
- sh -ec 'mv tmp/dist/meson-dist/umockdev-*.tar.xz packaging/; ls packaging/umockdev-*.tar.xz'
|
||||
|
||||
srpm_build_deps:
|
||||
- meson
|
||||
- gcc
|
||||
- vala
|
||||
- libpcap-devel
|
||||
- glib2-devel
|
||||
- systemd-devel
|
||||
synced_files:
|
||||
- src: packaging/umockdev.spec
|
||||
dest: umockdev.spec
|
||||
|
||||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-development-x86_64
|
||||
- fedora-development-i386
|
||||
- fedora-development-aarch64
|
||||
- fedora-development-ppc64le
|
||||
- fedora-development-s390x
|
||||
- fedora-development-armhfp
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-latest
|
||||
- centos-stream-9-x86_64
|
||||
metadata:
|
||||
targets:
|
||||
- fedora-development-x86_64
|
||||
- fedora-development-i386
|
||||
- fedora-development-aarch64
|
||||
- fedora-development-ppc64le
|
||||
- fedora-development-s390x
|
||||
- fedora-development-armhfp
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-stable
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
# rawhide updates are created automatically
|
||||
- fedora-branched
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-stable
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (umockdev-0.17.16.tar.xz) = 5d4a094481510f4466e49766512d0959a5a9d9f5a9b7cbd7719bc94e95d9800760482bf3ea2ee97d2138c89680adb4116964688ae13a07e3c1f0ba8e94230584
|
||||
SHA512 (umockdev-0.17.7.tar.xz) = 6fc611787c9679f450ce7cdf7dccb93a5d7435470b0b5f5cb1803036cf3c8ce73521af9e7777bec68485834cddfddba0ed9379a0818bfb072bb643cf6419c17d
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: umockdev
|
||||
Version: 0.17.16
|
||||
Version: 0.17.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock hardware devices
|
||||
|
||||
|
|
@ -39,9 +39,6 @@ using %{name}.
|
|||
%meson_build
|
||||
|
||||
%check
|
||||
# don't be too picky about timing; upstream CI and local developer tests
|
||||
# are strict, but many koji arches are emulated and utterly slow
|
||||
export SLOW_TESTBED_FACTOR=10
|
||||
%meson_test
|
||||
|
||||
%install
|
||||
|
|
@ -75,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
|||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Packit <hello@packit.dev> - 0.17.7-1
|
||||
- Fix uevent race condition in umockdev_testbed_add_from_string()
|
||||
|
||||
* Sun Jan 29 2023 Packit <hello@packit.dev> - 0.17.16-1
|
||||
<!-- generated by eloquent/github-release-action -->
|
||||
<!-- original source:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue