From 9b390d7e44d2bf3115ba0540049a92f1ad39bc64258a29a4694c3efa7e909980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 11 Jan 2019 09:48:24 +0000 Subject: [PATCH] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybeam?expand=0&rev=25 --- python-pybeam.changes | 5 +++++ python-pybeam.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-pybeam.changes b/python-pybeam.changes index 82c5e2a..f263d93 100644 --- a/python-pybeam.changes +++ b/python-pybeam.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 11 09:48:15 UTC 2019 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Wed Dec 26 12:45:48 UTC 2018 - matwey.kornilov@gmail.com diff --git a/python-pybeam.spec b/python-pybeam.spec index 662e39f..9e52771 100644 --- a/python-pybeam.spec +++ b/python-pybeam.spec @@ -1,7 +1,7 @@ # # spec file for package python-pybeam # -# 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 @@ -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 http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -51,7 +51,7 @@ chunks in pretty python format. %install %python_install -%fdupes %{buildroot}/%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test