From 650a5ffa5da104e50398dd14b95747d6781b0cb8467dc4de42aaecb4d25a2412 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 23 Jul 2016 22:57:13 +0000 Subject: [PATCH] Accepting request 414767 from home:dirkmueller:branches:Archiving - make bsdtar require a matching libarchive version to avoid missing symbol errors OBS-URL: https://build.opensuse.org/request/show/414767 OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=60 --- libarchive.changes | 6 ++++++ libarchive.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/libarchive.changes b/libarchive.changes index 47c9aba..58389cf 100644 --- a/libarchive.changes +++ b/libarchive.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 23 21:13:34 UTC 2016 - dmueller@suse.com + +- make bsdtar require a matching libarchive version to avoid + missing symbol errors + ------------------------------------------------------------------- Mon Jun 20 10:31:43 UTC 2016 - adrian@suse.de diff --git a/libarchive.spec b/libarchive.spec index a3644a5..2b74e67 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -70,6 +70,7 @@ and 6. This package contains the bsdtar cmdline utility. %package -n bsdtar +Requires: %{libname} >= %{version} Summary: Creates and reads several different streaming archive formats Group: Productivity/Archiving/Compression