From 83ecd3f6f8f8ccbc0065920775eaca9403ff631a72ac56364b2ce829c485b161 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 14:49:32 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-user-agents?expand=0&rev=8 --- python-user-agents.changes | 5 +++++ python-user-agents.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-user-agents.changes b/python-user-agents.changes index 78a42b2..995870a 100644 --- a/python-user-agents.changes +++ b/python-user-agents.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:49:23 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Fri Apr 12 08:59:10 UTC 2019 - Marketa Calabkova diff --git a/python-user-agents.spec b/python-user-agents.spec index 298b878..75f8af4 100644 --- a/python-user-agents.spec +++ b/python-user-agents.spec @@ -22,7 +22,6 @@ Version: 2.0 Release: 0 Summary: A library to identify device capabilities (phones, tablets) License: MIT -Group: Development/Languages/Python URL: https://github.com/selwin/python-user-agents Source: https://github.com/selwin/python-user-agents/archive/v%{version}.tar.gz BuildRequires: %{python_module PyYAML} @@ -48,7 +47,7 @@ strings. %install %python_install -%python_expand %fdupes -s %{buildroot}/%{$python_sitelib} +%python_expand %fdupes %{buildroot}/%{$python_sitelib} %check %python_expand $python -m unittest discover ||: