[packit] 0.17.0 upstream release
Upstream tag: 0.17.0 Upstream commit: 858571b3 Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
a534deccf5
commit
3d54650a18
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.42.1.dev18+g5374158.
|
29
packit.yaml
Normal file
29
packit.yaml
Normal file
@ -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
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (umockdev-0.16.3.tar.xz) = ba4b7e188221af4b5cfa761eabddbc2a1ed1df632e9c469c2c9c913208f98ab64c0980de5a9c325253f4668cccb8111f4bef90cd7b930064e868da23db31a84d
|
||||
SHA512 (umockdev-0.17.0.tar.xz) = 34e59c03610bcdfaaff3d88c8cfe07825bbba0f81ae54931eb22ea7030c2080506c138b5c9681b3f3204640d8ededfca2964dbbb96679f962501e0d0e7973438
|
||||
|
@ -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 <user-cont-team+packit-service@redhat.com> - 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 <bnocera@redhat.com> - 0.16.3-1
|
||||
+ umockdev-0.16.3-1
|
||||
- Update to 0.16.3
|
||||
|
Loading…
Reference in New Issue
Block a user