SHA256
1
0
forked from pool/spacenavd

Accepting request 437512 from home:weatherhead99:branches:hardware

The spnavd_ctl script requires xdpyinfo to work properly, which wasn't listed as an explicit dependency

OBS-URL: https://build.opensuse.org/request/show/437512
OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=3
This commit is contained in:
Herbert Graeber 2016-10-27 14:34:29 +00:00 committed by Git OBS Bridge
parent 8acb1e64f2
commit c0c8f035a2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 27 11:50:40 UTC 2016 - dan.weatherill@cantab.net
- add xdpyinfo package as explicit dependency, it is required for
the spnavd_ctl script to work properly
-------------------------------------------------------------------
Mon Mar 2 20:45:40 UTC 2015 - herbert@graeber-clan.de

View File

@ -23,6 +23,7 @@ SOurce4: %{name}.service
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: xorg-x11
BuildRequires: xorg-x11-devel
Requires: xdpyinfo
%if 0%{?suse_version} > 1140
BuildRequires: pkgconfig(systemd)
%{?systemd_requires}