Accepting request 724965 from utilities

- Make jq depend on libjq1, so upgrading jq upgrades both
  See: https://github.com/stedolan/jq/issues/1904

OBS-URL: https://build.opensuse.org/request/show/724965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2019-08-24 16:42:09 +00:00 committed by Git OBS Bridge
commit ee4c6fd73e
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 4 17:27:13 UTC 2019 - myen@suse.com
- Make jq depend on libjq1, so upgrading jq upgrades both
See: https://github.com/stedolan/jq/issues/1904
-------------------------------------------------------------------
Fri Nov 2 12:35:25 UTC 2018 - Avindra Goolcharan <aavindraa@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package jq
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -28,6 +28,7 @@ BuildRequires: chrpath
BuildRequires: flex
BuildRequires: oniguruma-devel
BuildRequires: valgrind
Requires: libjq1 = %{version}
%description
A lightweight and flexible command-line JSON processor. jq is like sed for