Drop optional gphoto2 build dependency
This is only being used for testing, undesired on RHEL/CentOS, and already handled upstream. Unit tests are currently disabled during build anyway. Resolves: rhbz#1962633
This commit is contained in:
parent
558bf9d90f
commit
d39cf407d3
@ -1,6 +1,6 @@
|
|||||||
Name: umockdev
|
Name: umockdev
|
||||||
Version: 0.15.5
|
Version: 0.15.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Mock hardware devices
|
Summary: Mock hardware devices
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -15,8 +15,7 @@ BuildRequires: glib2-devel
|
|||||||
BuildRequires: libgudev1-devel systemd-devel
|
BuildRequires: libgudev1-devel systemd-devel
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
# Required for tests
|
# Optional for more test coverage
|
||||||
BuildRequires: gphoto2
|
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -77,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev
|
|||||||
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
%{_datadir}/vala/vapi/umockdev-1.0.vapi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 20 2021 Martin Pitt <mpitt@redhat.com> - 0.15.5-2
|
||||||
|
- Drop gphoto2 build dependency (rhbz#1962633)
|
||||||
|
|
||||||
* Tue May 04 2021 Bastien Nocera <bnocera@redhat.com> - 0.15.5-1
|
* Tue May 04 2021 Bastien Nocera <bnocera@redhat.com> - 0.15.5-1
|
||||||
+ umockdev-0.15.5-1
|
+ umockdev-0.15.5-1
|
||||||
- Update to 0.15.5
|
- Update to 0.15.5
|
||||||
|
Loading…
Reference in New Issue
Block a user