Compare commits

...
Sign in to create a new pull request.

11 commits

Author SHA1 Message Date
Packit
cc5d33d475 [packit] 0.17.17 upstream release
Upstream tag: 0.17.17
Upstream commit: 540c80fd

Signed-off-by: Packit <hello@packit.dev>
2023-04-16 08:12:30 +00:00
Packit
00dde9c1fc [packit] 0.17.16 upstream release
Upstream tag: 0.17.16
Upstream commit: 9fcfb4e6

Signed-off-by: Packit <hello@packit.dev>
2023-01-29 18:46:05 +00:00
Packit
f86715b517 [packit] 0.17.15 upstream release
Upstream tag: 0.17.15
Upstream commit: a2953b11

Signed-off-by: Packit <hello@packit.dev>
2022-11-24 15:08:09 +00:00
Martin Pitt
13ec447f75 fmf: Take tests from dist-git source 2022-11-21 15:50:19 +01:00
Packit
bb71a4ce97 [packit] 0.17.13 upstream release
Upstream tag: 0.17.13
Upstream commit: 8d95b400

Signed-off-by: Packit <hello@packit.dev>
2022-05-30 10:22:02 +00:00
Packit
e68582cae4 [packit] 0.17.12 upstream release
Upstream tag: 0.17.12
Upstream commit: 7507bf6f

Signed-off-by: Packit <hello@packit.dev>
2022-05-19 09:48:37 +00:00
Martin Pitt
fcb68251f5 Add FMF gating test 2022-05-10 11:28:38 +02:00
Packit
006ff0f575 [packit] 0.17.10 upstream release
Upstream tag: 0.17.10
Upstream commit: 5e9f28c1

Signed-off-by: Packit <hello@packit.dev>
2022-05-10 08:41:04 +00:00
Packit
7201fe24bb [packit] 0.17.9 upstream release
Upstream tag: 0.17.9
Upstream commit: 9c76f29a

Signed-off-by: Packit <hello@packit.dev>
2022-04-10 16:06:09 +00:00
Packit Service
05b1226f6e [packit] 0.17.8 upstream release
Upstream tag: 0.17.8
Upstream commit: 3a045555

Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
2022-03-23 09:18:21 +00:00
Packit Service
5c8d278695 [packit] 0.17.7 upstream release
Upstream tag: 0.17.7
Upstream commit: 9a964dd6

Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
2022-03-01 05:52:42 +00:00
8 changed files with 134 additions and 19 deletions

1
.fmf/version Normal file
View file

@ -0,0 +1 @@
1

9
.gitignore vendored
View file

@ -29,3 +29,12 @@
/umockdev-0.17.2.tar.xz
/umockdev-0.17.5.tar.xz
/umockdev-0.17.6.tar.xz
/umockdev-0.17.7.tar.xz
/umockdev-0.17.8.tar.xz
/umockdev-0.17.9.tar.xz
/umockdev-0.17.10.tar.xz
/umockdev-0.17.12.tar.xz
/umockdev-0.17.13.tar.xz
/umockdev-0.17.15.tar.xz
/umockdev-0.17.16.tar.xz
/umockdev-0.17.17.tar.xz

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.43.1.dev22+gd0d3fc3.
The file was generated using packit 0.72.0.post2+g57b7cc3.

14
gating.yaml Normal file
View file

@ -0,0 +1,14 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- rhel-8
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View file

@ -1,30 +1,58 @@
# 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
synced_files:
- src: packaging/umockdev.spec
dest: 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
jobs:
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-development-x86_64
- fedora-development-i386
- fedora-development-aarch64
- fedora-development-ppc64le
- fedora-development-s390x
- fedora-development-armhfp
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
- job: propose_downstream
trigger: release
metadata:
dist_git_branches:
- fedora-development
- fedora-stable
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

5
plans/upstream.fmf Normal file
View file

@ -0,0 +1,5 @@
discover:
how: fmf
dist-git-source: true
execute:
how: tmt

View file

@ -1 +1 @@
SHA512 (umockdev-0.17.6.tar.xz) = 05a86e2a583972d02fb3cfa26b017d44600831b6ed1415769d7cc7344357f484d34228b1593de2cfbfcce302611c0c22f045ee9fbd7fea76d8ae0b4ccd28d6ef
SHA512 (umockdev-0.17.17.tar.xz) = 39537bcc56cf554773e8669508832bde6f3d4eb83d605c0e58bed3b2d206a6dc0bd0678bd39954825ee0cbed9f1ea9448f836d97ed3ea7e2aa7ce2875456e459

View file

@ -1,5 +1,5 @@
Name: umockdev
Version: 0.17.6
Version: 0.17.17
Release: 1%{?dist}
Summary: Mock hardware devices
@ -39,6 +39,9 @@ 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
@ -72,6 +75,61 @@ 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.17-1
- Fix race with worker thread accessing $UMOCKDEV_DIR
- Disable -Wincompatible-function-pointer-types for clang
* Sun Jan 29 2023 Packit <hello@packit.dev> - 0.17.16-1
<!-- generated by eloquent/github-release-action -->
<!-- original source:
- preload: Wrap __getcwd_chk()
- uevent_sender: Fix fd leak in sendmsg_one
- Fix gcc -fanalyzer complaints
-->
<ul>
<li>preload: Wrap __getcwd_chk()</li>
<li>uevent_sender: Fix fd leak in sendmsg_one</li>
<li>Fix gcc -fanalyzer complaints</li>
</ul>
* Thu Nov 24 2022 Packit <hello@packit.dev> - 0.17.15-1
<!-- generated by eloquent/github-release-action -->
<!-- original source:
- test fixes
-->
<ul>
<li>test fixes</li>
</ul>
* Mon May 30 2022 Packit <hello@packit.dev> - 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 <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
- Adjust to systemd 251-rc2: Set $SYSTEMD_DEVICE_VERIFY_SYSFS, parse new udevadm format, update tests
* Sun Apr 10 2022 Packit <hello@packit.dev> - 0.17.9-1
- preload: Wrap fortified version of readlinkat (thanks Martin Liska)
* Wed Mar 23 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.17.8-1
- Fix some potential crashes spotted by Coverity
- Enable Fedora builds and bodhi updates via packit
* Tue Mar 01 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.17.7-1
- Fix uevent race condition in umockdev_testbed_add_from_string()
* Fri Jan 21 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.17.6-1
- Increase uevent buffer size (#167)
- Skip /umockdev-testbed-vala/detects_running_outside_testbed during normal