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