Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b386b1138 | ||
|
|
f0153c6512 | ||
|
|
c336bd7a18 | ||
|
|
e983531e64 | ||
|
|
c31760d22e | ||
|
|
0a82f0fe24 |
6 changed files with 64 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -39,3 +39,8 @@
|
|||
/umockdev-0.17.16.tar.xz
|
||||
/umockdev-0.17.17.tar.xz
|
||||
/umockdev-0.17.18.tar.xz
|
||||
/umockdev-0.18.0.tar.xz
|
||||
/umockdev-0.18.1.tar.xz
|
||||
/umockdev-0.18.2.tar.xz
|
||||
/umockdev-0.18.3.tar.xz
|
||||
/umockdev-0.18.4.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.78.1.
|
||||
The file was generated using packit 0.100.3.post1.dev13+g92513a8e.
|
||||
|
|
|
|||
35
packit.yaml
35
packit.yaml
|
|
@ -5,8 +5,6 @@ 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:
|
||||
|
|
@ -23,9 +21,17 @@ srpm_build_deps:
|
|||
- glib2-devel
|
||||
- systemd-devel
|
||||
|
||||
packages:
|
||||
umockdev-fedora:
|
||||
specfile_path: packaging/umockdev.spec
|
||||
umockdev-centos:
|
||||
specfile_path: packaging/umockdev.spec
|
||||
pkg_tool: centpkg
|
||||
|
||||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
packages: [umockdev-fedora]
|
||||
targets:
|
||||
- fedora-development-x86_64
|
||||
- fedora-development-i386
|
||||
|
|
@ -34,25 +40,50 @@ jobs:
|
|||
- fedora-development-s390x
|
||||
- fedora-development-armhfp
|
||||
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
packages: [umockdev-centos]
|
||||
targets:
|
||||
- centos-stream-9-x86_64
|
||||
- centos-stream-10-x86_64
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
packages: [umockdev-fedora]
|
||||
targets:
|
||||
- fedora-latest
|
||||
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
packages: [umockdev-centos]
|
||||
targets:
|
||||
- centos-stream-9-x86_64
|
||||
# blocked: https://issues.redhat.com/browse/TFT-2612
|
||||
# - centos-stream-10-x86_64
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
packages: [umockdev-fedora]
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-stable
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
packages: [umockdev-centos]
|
||||
dist_git_branches:
|
||||
- c9s
|
||||
- c10s
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
packages: [umockdev-fedora]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
packages: [umockdev-fedora]
|
||||
dist_git_branches:
|
||||
# rawhide updates are created automatically
|
||||
- fedora-branched
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
discover:
|
||||
how: fmf
|
||||
dist-git-source: true
|
||||
# tmt 1.32 now runs `rpmbuild -bp`
|
||||
dist-git-install-builddeps: true
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (umockdev-0.17.18.tar.xz) = 3d8d2487b4350e4ce28a5c163cbb1b92da9f5a5317e74da46ccaa62a6b8e938a6758e241d0dd2e9f50fdee4aef24d36585a24cfec1ad99fb4799a01008d9987b
|
||||
SHA512 (umockdev-0.18.4.tar.xz) = 919d6d872901c8929c2dfe5e13e2739fd14e1c284621238b737bfb4527f202a6496ddf523b38d8d1e72aa380e0e948e4b6ff9eea7a5ffd05f84bd8111704e511
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: umockdev
|
||||
Version: 0.17.18
|
||||
Version: 0.18.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Mock hardware devices
|
||||
|
||||
|
|
@ -75,6 +75,27 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
|||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||
|
||||
%changelog
|
||||
* Wed Sep 04 2024 Packit <hello@packit.dev> - 0.18.4-1
|
||||
- Add ioctls for Chromium OS EC devices (thanks Abhinav Baid)
|
||||
- Generate "remove" uevent in umockdev_testbed_remove_device() (thanks Bob Henz)
|
||||
- Recursively remove children with uevents (thanks Bob Henz)
|
||||
- preload: Fix sigmask block and restore race (thanks barath)
|
||||
|
||||
* Thu May 23 2024 Packit <hello@packit.dev> - 0.18.3-1
|
||||
- preload: Re-fix time64 redirects for glibc < 2.39.9
|
||||
|
||||
* Tue May 21 2024 Packit <hello@packit.dev> - 0.18.2-1
|
||||
- preload: Fix time64 redirect for glibc 2.39.9
|
||||
|
||||
* Sun Mar 24 2024 Packit <hello@packit.dev> - 0.18.1-1
|
||||
- preload: Provide wrappers for functions specific to 64-bit time_t (thanks Steve Langasek)
|
||||
- preload: Fix building with _FILE_OFFSET_BITS (thanks Zixing Liu and Steve Langasek)
|
||||
|
||||
* Sun Mar 03 2024 Packit <hello@packit.dev> - 0.18.0-1
|
||||
- Record and restore SELinux context for mocked /dev nodes
|
||||
- preload: wrap fstatfs() and statfs() on musl
|
||||
- Fix build with meson 1.4
|
||||
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue