From 1e2c96f3b4d53755fef319beaacf029815ef13b9cb75025d125dc815fbfe4359 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 29 May 2020 12:19:11 +0000 Subject: [PATCH] Accepting request 810199 from home:badshah400:branches:science - Fix Requires for python package: %{name}-data expands to python-lalsimulation-data whereas we really need lalsimulation-data. OBS-URL: https://build.opensuse.org/request/show/810199 OBS-URL: https://build.opensuse.org/package/show/science/lalsimulation?expand=0&rev=3 --- lalsimulation.changes | 7 +++++++ lalsimulation.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lalsimulation.changes b/lalsimulation.changes index 892c1d1..e832392 100644 --- a/lalsimulation.changes +++ b/lalsimulation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 29 12:05:57 UTC 2020 - Atri Bhattacharya + +- Fix Requires for python package: %{name}-data expands to + python-lalsimulation-data whereas we really need + lalsimulation-data. + ------------------------------------------------------------------- Wed May 27 21:39:31 UTC 2020 - Atri Bhattacharya diff --git a/lalsimulation.spec b/lalsimulation.spec index 1744ca9..c26983e 100644 --- a/lalsimulation.spec +++ b/lalsimulation.spec @@ -45,7 +45,8 @@ BuildRequires: pkgconfig(zlib) Requires: python-lal >= 6.22.0 Requires: python-numpy Requires: python-six -Requires: %{name}-data = %{version} +# FOR PYTHON PACKAGE +Requires: lalsimulation-data = %{version} %description The LSC Algorithm Simulation Library for gravitational wave data analysis. This