From 60a821de5dc345aec7d07eb178dbf7dfd552e7e829bdbda14d396c9b2615a645 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 27 Feb 2023 10:41:54 +0000 Subject: [PATCH] - Don't use fdupes -s, it hurts. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-expect?expand=0&rev=5 --- python-pytest-expect.changes | 5 +++++ python-pytest-expect.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-pytest-expect.changes b/python-pytest-expect.changes index b96a95c..238eff1 100644 --- a/python-pytest-expect.changes +++ b/python-pytest-expect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 27 10:41:49 UTC 2023 - Matej Cepl + +- Don't use fdupes -s, it hurts. + ------------------------------------------------------------------- Thu Feb 14 12:44:58 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-expect.spec b/python-pytest-expect.spec index 599a7da..ea69de0 100644 --- a/python-pytest-expect.spec +++ b/python-pytest-expect.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-expect # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-expect Version: 1.1.0 Release: 0 @@ -54,12 +53,12 @@ cp %{SOURCE1} . %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE %doc README.rst %{python_sitelib}/pytest_expect -%{python_sitelib}/pytest_expect-%{version}-py%{python_version}.egg-info +%{python_sitelib}/pytest_expect-%{version}*-info %changelog