diff --git a/python-testtools-doc.changes b/python-testtools-doc.changes index 8ab88f3..c43ae8f 100644 --- a/python-testtools-doc.changes +++ b/python-testtools-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 16:46:45 CEST 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Sat Aug 11 08:04:56 UTC 2018 - tchvatal@suse.com diff --git a/python-testtools-doc.spec b/python-testtools-doc.spec index d6dc505..7b9caa6 100644 --- a/python-testtools-doc.spec +++ b/python-testtools-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-testtools-doc # -# 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/ # diff --git a/python-testtools.changes b/python-testtools.changes index 8ba0607..5f25273 100644 --- a/python-testtools.changes +++ b/python-testtools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 16:47:02 CEST 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Fri Aug 10 11:27:08 UTC 2018 - tchvatal@suse.com diff --git a/python-testtools.spec b/python-testtools.spec index 9201654..2562937 100644 --- a/python-testtools.spec +++ b/python-testtools.spec @@ -1,7 +1,7 @@ # # spec file for package python-testtools # -# 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/ # @@ -53,13 +53,12 @@ also ports recent unittest changes all the way back to Python 2.4. %setup -q -n testtools-%{version} %patch0 -p1 - %build %python_build %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE