diff --git a/.gitignore b/.gitignore index e5fcf1e..72f3671 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,20 @@ /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 +/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 +/umockdev-0.19.0.tar.xz +/umockdev-0.19.1.tar.xz +/umockdev-0.19.2.tar.xz +/umockdev-0.19.3.tar.xz +/umockdev-0.19.4.tar.xz +/umockdev-0.19.5.tar.xz +/umockdev-0.19.6.tar.xz +/umockdev-0.19.8.tar.xz diff --git a/README.packit b/README.packit index dfd4569..dd0af79 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.51.1.dev6+g1099056. +The file was generated using packit 1.16.1. diff --git a/packit.yaml b/packit.yaml index 497fa0f..f90dd72 100644 --- a/packit.yaml +++ b/packit.yaml @@ -5,44 +5,85 @@ 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 -srpm_build_deps: [] + +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 + +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 - metadata: - targets: - - fedora-development-x86_64 - - fedora-development-i386 - - fedora-development-aarch64 - - fedora-development-ppc64le - - fedora-development-s390x - - fedora-development-armhfp + packages: [umockdev-fedora] + targets: + - fedora-development-x86_64 + - fedora-development-i386 + - fedora-development-aarch64 + - fedora-development-ppc64le + - fedora-development-s390x + # needed for tests + - fedora-latest + + - 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 - metadata: - targets: - - fedora-latest + packages: [umockdev-fedora] + targets: + - fedora-latest + + - job: tests + trigger: pull_request + packages: [umockdev-centos] + targets: + - centos-stream-9-x86_64 + - centos-stream-10-x86_64 - job: propose_downstream trigger: release - metadata: - dist_git_branches: - - fedora-development - - fedora-stable + 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 - metadata: - dist_git_branches: - - fedora-all + packages: [umockdev-fedora] + dist_git_branches: + - fedora-all - job: bodhi_update trigger: commit - metadata: - dist_git_branches: - # rawhide updates are created automatically - - fedora-branched + packages: [umockdev-fedora] + dist_git_branches: + # rawhide updates are created automatically + - fedora-branched diff --git a/plans/upstream.fmf b/plans/upstream.fmf index 4813a9c..33cf4ee 100644 --- a/plans/upstream.fmf +++ b/plans/upstream.fmf @@ -1,7 +1,7 @@ discover: how: fmf - repository: https://github.com/martinpitt/umockdev - # FIXME: get rid of the hardcoding: https://github.com/psss/tmt/issues/585 - ref: "0.17.10" + dist-git-source: true + # tmt 1.32 now runs `rpmbuild -bp` + dist-git-install-builddeps: true execute: how: tmt diff --git a/sources b/sources index 221b0c8..2114801 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umockdev-0.17.13.tar.xz) = 77863ad67be0995869b35d12dc43a809d2e67e95f727312ffd9f585c5bb1598c4d31f4909fcff5035dfccdbde8c36819daa633cae53c57ea2d9c3ede3587ec4d +SHA512 (umockdev-0.19.8.tar.xz) = 165517e36324ad0a10e5cc63b6bfd85c7d62853e0d970c06568d9aff49642f0ff6a66830d43c1b9deb10a49b53b1cc89eb8cbe70b2400b1db6019bc4aaa3ded4 diff --git a/umockdev.spec b/umockdev.spec index 611db99..860e5d0 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,9 +1,9 @@ Name: umockdev -Version: 0.17.13 +Version: 0.19.8 Release: 2%{?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 @@ -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,127 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.19.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Mon Jul 06 2026 Packit - 0.19.8-1 +- preload: Fix libc name on alpha architecture (Thanks Michael Cree!) +- preload: Check dlopen(libc) failure +- ioctl: Fix array.resize(0) to work with gcc 16 static analyzer +- tests: Fix Gentoo tests, re-enable them in CI + +* Sun Mar 22 2026 Packit - 0.19.6-1 +- preload: Reinitialize mutexes after forking. (Thanks Daniel van Vugt) (LP: #2144723) + + +* Sat Feb 21 2026 Packit - 0.19.5-1 +- ioctl: Forward standard termios calls to real pty (fixes tests with Rust coreutils) +- ioctl: Implement POSIX-compliant errno handling + + +* Sat Jan 17 2026 Fedora Release Engineering - 0.19.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Sun Oct 12 2025 Packit - 0.19.4-1 +- preload: Hide sticky bit from emulated block dev stat +- preload: Wrap listxattr() +- uevent-sender: Retry udev_device_new_from_syspath() on failure +- uevent_sender: Retry sendmsg() on EAGAIN +- tests: Adjust for evtest 1.36 + + +* Fri Aug 01 2025 Packit - 0.19.3-1 +- preload: Wrap __fstat64_time64() + +* Wed Jul 30 2025 Packit - 0.19.2-1 +- preload: Trap dirfd access to /dev, fstat(), and open_tree() + +* Fri Jul 25 2025 Fedora Release Engineering - 0.19.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Sun Jan 19 2025 Fedora Release Engineering - 0.19.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Thu Jan 02 2025 Packit - 0.19.1-1 +- preload: Restore errno in ioctl_emulate_open() +- preload: Only emulate ioctls on emulated devices +- Fix ioctl_tree_execute() ret type and initialization (thanks Helge Deller) +- tests: Disable spidev on big-endian 32-bit platforms (thanks Helge Deller) + +* Fri Dec 27 2024 Packit - 0.19.0-1 +- API: Add UMockdev.Testbed.wait_script() to sync to scripts/evemu replays +- API: UMockdev.Testbed.load_script_from_string() +- API: UMockdev.Testbed.load_evemu_events_from_string() +- Make uevent synthesis thread-safe (thanks Bob Henz) +- Handle "connection refused" when sending a uevent (thanks Bob Henz) + +* Wed Sep 04 2024 Packit - 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) + +* Sat Jul 20 2024 Fedora Release Engineering - 0.18.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Thu May 23 2024 Packit - 0.18.3-1 +- preload: Re-fix time64 redirects for glibc < 2.39.9 + +* Tue May 21 2024 Packit - 0.18.2-1 +- preload: Fix time64 redirect for glibc 2.39.9 + +* Sun Mar 24 2024 Packit - 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 - 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 + +* Sat Jan 27 2024 Fedora Release Engineering - 0.17.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Jul 26 2023 Packit - 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 - 0.17.17-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sun Apr 16 2023 Packit - 0.17.17-1 +- Fix race with worker thread accessing $UMOCKDEV_DIR +- Disable -Wincompatible-function-pointer-types for clang + +* Sun Jan 29 2023 Packit - 0.17.16-1 + + + +
    +
  • preload: Wrap __getcwd_chk()
  • +
  • uevent_sender: Fix fd leak in sendmsg_one
  • +
  • Fix gcc -fanalyzer complaints
  • +
+ +* Sat Jan 21 2023 Fedora Release Engineering - 0.17.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Nov 24 2022 Packit - 0.17.15-1 + + + +
    +
  • test fixes
  • +
+ + * Sat Jul 23 2022 Fedora Release Engineering - 0.17.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild