+ umockdev-0.16.1-1

Update to 0.16.1
This commit is contained in:
Bastien Nocera 2021-07-02 15:11:01 +02:00
parent 36bf8396a4
commit b044a77c4e
3 changed files with 7 additions and 10 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/0.15.4.tar.gz
/umockdev-0.15.5.tar.xz
/umockdev-0.16.0.tar.xz
/umockdev-0.16.1.tar.xz

View File

@ -1 +1 @@
SHA512 (umockdev-0.16.0.tar.xz) = d05b7545aad0cc3a27818c8a30791489c2ad40f7679cb32f14a8c1b8f02344a353a0d4d74aaf71187f49964d23dc328da811166bcf78a2baffe0a671e2dc118b
SHA512 (umockdev-0.16.1.tar.xz) = baeaf05cc6b8d8e2a5cae16b808db759a18a969cea0f2ceed5f6c2521edc0c4c07dc16265a4821051de51f4314fd39d63ebf2da124fcd3e103ec743dadfedaa8

View File

@ -1,5 +1,5 @@
Name: umockdev
Version: 0.16.0
Version: 0.16.1
Release: 1%{?dist}
Summary: Mock hardware devices
@ -16,8 +16,6 @@ BuildRequires: libgudev1-devel systemd-devel
BuildRequires: libpcap-devel
BuildRequires: vala
BuildRequires: chrpath
# Optional for more test coverage
BuildRequires: python3
%description
With this program and libraries you can easily create mock udev objects.
@ -51,12 +49,6 @@ chrpath --delete %{buildroot}%{_libdir}/libumockdev-preload.so.*
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
%files
@ -77,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
%{_datadir}/vala/vapi/umockdev-1.0.vapi
%changelog
* 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