- Fix logger(1) dependency on openSUSE > 13.1
OBS-URL: https://build.opensuse.org/package/show/network:telephony/twilio-utils?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 13:30:51 UTC 2014 - archie@dellroad.org
|
||||
|
||||
- Fix logger(1) dependency on openSUSE > 13.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 17:55:17 UTC 2013 - archie@dellroad.org
|
||||
|
||||
|
||||
+8
-3
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package twilio-utils
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright 2013 Archie L. Cobbs <archie@dellroad.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -35,13 +35,18 @@ BuildRequires: gcc
|
||||
BuildRequires: libxslt-tools
|
||||
BuildRequires: make
|
||||
BuildRequires: php5
|
||||
BuildRequires: util-linux
|
||||
BuildRequires: xmlstarlet
|
||||
Requires: curl >= 7.18
|
||||
Requires: libxslt-tools
|
||||
Requires: php5
|
||||
Requires: util-linux
|
||||
Requires: xmlstarlet
|
||||
%if %suse_version < 1320
|
||||
BuildRequires: util-linux
|
||||
Requires: util-linux
|
||||
%else
|
||||
BuildRequires: util-linux-systemd
|
||||
Requires: util-linux-systemd
|
||||
%endif
|
||||
|
||||
%description
|
||||
The twilio-utils project contains a few UNIX command-line utilities
|
||||
|
||||
Reference in New Issue
Block a user