Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa22a8923a | ||
|
|
7f5d3ae379 | ||
|
|
02aa192551 | ||
|
|
d5c6c611c5 | ||
|
|
c9f5fc79a8 | ||
|
|
3b90a2d476 | ||
|
|
25cd3a60fe | ||
|
|
b764bbae96 | ||
|
|
851016c06a | ||
|
|
d8c092ef3d | ||
|
|
1056d71d65 | ||
|
|
c12f575ff1 | ||
|
|
859947cb44 | ||
|
|
a15e5a7f58 | ||
|
|
950f22a100 | ||
|
|
31141ce05f | ||
|
|
cf2f5647cf |
9 changed files with 159 additions and 15 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
1
|
||||||
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -19,3 +19,17 @@
|
||||||
/0.15.1.tar.gz
|
/0.15.1.tar.gz
|
||||||
/0.15.3.tar.gz
|
/0.15.3.tar.gz
|
||||||
/0.15.4.tar.gz
|
/0.15.4.tar.gz
|
||||||
|
/umockdev-0.16.0.tar.xz
|
||||||
|
/umockdev-0.16.1.tar.xz
|
||||||
|
/umockdev-0.16.2.tar.xz
|
||||||
|
/umockdev-0.16.3.tar.xz
|
||||||
|
/umockdev-0.17.1.tar.xz
|
||||||
|
/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
|
||||||
|
|
|
||||||
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.51.1.dev6+g1099056.
|
||||||
14
gating.yaml
Normal file
14
gating.yaml
Normal 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}
|
||||||
48
packit.yaml
Normal file
48
packit.yaml
Normal file
|
|
@ -0,0 +1,48 @@
|
||||||
|
# See the documentation for more information:
|
||||||
|
# https://packit.dev/docs/configuration/
|
||||||
|
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
|
||||||
|
srpm_build_deps: []
|
||||||
|
|
||||||
|
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: tests
|
||||||
|
trigger: pull_request
|
||||||
|
metadata:
|
||||||
|
targets:
|
||||||
|
- fedora-latest
|
||||||
|
|
||||||
|
- job: propose_downstream
|
||||||
|
trigger: release
|
||||||
|
metadata:
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-development
|
||||||
|
- fedora-stable
|
||||||
|
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
metadata:
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-all
|
||||||
|
|
||||||
|
- job: bodhi_update
|
||||||
|
trigger: commit
|
||||||
|
metadata:
|
||||||
|
dist_git_branches:
|
||||||
|
# rawhide updates are created automatically
|
||||||
|
- fedora-branched
|
||||||
7
plans/upstream.fmf
Normal file
7
plans/upstream.fmf
Normal file
|
|
@ -0,0 +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"
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (0.15.4.tar.gz) = dc04a14cdce8caba180c53e3403e312f05b946968161dfc02ba3edfb52e5ff45b7a4923e0ccb16abff32754965fce581eabdb32d139ce2af12ca6bef2e39d9bd
|
SHA512 (umockdev-0.17.13.tar.xz) = 77863ad67be0995869b35d12dc43a809d2e67e95f727312ffd9f585c5bb1598c4d31f4909fcff5035dfccdbde8c36819daa633cae53c57ea2d9c3ede3587ec4d
|
||||||
|
|
|
||||||
BIN
umockdev-0.17.0.tar.xz
Normal file
BIN
umockdev-0.17.0.tar.xz
Normal file
Binary file not shown.
|
|
@ -1,11 +1,11 @@
|
||||||
Name: umockdev
|
Name: umockdev
|
||||||
Version: 0.15.4
|
Version: 0.17.13
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mock hardware devices
|
Summary: Mock hardware devices
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/martinpitt/%{name}
|
URL: https://github.com/martinpitt/%{name}
|
||||||
Source0: https://github.com/martinpitt/%{name}/archive/%{version}.tar.gz
|
Source0: https://github.com/martinpitt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
|
|
@ -13,11 +13,10 @@ BuildRequires: gtk-doc
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: libgudev1-devel systemd-devel
|
BuildRequires: libgudev1-devel systemd-devel
|
||||||
|
BuildRequires: libpcap-devel
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
# Required for tests
|
BuildRequires: systemd-udev
|
||||||
BuildRequires: gphoto2
|
|
||||||
BuildRequires: python3
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
With this program and libraries you can easily create mock udev objects.
|
With this program and libraries you can easily create mock udev objects.
|
||||||
|
|
@ -39,8 +38,10 @@ using %{name}.
|
||||||
%meson -Dgtk_doc=true
|
%meson -Dgtk_doc=true
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
# Remove rpath
|
# Remove rpath
|
||||||
|
|
@ -51,17 +52,11 @@ chrpath --delete %{buildroot}%{_libdir}/libumockdev-preload.so.*
|
||||||
|
|
||||||
rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
||||||
|
|
||||||
%check
|
|
||||||
|
|
||||||
# Disabled for now, as the Xorg tests don't pass
|
|
||||||
# https://github.com/martinpitt/umockdev/issues/47
|
|
||||||
# make check
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.rst
|
%doc README.md
|
||||||
%{_bindir}/umockdev-*
|
%{_bindir}/umockdev-*
|
||||||
%{_libdir}/libumockdev.so.*
|
%{_libdir}/libumockdev.so.*
|
||||||
%{_libdir}/libumockdev-preload.so*
|
%{_libdir}/libumockdev-preload.so*
|
||||||
|
|
@ -77,6 +72,68 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
||||||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
builds for the time being, as it is brittle on several architectures (#169)
|
||||||
|
|
||||||
|
|
||||||
|
* Tue Jan 18 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.17.5-1
|
||||||
|
- Relax overzealous stat nlink unit test
|
||||||
|
|
||||||
|
|
||||||
|
* Mon Jan 10 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.17.2-1
|
||||||
|
- preload: Wrap statx() and fstatat(), to fix `ls` and other tools on
|
||||||
|
recent glibc versions. (#160)
|
||||||
|
|
||||||
|
|
||||||
|
* Tue Dec 14 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 0.17.1-1
|
||||||
|
- Fix /sys/dev/* symlinks; regression from 0.15.3 (#155)
|
||||||
|
|
||||||
|
|
||||||
|
* Wed Sep 15 2021 Bastien Nocera <bnocera@redhat.com> - 0.16.3-1
|
||||||
|
+ umockdev-0.16.3-1
|
||||||
|
- Update to 0.16.3
|
||||||
|
|
||||||
|
* Thu Sep 02 2021 Bastien Nocera <bnocera@redhat.com> - 0.16.2-1
|
||||||
|
+ umockdev-0.16.2-1
|
||||||
|
- Update to 0.16.2
|
||||||
|
|
||||||
|
* Fri Jul 02 2021 Bastien Nocera <bnocera@redhat.com> - 0.16.1-1
|
||||||
|
+ umockdev-0.16.1-1
|
||||||
|
- Update to 0.16.1
|
||||||
|
|
||||||
|
* Thu Jul 01 2021 Bastien Nocera <bnocera@redhat.com> - 0.16.0-1
|
||||||
|
+ umockdev-0.16.0-1
|
||||||
|
- Update to 0.16.0
|
||||||
|
- Drop gphoto2 build dependency (rhbz#1962633)
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.4-2
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue