Accepting request 177799 from utilities
- Add explicit BuildRequires for usleep OBS-URL: https://build.opensuse.org/request/show/177799 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pv?expand=0&rev=8
This commit is contained in:
commit
50474b9e33
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 5 17:11:16 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Add explicit BuildRequires for usleep
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 25 03:26:52 UTC 2013 - jengelh@inai.de
|
Fri Jan 25 03:26:52 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
6
pv.spec
6
pv.spec
@ -37,6 +37,12 @@ BuildRequires: gpg-offline
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1200
|
||||||
|
# The testsuite wants the "usleep" utility
|
||||||
|
BuildRequires: sysvinit
|
||||||
|
%else
|
||||||
|
BuildRequires: sysvinit-tools
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PV ("Pipe Viewer") is a tool for monitoring the progress of data through a
|
PV ("Pipe Viewer") is a tool for monitoring the progress of data through a
|
||||||
|
Loading…
Reference in New Issue
Block a user