From 08f5a54465d21731ad9ec502a32d506afff42af727140b80b9f12ba5d30ca1a4 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 9 Jul 2019 10:52:18 +0000 Subject: [PATCH 1/2] 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 --- jq.changes | 5 +++++ jq.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/jq.changes b/jq.changes index dfa1f8f..44e163c 100644 --- a/jq.changes +++ b/jq.changes @@ -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 diff --git a/jq.spec b/jq.spec index a788b96..7e7d603 100644 --- a/jq.spec +++ b/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 From 719bc146538ffc8a6127514cfb3e6d294ca8ee31e33626aba558a9f8093ce61d Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 21 Aug 2019 08:24:12 +0000 Subject: [PATCH 2/2] - Make jq depend on libjq1, so upgrading jq upgrades both See: https://github.com/stedolan/jq/issues/1904 OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=22 --- jq.changes | 3 ++- jq.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jq.changes b/jq.changes index 44e163c..93d38fc 100644 --- a/jq.changes +++ b/jq.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Thu Jul 4 17:27:13 UTC 2019 - myen@suse.com -- Make jq depend on libjq1, so upgrading jq upgrades both +- 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 diff --git a/jq.spec b/jq.spec index 7e7d603..28493f3 100644 --- a/jq.spec +++ b/jq.spec @@ -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/ #