From 6ed3b97fe5b86008e37e6e30355d73ae9182ed4bf8132fef54f09bc63d1ae066 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 11:43:46 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-log?expand=0&rev=6 --- python-click-log.changes | 5 +++++ python-click-log.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-click-log.changes b/python-click-log.changes index a0d0691..e492758 100644 --- a/python-click-log.changes +++ b/python-click-log.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:43:33 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Wed Jul 4 07:04:11 UTC 2018 - dmacvicar@suse.de diff --git a/python-click-log.spec b/python-click-log.spec index b8704c6..0f9f4c4 100644 --- a/python-click-log.spec +++ b/python-click-log.spec @@ -1,7 +1,7 @@ # # spec file for package python-click-log # -# 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/ # @@ -22,7 +22,6 @@ Version: 0.3.2 Release: 0 Summary: Logging integration for Click License: MIT -Group: Development/Languages/Python URL: https://github.com/click-contrib/click-log Source: https://files.pythonhosted.org/packages/source/c/click-log/click-log-%{version}.tar.gz BuildRequires: %{python_module base} @@ -47,7 +46,7 @@ rm -rf click_log.egg-info %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst