diff --git a/.gitignore b/.gitignore index f4ef2a1..fcbbbdb 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /umockdev-0.16.1.tar.xz /umockdev-0.16.2.tar.xz /umockdev-0.16.3.tar.xz +/umockdev-0.17.0.tar.xz diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..cf5d593 --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.42.1.dev18+g5374158. diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..ef6d755 --- /dev/null +++ b/packit.yaml @@ -0,0 +1,29 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ +specfile_path: packaging/umockdev.spec +upstream_project_url: https://github.com/martinpitt/umockdev +copy_upstream_release_description: true +upstream_package_name: umockdev +downstream_package_name: umockdev + +synced_files: + - src: packaging/umockdev.spec + dest: umockdev.spec + +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 + + - job: propose_downstream + trigger: release + metadata: + dist_git_branches: + - fedora-development diff --git a/sources b/sources index 84e34ac..855a1c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umockdev-0.16.3.tar.xz) = ba4b7e188221af4b5cfa761eabddbc2a1ed1df632e9c469c2c9c913208f98ab64c0980de5a9c325253f4668cccb8111f4bef90cd7b930064e868da23db31a84d +SHA512 (umockdev-0.17.0.tar.xz) = 34e59c03610bcdfaaff3d88c8cfe07825bbba0f81ae54931eb22ea7030c2080506c138b5c9681b3f3204640d8ededfca2964dbbb96679f962501e0d0e7973438 diff --git a/umockdev.spec b/umockdev.spec index 0a2beeb..6f84eee 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,5 +1,5 @@ Name: umockdev -Version: 0.16.3 +Version: 0.17.0 Release: 1%{?dist} Summary: Mock hardware devices @@ -16,6 +16,7 @@ BuildRequires: libgudev1-devel systemd-devel BuildRequires: libpcap-devel BuildRequires: vala BuildRequires: chrpath +BuildRequires: systemd-udev %description With this program and libraries you can easily create mock udev objects. @@ -37,8 +38,10 @@ using %{name}. %meson -Dgtk_doc=true %meson_build -%install +%check +%meson_test +%install %meson_install # Remove rpath @@ -69,6 +72,13 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* Sat Dec 11 2021 Packit Service - 0.17.0-1 +- Add ioctls necessary to record/replay hidraw devices (thanks Daiki Ueno) +- meson: Respect includedir option (thanks Florentin Dubois) +- tests: Fix for Fedora koji emulated architectures s390x and arm +- Enable automatic Fedora package updates with packit + + * Wed Sep 15 2021 Bastien Nocera - 0.16.3-1 + umockdev-0.16.3-1 - Update to 0.16.3