Accepting request 713473 from home:mook_work:branches:utilities
Make jq depend on libjq1, so upgrading jq upgrades both See https://github.com/stedolan/jq/issues/1904 for an instance of this causing issues where manually installing jq 1.6 from obs://utilities on a Leap 15.1 system with existing jq breaks the install. I'm not used to the OBS flow yet, please let me know if you'd like any changes. OBS-URL: https://build.opensuse.org/request/show/713473 OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=21
This commit is contained in:
parent
f604510b4e
commit
08f5a54465
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 17:27:13 UTC 2019 - myen@suse.com
|
||||
|
||||
- Make jq depend on libjq1, so upgrading jq upgrades both
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 12:35:25 UTC 2018 - Avindra Goolcharan <aavindraa@gmail.com>
|
||||
|
||||
|
3
jq.spec
3
jq.spec
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user